JDK-8247819 : G1: 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-26
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 b04Fixed
Related Reports
Blocks :  
Relates :  
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: 18cddad5 Author: Thomas Schatzl <tschatzl@openjdk.org> Date: 2020-06-26 14:43:09 +0000 URL: https://git.openjdk.java.net/mobile/commit/18cddad5
02-07-2020

URL: https://hg.openjdk.java.net/jdk/jdk/rev/9bcadce281ac User: tschatzl Date: 2020-06-26 12:43:39 +0000
26-06-2020