--- a/hotspot/src/share/vm/runtime/sharedRuntime.hpp Thu Jan 09 18:09:59 2014 -0800
+++ b/hotspot/src/share/vm/runtime/sharedRuntime.hpp Fri Jan 10 06:36:18 2014 +0100
@@ -666,7 +666,7 @@
static AdapterHandlerEntry* new_entry(AdapterFingerPrint* fingerprint,
address i2c_entry, address c2i_entry, address c2i_unverified_entry);
- static nmethod* create_native_wrapper(methodHandle method, int compile_id);
+ static void create_native_wrapper(methodHandle method);
static AdapterHandlerEntry* get_adapter(methodHandle method);
#ifdef HAVE_DTRACE_H