--- old/src/share/vm/runtime/globals.hpp 2016-03-09 21:22:15.742754254 +0900 +++ new/src/share/vm/runtime/globals.hpp 2016-03-09 21:22:15.450755362 +0900 @@ -3929,6 +3929,9 @@ "0=off, 1=conservative, 2=aggressive") \ range(0, 2) \ \ + product(bool, EnableConcGCPerfCounter, false, \ + "Enable PerfCounter for STW in CMS GC") \ + \ /* Serviceability Support */ \ \ product(bool, ManagementServer, false, \