RFR: 8319137: SetNameAtExit fails with "assert(!is_null()) failed: Must be created"
Patricio Chilano Mateo
pchilanomate at openjdk.org
Mon Nov 20 15:09:37 UTC 2023
Please review the following fix which moves the release of the _object WeakHandle back to the ObjectMonitor dtor. Releasing it earlier as we do today introduces a race which can lead to crashes. Tested running tiers123 in mach5.
Thanks,
Patricio
-------------
Commit messages:
- v1
Changes: https://git.openjdk.org/jdk/pull/16738/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=16738&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8319137
Stats: 39 lines in 2 files changed: 4 ins; 29 del; 6 mod
Patch: https://git.openjdk.org/jdk/pull/16738.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/16738/head:pull/16738
PR: https://git.openjdk.org/jdk/pull/16738
More information about the hotspot-runtime-dev
mailing list