[jdk11u-dev] RFR: 8248876: LoadObject with bad base address created for exec file on linux

Kimura Yukihiro duke at openjdk.java.net
Wed Apr 6 08:56:08 UTC 2022


I would like to backport
8248876: LoadObject with bad base address created for exec file on linux.

The original patch does not apply cleanly to 11u.
In case of JDK17, the patch of 8248876 includes the code to invalidate the fix of 8248878.
But in case of JDK11, the fix of 8248878 has never been applied.
I remove the invalidation code of 8248878 from the original patch.

Testing: 
  build on Linux x86_64
  tier1 on Linux x86_64

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

Commit messages:
 - Merge branch 'openjdk:master' into 8248876
 - 8248876: LoadObject with bad base address created for exec file on linux

Changes: https://git.openjdk.java.net/jdk11u-dev/pull/1014/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk11u-dev&pr=1014&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8248876
  Stats: 18 lines in 2 files changed: 4 ins; 3 del; 11 mod
  Patch: https://git.openjdk.java.net/jdk11u-dev/pull/1014.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk11u-dev pull/1014/head:pull/1014

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


More information about the jdk-updates-dev mailing list