Skip to content

Commit

Permalink
8295469: S390X: Optimized builds are broken
Browse files Browse the repository at this point in the history
Reviewed-by: stuefe
  • Loading branch information
shipilev committed Oct 18, 2022
1 parent 63867c4 commit 7b2e83b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/hotspot/cpu/s390/assembler_s390.cpp
Expand Up @@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion src/hotspot/cpu/s390/interp_masm_s390.hpp
Expand Up @@ -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();

Expand Down

0 comments on commit 7b2e83b

Please sign in to comment.