[jdk17u-dev] RFR: 8275868: ciReplay: Inlining fails with "unloaded signature classes" due to wrong protection domains [v2]
Martin Doerr
mdoerr at openjdk.org
Wed Mar 27 15:56:24 UTC 2024
On Wed, 27 Mar 2024 15:46:43 GMT, Goetz Lindenmaier <goetz at openjdk.org> wrote:
>> I had to do some trivial resolves.
>>
>> I add some refactorings from "8262912: ciReplay: replay does not simulate unresolved classes"
>> to the edited test files to make the test compile. I also had to fix the path to WhiteBox.
>>
>> I also added two methods to query names to ciEnv from
>> "8271911: replay compilations of methods which use JSR292 (easy cases)".
>> this calls further into dyno_name(). I disabled this, it is not needed as long as 8262912 is not backported.
>>
>> Test reproduces the issue as expected.
>>
>> For follow up 8276227 see dependent pull request.
>
> Goetz Lindenmaier has updated the pull request incrementally with one additional commit since the last revision:
>
> Add comment.
Ok. Thanks for the update.
-------------
Marked as reviewed by mdoerr (Reviewer).
PR Review: https://git.openjdk.org/jdk17u-dev/pull/2334#pullrequestreview-1963766598
More information about the jdk-updates-dev
mailing list