src/hotspot/share/ci/ciObjectFactory.hpp
changeset 53278 4b469f5f4bf2
parent 51197 3a6be93c9660
child 53293 64049c8e7452
--- a/src/hotspot/share/ci/ciObjectFactory.hpp	Wed Jan 09 15:53:56 2019 +0100
+++ b/src/hotspot/share/ci/ciObjectFactory.hpp	Thu Jan 10 18:10:15 2019 +0100
@@ -100,6 +100,7 @@
   // Get the ciObject corresponding to some oop.
   ciObject* get(oop key);
   ciMetadata* get_metadata(Metadata* key);
+  ciMetadata* cached_metadata(Metadata* key);
   ciSymbol* get_symbol(Symbol* key);
 
   // Get the ciSymbol corresponding to one of the vmSymbols.