--- old/src/share/vm/memory/universe.cpp 2013-10-25 15:29:00.000000000 +0200 +++ new/src/share/vm/memory/universe.cpp 2013-10-25 15:29:00.000000000 +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.