Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8276046: codestrings.validate_vm gtest fails on ppc64, s390
Reviewed-by: shade, mdoerr
  • Loading branch information
tstuefe committed Oct 27, 2021
1 parent 93be099 commit 809488b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/hotspot/gtest/code/test_codestrings.cpp
Expand Up @@ -25,6 +25,8 @@

#ifndef PRODUCT
#ifndef ZERO
// Neither ppc nor s390 compilers use code strings.
#if !defined(PPC) && !defined(S390)

#include "asm/macroAssembler.inline.hpp"
#include "compiler/disassembler.hpp"
Expand Down Expand Up @@ -262,5 +264,6 @@ TEST_VM(codestrings, validate)
buffer_blob_test();
}

#endif // not S390 not PPC
#endif // not ZERO
#endif // not PRODUCT

1 comment on commit 809488b

@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.