[jdk11u-dev] RFR: 8285395: [JVMCI] Partial backport of JDK-8220623: InstalledCode

Severin Gehwolf sgehwolf at openjdk.java.net
Thu Apr 21 17:50:57 UTC 2022


Please review this 11u-only change in the JVMCI area. Latest Graal master introduced a change which overrides `getAddress()` and `getEntryPoint()` in class `InstalledCode`. This isn't an issue in Graal VM CE since labs openjdk is used there which has newer JVMCI level. The same code is present in JDK 13+. I'm only proposing a partial backport since that's sufficient to unbreak the Mandrel build and is a lot less risky than bringing in JDK-8220623 wholesale. See the bug for details.

Testing:
 - [x] jvmci tests
 - [x] Mandrel build with a base JDK including this patch. Builds now, broke earlier.

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

Commit messages:
 - 8285395: [JVMCI] Partial backport of JDK-8220623: InstalledCode

Changes: https://git.openjdk.java.net/jdk11u-dev/pull/1038/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk11u-dev&pr=1038&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8285395
  Stats: 3 lines in 1 file changed: 0 ins; 0 del; 3 mod
  Patch: https://git.openjdk.java.net/jdk11u-dev/pull/1038.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk11u-dev pull/1038/head:pull/1038

PR: https://git.openjdk.java.net/jdk11u-dev/pull/1038


More information about the jdk-updates-dev mailing list