8020121: PPC64: fix build in cppInterpreter after 8019519
authorgoetz
Tue, 09 Jul 2013 14:28:07 +0200
changeset 22817 58900c191539
parent 22816 3ec00abe2942
child 22818 34cd99df9940
8020121: PPC64: fix build in cppInterpreter after 8019519 Reviewed-by: kvn
hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp
--- a/hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp	Wed Jul 03 11:25:06 2013 +0200
+++ b/hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp	Tue Jul 09 14:28:07 2013 +0200
@@ -2760,7 +2760,7 @@
       case T_BYTE:
       case T_CHAR:
       case T_INT:
-        SET_STACK_INT(->earlyret_value().i, 0);
+        SET_STACK_INT(ts->earlyret_value().i, 0);
         MORE_STACK(1);
         break;
       case T_LONG: