--- old/src/share/vm/gc/g1/g1_globals.hpp 2015-11-05 13:11:30.288564703 +0100 +++ new/src/share/vm/gc/g1/g1_globals.hpp 2015-11-05 13:11:30.184564707 +0100 @@ -187,12 +187,6 @@ range(0, max_jint/wordSize) \ constraint(G1RSetSparseRegionEntriesConstraintFunc,AfterErgo) \ \ - develop(bool, G1RecordHRRSOops, false, \ - "When true, record recent calls to rem set operations.") \ - \ - develop(bool, G1RecordHRRSEvents, false, \ - "When true, record recent calls to rem set operations.") \ - \ develop(intx, G1MaxVerifyFailures, -1, \ "The maximum number of verification failures to print. " \ "-1 means print all.") \