aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/x86/vm/methodHandles_x86.hpp
diff options
context:
space:
mode:
authortwisti <none@none>2012-10-08 17:04:00 -0700
committertwisti <none@none>2012-10-08 17:04:00 -0700
commitfb8c7bd27990938a885fa0c99e576f9bfda8177c (patch)
tree602f1b2713ce75b9870ad4c3bf60f83d4a397abb /src/cpu/x86/vm/methodHandles_x86.hpp
parentefa99f2958f833a3a9dc2d04a66ce28f6ecb071d (diff)
8000263: JSR 292: signature types may appear to be unloaded
Reviewed-by: kvn, jrose
Diffstat (limited to 'src/cpu/x86/vm/methodHandles_x86.hpp')
-rw-r--r--src/cpu/x86/vm/methodHandles_x86.hpp2
1 files changed, 0 insertions, 2 deletions
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);