JDK-8186465 : Each j.l.Reference elapsed time log is incorrect
  • Type: Bug
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 10
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2017-08-18
  • Updated: 2018-05-15
  • Resolved: 2017-09-28
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 10
10 b31Fixed
Related Reports
Duplicate :  
Duplicate :  
Description
Each j.l.Reference type shows wrong log information because related function refers wrong variable. 

Total Reference Processing time  <= correct
    Soft/Weak/Final/Phantom reference processing time <==== WRONG
        balance queue                      <= correct
        phase1 ~ phase3                  <= correct

ReferenceProcessorPhaseTimes::ref_proc_time_ms() should return '_ref_proc_time_ms' but currently returns '_par_phase_time_ms'.