src/hotspot/share/gc/cms/parNewGeneration.hpp
changeset 54678 93f09ca4a7f8
parent 54364 baf213e62aeb
child 57777 90ead0febf56
--- a/src/hotspot/share/gc/cms/parNewGeneration.hpp	Thu May 02 10:38:00 2019 +0200
+++ b/src/hotspot/share/gc/cms/parNewGeneration.hpp	Mon Apr 15 11:47:46 2019 +0200
@@ -348,7 +348,10 @@
   void restore_preserved_marks();
 
  public:
-  ParNewGeneration(ReservedSpace rs, size_t initial_byte_size);
+  ParNewGeneration(ReservedSpace rs,
+                   size_t initial_byte_size,
+                   size_t min_byte_size,
+                   size_t max_byte_size);
 
   ~ParNewGeneration() {
     for (uint i = 0; i < ParallelGCThreads; i++)