JDK-8305896 : Alternative full GC forwarding
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • OS: generic
  • CPU: generic
  • Submitted: 2023-04-12
  • Updated: 2024-09-11
Related Reports
Relates :  
Relates :  
Description
Currently, the full-GC modes of Serial, Shenandoah and G1 GCs are forwarding objects by over-writing the object header with the new object location. Unfortunately, for compact object headers (JDK-8294992) this would not work, because the crucial class information is also stored in the header, and we could no longer iterate over objects until the headers would be restored. Also, the preserved-headers tables would grow quite large. I propose to add an alternative forwarding mechanism using a forwarding table that would be used for compact object headers.
Comments
A pull request was submitted for review. Branch: pr/20603 URL: https://git.openjdk.org/jdk/pull/20605 Date: 2024-08-15 22:54:39 +0000
21-08-2024

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/13582 Date: 2023-04-21 15:17:36 +0000
04-05-2023