< prev index next >

src/hotspot/share/gc/serial/defNewGeneration.hpp

Print this page

        

@@ -190,11 +190,11 @@
     void do_void();
   };
 
  public:
   DefNewGeneration(ReservedSpace rs, size_t initial_byte_size,
-                   const char* policy="Copy");
+                   const char* policy="Serial young collection pauses");
 
   virtual void ref_processor_init();
 
   virtual Generation::Name kind() { return Generation::DefNew; }
 
< prev index next >