Skip to content

Commit 4a6afcc

Browse files
committed
8276046: codestrings.validate_vm gtest fails on ppc64, s390
Backport-of: 809488bf38c250db3c263f200e5eb1a269059c3d
1 parent 31eba31 commit 4a6afcc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/hotspot/gtest/code/test_codestrings.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525

2626
#ifndef PRODUCT
2727
#ifndef ZERO
28+
// Neither ppc nor s390 compilers use code strings.
29+
#if !defined(PPC) && !defined(S390)
2830

2931
#include "asm/macroAssembler.inline.hpp"
3032
#include "compiler/disassembler.hpp"
@@ -263,5 +265,6 @@ TEST_VM(codestrings, validate)
263265
buffer_blob_test();
264266
}
265267

268+
#endif // not S390 not PPC
266269
#endif // not ZERO
267270
#endif // not PRODUCT

0 commit comments

Comments
 (0)