comparison src/share/vm/runtime/vframeArray.cpp @ 7154:5d0bb7d52783

changes to support Graal co-existing with the other HotSpot compiler(s) and being used for explicit compilation requests and code installation via the Graal API
author Doug Simon <doug.simon@oracle.com>
date Wed, 12 Dec 2012 21:36:40 +0100
parents e522a00b91aa
children 8a3efb8c831d
comparison
equal deleted inserted replaced
7153:c421c19b7bf8 7154:5d0bb7d52783
250 // in interpreterRuntime.cpp. 250 // in interpreterRuntime.cpp.
251 break; 251 break;
252 case Deoptimization::Unpack_uncommon_trap: 252 case Deoptimization::Unpack_uncommon_trap:
253 case Deoptimization::Unpack_reexecute: 253 case Deoptimization::Unpack_reexecute:
254 // redo last byte code 254 // redo last byte code
255 #ifdef GRAAL 255 #ifdef GRAALVM
256 assert(should_reexecute(), ""); 256 assert(should_reexecute(), "");
257 #endif 257 #endif
258 pc = Interpreter::deopt_entry(vtos, 0); 258 pc = Interpreter::deopt_entry(vtos, 0);
259 use_next_mdp = false; 259 use_next_mdp = false;
260 break; 260 break;