comparison src/cpu/x86/vm/sharedRuntime_x86_64.cpp @ 14124:7ad529321294

make: remove GRAALVM and introduce COMPILERGRAAL. fix client hosted-mode
author Bernhard Urban <bernhard.urban@jku.at>
date Mon, 10 Mar 2014 16:26:10 +0100
parents f6c04e69cf75
children d8041d695d19
comparison
equal deleted inserted replaced
14123:dc41eab09fe8 14124:7ad529321294
3366 // Normal deoptimization. Save exec mode for unpack_frames. 3366 // Normal deoptimization. Save exec mode for unpack_frames.
3367 __ movl(r14, Deoptimization::Unpack_deopt); // callee-saved 3367 __ movl(r14, Deoptimization::Unpack_deopt); // callee-saved
3368 __ jmp(cont); 3368 __ jmp(cont);
3369 3369
3370 int reexecute_offset = __ pc() - start; 3370 int reexecute_offset = __ pc() - start;
3371 #ifdef GRAALVM 3371 #if defined(COMPILERGRAAL) && !defined(COMPILER1)
3372 // Graal does not use this kind of deoptimization 3372 // Graal does not use this kind of deoptimization
3373 __ should_not_reach_here(); 3373 __ should_not_reach_here();
3374 #endif 3374 #endif
3375 3375
3376 // Reexecute case 3376 // Reexecute case