I have specified following verbose options but JVM is not printing any GC details to the log
-XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode
-verbose:gc -XX:+PrintGCTimeStamps -XX:+PrintGCDetails
I am using java 1.8.0_05-b13
I tried some permutation and combination and noticed that only specifying
-verbose:gc works and logs GC to stdout but following doesn't work
-verbose:gc -XX:+PrintGCTimeStamps -XX:+PrintGCDetails -Xloggc:GC.log