< prev index next >

src/share/vm/opto/compile.hpp

Print this page
rev 10493 : keep
rev 10513 : fix incremental inlining with value types

@@ -1318,8 +1318,10 @@
 
   // supporting clone_map
   CloneMap&     clone_map();
   void          set_clone_map(Dict* d);
 
+
+  Node* create_vt_node(Node* n, ciValueKlass* vk, ciValueKlass* base_vk, int base_offset, int base_input);
 };
 
 #endif // SHARE_VM_OPTO_COMPILE_HPP
< prev index next >