[jdk17u-dev] RFR: 8275868: ciReplay: Inlining fails with "unloaded signature classes" due to wrong protection domains [v2]
Goetz Lindenmaier
goetz at openjdk.org
Wed Mar 27 15:46:43 UTC 2024
On Wed, 27 Mar 2024 14:55:56 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
>> Goetz Lindenmaier has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Add comment.
>
> test/hotspot/jtreg/compiler/ciReplay/CiReplayBase.java line 163:
>
>> 161: if (needCoreDump) {
>> 162: // CiReplayBase$TestMain needs to be quoted because of shell eval
>> 163: options.add("-XX:CompileOnly='" + TestMain.class.getName() + "::" + getTestMethod() + "'");
>
> Shouldn't we use your new `getTestClass()` from your 2nd commit?
I wanted to leave that to the potential backport of 8262912. It's not needed for the purpose of this change. Same below.
-------------
PR Review Comment: https://git.openjdk.org/jdk17u-dev/pull/2334#discussion_r1541370091
More information about the jdk-updates-dev
mailing list