RFR: 8318700: MacOS Zero cannot run gtests due to wrong JVM path

Aleksey Shipilev shade at openjdk.org
Tue Oct 24 10:42:36 UTC 2023


On Tue, 24 Oct 2023 10:14:18 GMT, David Holmes <dholmes at openjdk.org> wrote:

> Makes me wonder how an interpreter-only build is packaged up though??

You mean "core" variant? I think it would be in "core/libjvm.dylib", and would have the same problem. Alas, I don't see where a build system exports JVM variant for use in Hotspot source, and reconstructing the variant from platform macros is fragile. I.e. figuring out "core" vs "server" with C1/C2 disabled by feature flags would not work reliably. Same thing applies to "minimal".

So I choose not to care yet, and only fix the path that we use occasionally for portability testing, that is Zero.

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

PR Comment: https://git.openjdk.org/jdk/pull/16337#issuecomment-1776960910


More information about the hotspot-runtime-dev mailing list