As we know the java's garbage collector is a low priority thread. And in java we can create any thread with high priority. So is it possible to have our own customized garbage collector thread with variable priority (we can set depending on the level of memory management).
Did anybody tried that. If yes can you share some knowledge about how and its logic? Thanks