RFR: JDK-8276046: codestrings.validate_vm gtest fails on ppc64, s390 [v2]

Martin Doerr mdoerr at openjdk.java.net
Wed Oct 27 13:23:15 UTC 2021


On Wed, 27 Oct 2021 09:06:32 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:

>> Trivial patch to switch off the associated gtest on these platforms. PPC64 and s390 compilers don't use code strings.
>
> Thomas Stuefe has updated the pull request incrementally with one additional commit since the last revision:
> 
>   request aleksey

`#if !defined(ZERO) && !defined(PPC) && !defined(S390)` would be equivalent, but your version is fine, too.

-------------

PR: https://git.openjdk.java.net/jdk/pull/6133


More information about the hotspot-compiler-dev mailing list