mirror of
https://github.com/openjdk/jdk19u.git
synced 2025-12-11 00:58:35 -06:00
8295469: S390X: Optimized builds are broken
Backport-of: 7b2e83b3955c034208325ea5477afd3c5e1da41a
This commit is contained in:
parent
9badfe4b16
commit
0f76adecfb
@ -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) {
|
||||
|
||||
@ -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();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user