From fb8c7bd27990938a885fa0c99e576f9bfda8177c Mon Sep 17 00:00:00 2001 From: twisti Date: Mon, 8 Oct 2012 17:04:00 -0700 Subject: 8000263: JSR 292: signature types may appear to be unloaded Reviewed-by: kvn, jrose --- src/cpu/x86/vm/methodHandles_x86.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/cpu/x86/vm/methodHandles_x86.hpp') diff --git a/src/cpu/x86/vm/methodHandles_x86.hpp b/src/cpu/x86/vm/methodHandles_x86.hpp index 62342eefb..bb333781a 100644 --- a/src/cpu/x86/vm/methodHandles_x86.hpp +++ b/src/cpu/x86/vm/methodHandles_x86.hpp @@ -55,8 +55,6 @@ public: Register temp2, bool for_compiler_entry); - static void trace_method_handle(MacroAssembler* _masm, const char* adaptername) PRODUCT_RETURN; - static Register saved_last_sp_register() { // Should be in sharedRuntime, not here. return LP64_ONLY(r13) NOT_LP64(rsi); -- cgit v1.2.3