RFR: 8311946: add support for libgraal specific jtreg tests [v3]

Vladimir Kozlov kvn at openjdk.org
Thu Jul 13 21:02:15 UTC 2023


On Thu, 13 Jul 2023 20:52:02 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

>> In a sense that the libgraal **file** is separate from VM and its generation is not part of HotSpot VM build.
>> `hasLibgraal` property checks the presence of this separate file and not a feature which is part of VM build (like jvmci).
>
> "vm.libgraal.enabled" is VM's property because it enables VM's Graal JIT version which uses code in libgraal.

On other hand, it is not really big matter. I am fine with "vm. hasLibgraal" since it is used only by VM.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/14851#discussion_r1263049447


More information about the hotspot-dev mailing list