diff -r 7d5ff5ee627c -r cd2749cebb92 hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp --- 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,