hotspot/src/share/vm/memory/universe.cpp
changeset 21560 b3ae3ba25ebb
parent 20022 e6e3f5ff6d73
child 21561 c619b1cb4554
--- a/hotspot/src/share/vm/memory/universe.cpp	Mon Oct 21 18:52:13 2013 +0200
+++ b/hotspot/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.