--- old/src/share/vm/gc_implementation/g1/g1_globals.hpp 2011-09-28 13:42:14.646569800 +0200 +++ new/src/share/vm/gc_implementation/g1/g1_globals.hpp 2011-09-28 13:42:14.209769000 +0200 @@ -290,10 +290,6 @@ "each evacuation pause in order to artificially fill up the " \ "heap and stress the marking implementation.") \ \ - develop(bool, ReduceInitialCardMarksForG1, false, \ - "When ReduceInitialCardMarks is true, this flag setting " \ - " controls whether G1 allows the RICM optimization") \ - \ develop(bool, G1ExitOnExpansionFailure, false, \ "Raise a fatal VM exit out of memory failure in the event " \ " that heap expansion fails due to running out of swap.") \