hotspot/src/share/vm/gc_implementation/g1/g1CollectorPolicy.hpp
changeset 21560 b3ae3ba25ebb
parent 21558 8dcd5451cdca
child 21561 c619b1cb4554
--- a/hotspot/src/share/vm/gc_implementation/g1/g1CollectorPolicy.hpp	Mon Oct 21 18:52:13 2013 +0200
+++ b/hotspot/src/share/vm/gc_implementation/g1/g1CollectorPolicy.hpp	Mon Oct 21 18:56:20 2013 +0200
@@ -217,7 +217,6 @@
     return _during_marking;
   }
 
-private:
   enum PredictionConstants {
     TruncatedSeqLength = 10
   };