Searched refs:BAILOUT_ (Results 1 - 5 of 5) sorted by relevance
/openjdk7/hotspot/src/share/vm/c1/ |
H A D | c1_Compilation.cpp | 292 BAILOUT_("size requested greater than avail code buffer size", 0); 331 BAILOUT_("mdo allocation failed", no_frame_size); 339 BAILOUT_("Bailing out because of -XX:+BailoutAfterHIR", no_frame_size);
|
H A D | c1_Compilation.hpp | 243 #define BAILOUT_(msg, res) { bailout(msg); return res; } macro
|
H A D | c1_GraphBuilder.cpp | 162 BAILOUT_("Exception handler can be reached by both normal and exceptional control flow", block); 2222 BAILOUT_("exception handler covers itself", exception_handlers); 2247 BAILOUT_("error while joining with exception handler, prob. due to complicated jsr/rets", exception_handlers); 2692 case Bytecodes::_breakpoint : BAILOUT_("concurrent setting of breakpoint", NULL); 2730 if (!sux->try_merge(end->state())) BAILOUT_("block join failed", NULL);
|
H A D | c1_LinearScan.cpp | 1670 BAILOUT_("LinearScan: interval is NULL", result);
|
/openjdk7/hotspot/src/cpu/x86/vm/ |
H A D | c1_FpuStackSim_x86.cpp | 107 BAILOUT_("FpuStackSim: register not found", 0);
|
Completed in 64 milliseconds