comparison src/share/vm/ci/ciEnv.cpp @ 12355:cefad50507d8

Merge with hs25-b53
author Gilles Duboscq <duboscq@ssw.jku.at>
date Fri, 11 Oct 2013 10:38:03 +0200
parents 836a62f43af9 f98f5d48f511
children 096c224171c4
comparison
equal deleted inserted replaced
12058:ccb4f2af2319 12355:cefad50507d8
1148 void ciEnv::record_out_of_memory_failure() { 1148 void ciEnv::record_out_of_memory_failure() {
1149 // If memory is low, we stop compiling methods. 1149 // If memory is low, we stop compiling methods.
1150 record_method_not_compilable("out of memory"); 1150 record_method_not_compilable("out of memory");
1151 } 1151 }
1152 1152
1153 ciInstance* ciEnv::unloaded_ciinstance() {
1154 GUARDED_VM_ENTRY(return _factory->get_unloaded_object_constant();)
1155 }
1156
1153 void ciEnv::dump_replay_data(outputStream* out) { 1157 void ciEnv::dump_replay_data(outputStream* out) {
1154 VM_ENTRY_MARK; 1158 VM_ENTRY_MARK;
1155 MutexLocker ml(Compile_lock); 1159 MutexLocker ml(Compile_lock);
1156 ResourceMark rm; 1160 ResourceMark rm;
1157 #if INCLUDE_JVMTI 1161 #if INCLUDE_JVMTI