Searched refs:BAILOUT_ (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Compilation.cpp292 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 Dc1_Compilation.hpp243 #define BAILOUT_(msg, res) { bailout(msg); return res; } macro
H A Dc1_GraphBuilder.cpp162 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 Dc1_LinearScan.cpp1670 BAILOUT_("LinearScan: interval is NULL", result);
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_FpuStackSim_x86.cpp107 BAILOUT_("FpuStackSim: register not found", 0);

Completed in 64 milliseconds