JDK-8352069 : Larger renamings after JDK-8342382: Improve Application Throughput with a More Efficient Write Barrier
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 25
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2025-03-14
  • Updated: 2025-03-21
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.
Other
tbdUnresolved
Related Reports
Blocks :  
Description
This CR collects some refactorings that were pointed out either publicly or internally that should be done after JDK-8342382 as they unduly cause code churn (renamings) in many components

Renamings:

generate_post_barrier_fast_path -> generate_post_barrier in the code generation backends

g1_write_barrier_post_c1 -> g1_post_write_barrier_c1; moved because there are existing untouched names that use the same order of terms for e.g. c2 and interpreter.