hotspot/src/os/linux/vm/os_linux.cpp
changeset 33593 60764a78fa5c
parent 33148 68fa8b6c4340
child 33594 8c87ef3e5497
--- a/hotspot/src/os/linux/vm/os_linux.cpp	Wed Oct 21 13:46:25 2015 +0000
+++ b/hotspot/src/os/linux/vm/os_linux.cpp	Fri Oct 23 16:48:38 2015 -0400
@@ -4960,7 +4960,7 @@
 // able to use structured exception handling (thread-local exception filters)
 // on, e.g., Win32.
 void
-os::os_exception_wrapper(java_call_t f, JavaValue* value, methodHandle* method,
+os::os_exception_wrapper(java_call_t f, JavaValue* value, const methodHandle& method,
                          JavaCallArguments* args, Thread* thread) {
   f(value, method, args, thread);
 }