@@ -52,7 +52,7 @@ void RangeCheckStub::emit_code(LIR_Assembler* ce) {
5252 CHECK_BAILOUT ();
5353 ce->add_call_info_here (_info);
5454 ce->verify_oop_map (_info);
55- debug_only (__ should_not_reach_here ());
55+ DEBUG_ONLY (__ should_not_reach_here ());
5656 return ;
5757 }
5858
@@ -74,7 +74,7 @@ void RangeCheckStub::emit_code(LIR_Assembler* ce) {
7474 CHECK_BAILOUT ();
7575 ce->add_call_info_here (_info);
7676 ce->verify_oop_map (_info);
77- debug_only (__ should_not_reach_here ());
77+ DEBUG_ONLY (__ should_not_reach_here ());
7878}
7979
8080PredicateFailedStub::PredicateFailedStub (CodeEmitInfo* info) {
@@ -88,7 +88,7 @@ void PredicateFailedStub::emit_code(LIR_Assembler* ce) {
8888 CHECK_BAILOUT ();
8989 ce->add_call_info_here (_info);
9090 ce->verify_oop_map (_info);
91- debug_only (__ should_not_reach_here ());
91+ DEBUG_ONLY (__ should_not_reach_here ());
9292}
9393
9494void CounterOverflowStub::emit_code (LIR_Assembler* ce) {
@@ -116,7 +116,7 @@ void DivByZeroStub::emit_code(LIR_Assembler* ce) {
116116 ce->emit_call_c (Runtime1::entry_for (C1StubId::throw_div0_exception_id));
117117 CHECK_BAILOUT ();
118118 ce->add_call_info_here (_info);
119- debug_only (__ should_not_reach_here ());
119+ DEBUG_ONLY (__ should_not_reach_here ());
120120}
121121
122122void ImplicitNullCheckStub::emit_code (LIR_Assembler* ce) {
@@ -134,7 +134,7 @@ void ImplicitNullCheckStub::emit_code(LIR_Assembler* ce) {
134134 CHECK_BAILOUT ();
135135 ce->add_call_info_here (_info);
136136 ce->verify_oop_map (_info);
137- debug_only (__ should_not_reach_here ());
137+ DEBUG_ONLY (__ should_not_reach_here ());
138138}
139139
140140// Note: pass object in Z_R1_scratch
@@ -147,7 +147,7 @@ void SimpleExceptionStub::emit_code(LIR_Assembler* ce) {
147147 ce->emit_call_c (a);
148148 CHECK_BAILOUT ();
149149 ce->add_call_info_here (_info);
150- debug_only (__ should_not_reach_here ());
150+ DEBUG_ONLY (__ should_not_reach_here ());
151151}
152152
153153NewInstanceStub::NewInstanceStub (LIR_Opr klass_reg, LIR_Opr result, ciInstanceKlass* klass, CodeEmitInfo* info, C1StubId stub_id) {
0 commit comments