Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8295469: S390X: Optimized builds are broken
Backport-of: 7b2e83b3955c034208325ea5477afd3c5e1da41a
  • Loading branch information
shipilev committed Oct 21, 2022
1 parent feb6b3c commit 7893f14
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 @@ -139,7 +139,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

1 comment on commit 7893f14

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.