JDK-8230372 : Remove G1GCPhaseTimes::MergeLBProcessedBuffers
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 14
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2019-08-29
  • Updated: 2019-09-26
  • Resolved: 2019-08-30
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 14
14 b13Fixed
Related Reports
Relates :  
Description
After JDK-8230109, the only use of the information recorded under the G1GCPhaseTimes::MergeLBProcessedBuffers work item is in logging output.  But that logging is accompanied by the number of merged dirty and skipped cards, which is the actually interesting information.  We can remove that work item.

Comments
URL: https://hg.openjdk.java.net/jdk/jdk/rev/e9a0224b45a1 User: kbarrett Date: 2019-08-30 19:52:32 +0000
30-08-2019