hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp
changeset 35518 cd2749cebb92
parent 35477 7a00b08d27bc
child 35928 084d5cb04276
--- a/hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp	Sat Jan 16 12:04:47 2016 +0100
+++ b/hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp	Sat Jan 16 13:04:23 2016 -0500
@@ -2780,7 +2780,7 @@
       MORE_STACK(1);
       pc = METHOD->code_base() + continuation_bci;
       if (log_is_enabled(Info, exceptions)) {
-        ResourceMark rm(thread);
+        ResourceMark rm(THREAD);
         stringStream tempst;
         tempst.print("interpreter method <%s>\n"
                      " at bci %d, continuing at %d for thread " INTPTR_FORMAT,