In Java 9, GC logging has been re-implemented with Unified GC logging framework (JEP 271). This initiative is targeted to introduce a common logging system for all components of JVM (compiler, gc, classload, metaspace, svc, jfr, …). As a part of this re-implementation, 43 GC logging flags have been removed. Yes, they are removed, not even deprecated.
Continue reading “43 GC LOGGING FLAGS REMOVED IN JAVA 9”