JDK-8361349 : Fix visibility of CollectedHeap::stop() and ::print_tracing_info()
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2025-07-03
  • Updated: 2025-07-07
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
Relates :  
Description
There are the CollectedHeap::stop() and CH::print_tracing_info methods that print some statistics at VM exit. This is now only called by the protected method CollectedHeap::before_exit(), so these methods may be protected as well
Comments
A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/26160 Date: 2025-07-07 13:30:44 +0000
07-07-2025