comparison src/share/vm/runtime/init.cpp @ 1730:f55c4f82ab9d

6978249: spill between cpu and fpu registers when those moves are fast Reviewed-by: kvn
author never
date Thu, 19 Aug 2010 14:51:47 -0700
parents 2a47bd84841f
children 9eecf81a02fb
comparison
equal deleted inserted replaced
1729:13b87063b4d8 1730:f55c4f82ab9d
126 Universe::heap()->total_collections() >= VerifyGCStartAt) { 126 Universe::heap()->total_collections() >= VerifyGCStartAt) {
127 Universe::heap()->prepare_for_verify(); 127 Universe::heap()->prepare_for_verify();
128 Universe::verify(); // make sure we're starting with a clean slate 128 Universe::verify(); // make sure we're starting with a clean slate
129 } 129 }
130 130
131 // All the flags that get adjusted by VM_Version_init and os::init_2
132 // have been set so dump the flags now.
133 if (PrintFlagsFinal) {
134 CommandLineFlags::printFlags();
135 }
136
131 return JNI_OK; 137 return JNI_OK;
132 } 138 }
133 139
134 140
135 void exit_globals() { 141 void exit_globals() {