Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.

Commit 0f76ade

Browse files
committed
8295469: S390X: Optimized builds are broken
Backport-of: 7b2e83b3955c034208325ea5477afd3c5e1da41a
1 parent 9badfe4 commit 0f76ade

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/hotspot/cpu/s390/assembler_s390.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Assembler::branch_condition Assembler::inverse_float_condition(Assembler::branch
138138
return inverse_cc;
139139
}
140140

141-
#ifdef ASSERT
141+
#ifndef PRODUCT
142142
void Assembler::print_dbg_msg(outputStream* out, unsigned long inst, const char* msg, int ilen) {
143143
out->flush();
144144
switch (ilen) {

src/hotspot/cpu/s390/interp_masm_s390.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ class InterpreterMacroAssembler: public MacroAssembler {
166166

167167
// Accessors to the template interpreter state.
168168

169-
void asm_assert_ijava_state_magic(Register tmp) PRODUCT_RETURN;
169+
void asm_assert_ijava_state_magic(Register tmp) NOT_DEBUG_RETURN;
170170

171171
void save_bcp();
172172

0 commit comments

Comments
 (0)