< prev index next >

src/hotspot/share/gc/g1/g1YoungGenSizer.hpp

Print this page

        

@@ -61,11 +61,11 @@
 // NewSize==MaxNewSize case above. But we will update the min and max
 // every time the heap size changes.
 //
 // NewSize and MaxNewSize override NewRatio. So, NewRatio is ignored if it is
 // combined with either NewSize or MaxNewSize. (A warning message is printed.)
-class G1YoungGenSizer VALUE_OBJ_CLASS_SPEC {
+class G1YoungGenSizer {
 private:
   enum SizerKind {
     SizerDefaults,
     SizerNewSizeOnly,
     SizerMaxNewSizeOnly,
< prev index next >