8276046: codestrings.validate_vm gtest fails on ppc64, s390

Reviewed-by: shade, mdoerr
This commit is contained in:
Thomas Stuefe 2021-10-27 13:40:51 +00:00
parent 93be099ccb
commit 809488bf38

View File

@ -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"
@ -262,5 +264,6 @@ TEST_VM(codestrings, validate)
buffer_blob_test();
}
#endif // not S390 not PPC
#endif // not ZERO
#endif // not PRODUCT