8147482: Zero build fails after 8144953
authorsgehwolf
Sat, 16 Jan 2016 13:04:23 -0500
changeset 35518 cd2749cebb92
parent 35517 7d5ff5ee627c
child 35519 9200162499f7
8147482: Zero build fails after 8144953 Reviewed-by: coleenp, simonis
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,