mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-25 01:30:10 +00:00
8295469: S390X: Optimized builds are broken
Reviewed-by: stuefe
This commit is contained in:
parent
63867c4b52
commit
7b2e83b395
@ -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