How can I find out at runtime what garbage collection algorithm is configured in my JVM?
- by kweiner
I have an instance of Tomcat 6.0.18 running on Sun's Java HotSpot(TM) Server VM build 1.6.0_14-b08. Is there any way for me to find out what garbage collection algorithm the JVM is using to run my web application?