I was writing about “Unified JVM Logging” feature which is proposed in Java 9. Then I found it necessary to first share the JVM Flags and what they do. There are thousands of JVM flags out of which we rarely use few. Mostly we use them either for GC or Heap Memory tuning or for logging. I read several sites about flags and short-listed few sites to read about them.

Useful jvm flags

https://blog.codecentric.de/en/page/3/?s=JVM+flags (Very good explanation, read all the 8 parts, it’s interesting)

http://www.oracle.com/technetwork/java/javase/tech/vmoptions-jsp-140102.html (JDK 7)

List of flags for garbage collection

Complete list of VM flags :

  1. http://jvm-options.tech.xebia.fr/
  2. http://stas-blogspot.blogspot.in/2011/07/most-complete-list-of-xx-options-for.html
Tagged on:         

Leave a Reply

Your email address will not be published.


You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>