Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8295469: S390X: Optimized builds are broken #1466

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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 @@ -164,7 +164,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