hotspot/src/share/vm/ci/ciEnv.cpp
changeset 19710 2f8ca425504e
parent 17134 d58219af8d68
child 20692 65021f70c2fc
--- a/hotspot/src/share/vm/ci/ciEnv.cpp	Fri Aug 23 18:04:35 2013 -0700
+++ b/hotspot/src/share/vm/ci/ciEnv.cpp	Wed Aug 21 13:34:45 2013 +0200
@@ -1150,6 +1150,10 @@
   record_method_not_compilable("out of memory");
 }
 
+ciInstance* ciEnv::unloaded_ciinstance() {
+  GUARDED_VM_ENTRY(return _factory->get_unloaded_object_constant();)
+}
+
 void ciEnv::dump_replay_data(outputStream* out) {
   VM_ENTRY_MARK;
   MutexLocker ml(Compile_lock);