JDK-8247820 : ParallelGC: Process strong OopStorage entries in parallel
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 16
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-06-18
  • Updated: 2024-11-13
  • Resolved: 2020-06-24
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 16
16 b03Fixed
Related Reports
Blocks :  
Relates :  
Relates :  
Description
Currently the strong root processing deals with the relevant OopStorages by having each thread attempt to claim each storage object, with the one successful claimant for each processing that entire storage. It would be better to use the ParState mechanism to allow multiple threads to work on each storage object, particularly since the number of entries in some of them is increasing as we transition more oops in other places into OopStorage.

Comments
Changeset: 9d6aa42a Author: Stefan Karlsson <stefank@openjdk.org> Date: 2020-06-24 13:16:24 +0000 URL: https://git.openjdk.java.net/panama-foreign/commit/9d6aa42a
02-07-2020

Changeset: 9d6aa42a Author: Stefan Karlsson <stefank@openjdk.org> Date: 2020-06-24 13:16:24 +0000 URL: https://git.openjdk.java.net/amber/commit/9d6aa42a
02-07-2020

Changeset: 9d6aa42a Author: Stefan Karlsson <stefank@openjdk.org> Date: 2020-06-24 13:16:24 +0000 URL: https://git.openjdk.java.net/mobile/commit/9d6aa42a
02-07-2020

URL: https://hg.openjdk.java.net/jdk/jdk/rev/da2829c9ea61 User: stefank Date: 2020-06-24 11:16:49 +0000
24-06-2020