hotspot/src/share/vm/ci/ciEnv.hpp
changeset 25491 70fb742e40aa
parent 25490 59f226da8d81
child 25492 d27050bdfb04
--- a/hotspot/src/share/vm/ci/ciEnv.hpp	Mon Jul 07 10:12:40 2014 +0200
+++ b/hotspot/src/share/vm/ci/ciEnv.hpp	Mon Jul 07 12:37:11 2014 +0200
@@ -185,10 +185,6 @@
     }
   }
 
-  void ensure_metadata_alive(ciMetadata* m) {
-    _factory->ensure_metadata_alive(m);
-  }
-
   ciInstance* get_instance(oop o) {
     if (o == NULL) return NULL;
     return get_object(o)->as_instance();