How can I see which garbage collector java is using
Posted
by Thirler
on Stack Overflow
See other posts from Stack Overflow
or by Thirler
Published on 2010-03-23T10:07:48Z
Indexed on
2010/03/23
10:13 UTC
Read the original article
Hit count: 298
java
|garbage-collection
The Java Virtual Machine supports several garbage collection strategies.
This article explains them.
Now I am wondering which (automatically selected) strategy my application is using, is there any way to let the JVM(version 1.6) print this information?
© Stack Overflow or respective owner