[jdk17u-dev] Integrated: 8275868: ciReplay: Inlining fails with "unloaded signature classes" due to wrong protection domains

Goetz Lindenmaier goetz at openjdk.org
Fri Mar 29 08:04:41 UTC 2024


On Wed, 27 Mar 2024 09:01:21 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.

This pull request has now been integrated.

Changeset: ba77d0ba
Author:    Goetz Lindenmaier <goetz at openjdk.org>
URL:       https://git.openjdk.org/jdk17u-dev/commit/ba77d0baed6c3a28f9b8c8ea3db1b8a1a95f9c1f
Stats:     467 lines in 6 files changed: 462 ins; 0 del; 5 mod

8275868: ciReplay: Inlining fails with "unloaded signature classes" due to wrong protection domains

Reviewed-by: mdoerr
Backport-of: 5bb1992b8408a0d196b1afa308bc00d007458dbd

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

PR: https://git.openjdk.org/jdk17u-dev/pull/2334


More information about the jdk-updates-dev mailing list