[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


> 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.

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

Changes:
  - all: https://git.openjdk.org/jdk17u-dev/pull/2334/files
  - new: https://git.openjdk.org/jdk17u-dev/pull/2334/files/60bf4ada..a7b0185e

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk17u-dev&pr=2334&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk17u-dev&pr=2334&range=00-01

  Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk17u-dev/pull/2334.diff
  Fetch: git fetch https://git.openjdk.org/jdk17u-dev.git pull/2334/head:pull/2334

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


More information about the jdk-updates-dev mailing list