8276046: codestrings.validate_vm gtest fails on ppc64, s390
Reviewed-by: shade, mdoerr
This commit is contained in:
parent
93be099ccb
commit
809488bf38
@ -25,6 +25,8 @@
|
|||||||
|
|
||||||
#ifndef PRODUCT
|
#ifndef PRODUCT
|
||||||
#ifndef ZERO
|
#ifndef ZERO
|
||||||
|
// Neither ppc nor s390 compilers use code strings.
|
||||||
|
#if !defined(PPC) && !defined(S390)
|
||||||
|
|
||||||
#include "asm/macroAssembler.inline.hpp"
|
#include "asm/macroAssembler.inline.hpp"
|
||||||
#include "compiler/disassembler.hpp"
|
#include "compiler/disassembler.hpp"
|
||||||
@ -262,5 +264,6 @@ TEST_VM(codestrings, validate)
|
|||||||
buffer_blob_test();
|
buffer_blob_test();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif // not S390 not PPC
|
||||||
#endif // not ZERO
|
#endif // not ZERO
|
||||||
#endif // not PRODUCT
|
#endif // not PRODUCT
|
||||||
|
Loading…
Reference in New Issue
Block a user