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

Martin Doerr mdoerr at openjdk.java.net
Wed Oct 27 12:42:14 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

I'm ok with it, but I'd prefer less `ifndef`s. ZERO, PPC and S390 could be covered by one Iine. Or even better something like `#if defined(X86) || defined(ARM)`.

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

Marked as reviewed by mdoerr (Reviewer).

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


More information about the hotspot-compiler-dev mailing list