RFR: 8318700: MacOS Zero cannot run gtests due to wrong JVM path
David Holmes
dholmes at openjdk.org
Tue Oct 24 10:17:30 UTC 2023
On Tue, 24 Oct 2023 08:32:46 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> See the bug for reproducer. The fix is easy: handle more JVM variants.
Seems reasonable.
Makes me wonder how an interpreter-only build is packaged up though??
Thanks
src/hotspot/os/bsd/os_bsd.cpp line 206:
> 204:
> 205: // JVM variant
> 206: #if defined(ZERO)
Nit: extra spaces after if
-------------
Marked as reviewed by dholmes (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/16337#pullrequestreview-1694477419
PR Review Comment: https://git.openjdk.org/jdk/pull/16337#discussion_r1369924772
More information about the hotspot-runtime-dev
mailing list