RFR: 8308151: [JVMCI] capture JVMCI exceptions in hs-err [v3]
Doug Simon
dnsimon at openjdk.org
Tue May 16 22:04:55 UTC 2023
On Tue, 16 May 2023 21:24:24 GMT, Doug Simon <dnsimon at openjdk.org> wrote:
>> Why can't you use a JVMCI property for this? You get a chance to see them when copying them to Graal.
>
> The copying is only done when using libgraal. I'd like to have this test run in a JDK without libgraal.
I see that I can simply use system properties after all: https://github.com/openjdk/jdk/pull/14000/commits/90f4346b3c8737fd0fee25a7ed0c32a1bd506c88
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/14000#discussion_r1195727360
More information about the hotspot-compiler-dev
mailing list