Searched refs:BAILOUT (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Compilation.hpp242 #define BAILOUT(msg) { bailout(msg); return; } macro
H A Dc1_GraphBuilder.cpp868 BAILOUT("could not resolve a constant");
937 BAILOUT("subroutine overwrites return address from previous subroutine");
1263 BAILOUT("too-complicated jsr/ret structure");
1275 if (!parsing_jsr()) BAILOUT("ret encountered while not parsing subroutine");
1278 BAILOUT("can not handle complicated jsr/ret constructs");
1658 BAILOUT("unlinked call site (FIXME needs patching or recompile support)");
1674 BAILOUT("will cause link error");
2227 // previously this was a BAILOUT, but this is not necessary
3063 if (!result) BAILOUT("failed to inline intrinsic");
3103 if (!result) BAILOUT("faile
[all...]
H A Dc1_LIRAssembler.cpp125 BAILOUT("CodeBuffer overflow");
H A Dc1_LinearScan.cpp824 BAILOUT("too many iterations in compute_global_live_sets");
5595 BAILOUT("LinearScan: no register found");
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRGenerator_sparc.cpp944 BAILOUT("encountered unloaded_ciobjarrayklass due to out of memory error");
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRGenerator_x86.cpp1081 BAILOUT("encountered unloaded_ciobjarrayklass due to out of memory error");

Completed in 70 milliseconds