hotspot/src/share/vm/interpreter/interpreterRuntime.hpp
changeset 31620 53be635ad49c
parent 31382 8d526a6991e1
child 33593 60764a78fa5c
--- a/hotspot/src/share/vm/interpreter/interpreterRuntime.hpp	Tue Jun 30 15:26:20 2015 -0700
+++ b/hotspot/src/share/vm/interpreter/interpreterRuntime.hpp	Wed Jul 01 10:53:26 2015 +0200
@@ -219,6 +219,7 @@
 
  public:
   static void add(methodHandle method);
+  static void add(uint64_t fingerprint, address handler);
 };
 
 #endif // SHARE_VM_INTERPRETER_INTERPRETERRUNTIME_HPP