mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8276046: codestrings.validate_vm gtest fails on ppc64, s390
Reviewed-by: shade, mdoerr
This commit is contained in:
parent
93be099ccb
commit
809488bf38
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue