diff src/share/vm/memory/collectorPolicy.cpp @ 12831:087f02e22fc2

8025854: Use "young gen" instead of "eden" Summary: Changed a few descriptions and variable names to young gen. Reviewed-by: tschatzl, jcoomes
author jwilhelm
date Fri, 04 Oct 2013 22:08:37 +0200
parents 9b4d0569f2f4
children 85c1ca43713f
line wrap: on
line diff
--- a/src/share/vm/memory/collectorPolicy.cpp	Thu Oct 03 21:36:29 2013 +0200
+++ b/src/share/vm/memory/collectorPolicy.cpp	Fri Oct 04 22:08:37 2013 +0200
@@ -230,7 +230,7 @@
     vm_exit_during_initialization("Too small new size specified");
   }
   if (SurvivorRatio < 1 || NewRatio < 1) {
-    vm_exit_during_initialization("Invalid heap ratio specified");
+    vm_exit_during_initialization("Invalid young gen ratio specified");
   }
 }