The storestore() that was removed by the fix for JDK-8152846 should not have been removed. Instead, it should have been moved to a different place in ClassLoaderData::package().
All of the data structures in CLD that have lock-free access paths need to use the correct OrderAccess operations to ensure correctness on weak memory model platforms.
All of the data structures in CLD that have lock-free access paths need to use the correct OrderAccess operations to ensure correctness on weak memory model platforms.
- relates to
-
JDK-8152846 Creation of ModuleEntryTable Investigate Need For OrderAccess::storestore()
-
- Resolved
-