diff src/share/vm/memory/universe.cpp @ 13059:46d7652b223c

8026853: Prepare GC code for collector policy regression fix Summary: Cleanup related to the NewSize and MaxNewSize bugs Reviewed-by: tschatzl, jcoomes, ehelin
author jwilhelm
date Mon, 21 Oct 2013 18:56:20 +0200
parents da051ce490eb
children 8f07aa079343
line wrap: on
line diff
--- a/src/share/vm/memory/universe.cpp	Mon Oct 21 18:52:13 2013 +0200
+++ b/src/share/vm/memory/universe.cpp	Mon Oct 21 18:56:20 2013 +0200
@@ -1021,7 +1021,7 @@
     Universe::_virtual_machine_error_instance =
       InstanceKlass::cast(k)->allocate_instance(CHECK_false);
 
-    Universe::_vm_exception               = InstanceKlass::cast(k)->allocate_instance(CHECK_false);
+    Universe::_vm_exception = InstanceKlass::cast(k)->allocate_instance(CHECK_false);
 
   if (!DumpSharedSpaces) {
     // These are the only Java fields that are currently set during shared space dumping.