comparison 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
comparison
equal deleted inserted replaced
13058:3aee6bc29547 13059:46d7652b223c
1019 return false; // initialization failed 1019 return false; // initialization failed
1020 } 1020 }
1021 Universe::_virtual_machine_error_instance = 1021 Universe::_virtual_machine_error_instance =
1022 InstanceKlass::cast(k)->allocate_instance(CHECK_false); 1022 InstanceKlass::cast(k)->allocate_instance(CHECK_false);
1023 1023
1024 Universe::_vm_exception = InstanceKlass::cast(k)->allocate_instance(CHECK_false); 1024 Universe::_vm_exception = InstanceKlass::cast(k)->allocate_instance(CHECK_false);
1025 1025
1026 if (!DumpSharedSpaces) { 1026 if (!DumpSharedSpaces) {
1027 // These are the only Java fields that are currently set during shared space dumping. 1027 // These are the only Java fields that are currently set during shared space dumping.
1028 // We prefer to not handle this generally, so we always reinitialize these detail messages. 1028 // We prefer to not handle this generally, so we always reinitialize these detail messages.
1029 Handle msg = java_lang_String::create_from_str("Java heap space", CHECK_false); 1029 Handle msg = java_lang_String::create_from_str("Java heap space", CHECK_false);