Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8266192

Remove ThreadLocalAllocBuffer::_fast_refill_waste since it is never set

XMLWordPrintable

    • Icon: CSR CSR
    • Resolution: Approved
    • Icon: P4 P4
    • 17
    • hotspot
    • None
    • gc
    • behavioral
    • minimal
    • Hide
      The removed Java process performance counters will not be available any more through the relevant APIs.
      They are unlikely to be used, a Google search doesn't find anything relevant and with current JDK can only be accessed via a jdk.internal API or via jcmd. So wide exposure to the public of the Perf counters and these in particular is very unlikely.
      Show
      The removed Java process performance counters will not be available any more through the relevant APIs. They are unlikely to be used, a Google search doesn't find anything relevant and with current JDK can only be accessed via a jdk.internal API or via jcmd. So wide exposure to the public of the Perf counters and these in particular is very unlikely.
    • Other
    • Implementation

      Summary

      Remove two unimplemented TLAB performance counters: sun.gc.tlab.fastWaste and sun.gc.tlab.maxFastWaste.

      Problem

      These two counters are obsolete and have always returned constant 0 values for many years.

      Solution

      Remove those two counters.

      Specification

      No specification change.

            ayang Albert Yang
            tschatzl Thomas Schatzl
            Stefan Johansson, Thomas Schatzl
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: