--- old/src/share/vm/runtime/sharedRuntime.hpp 2014-01-09 15:43:41.584505169 +0100 +++ new/src/share/vm/runtime/sharedRuntime.hpp 2014-01-09 15:43:41.428505171 +0100 @@ -671,7 +671,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