hotspot/src/share/vm/ci/ciEnv.cpp
changeset 19710 2f8ca425504e
parent 17134 d58219af8d68
child 20692 65021f70c2fc
equal deleted inserted replaced
19709:33aa3e85cc75 19710:2f8ca425504e
  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