8295469: S390X: Optimized builds are broken

Backport-of: 7b2e83b3955c034208325ea5477afd3c5e1da41a
This commit is contained in:
Aleksey Shipilev 2022-11-08 09:48:44 +00:00
parent 9badfe4b16
commit 0f76adecfb
2 changed files with 2 additions and 2 deletions

View File

@ -138,7 +138,7 @@ Assembler::branch_condition Assembler::inverse_float_condition(Assembler::branch
return inverse_cc;
}
#ifdef ASSERT
#ifndef PRODUCT
void Assembler::print_dbg_msg(outputStream* out, unsigned long inst, const char* msg, int ilen) {
out->flush();
switch (ilen) {

View File

@ -166,7 +166,7 @@ class InterpreterMacroAssembler: public MacroAssembler {
// Accessors to the template interpreter state.
void asm_assert_ijava_state_magic(Register tmp) PRODUCT_RETURN;
void asm_assert_ijava_state_magic(Register tmp) NOT_DEBUG_RETURN;
void save_bcp();