How can I find out at runtime what garbage collection algorithm is configured in my JVM?

Posted by kweiner on Stack Overflow See other posts from Stack Overflow or by kweiner
Published on 2010-04-06T01:06:48Z Indexed on 2010/04/06 1:13 UTC
Read the original article Hit count: 253

Filed under:
|
|

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?

© Stack Overflow or respective owner

Related posts about java

Related posts about garbage-collection