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

Deprecate PrintVMQWaitTime to prepare for its removal

XMLWordPrintable

    • Icon: CSR CSR
    • Resolution: Approved
    • Icon: P4 P4
    • 15
    • hotspot
    • None
    • behavioral
    • minimal
    • It is unlikely anyone ever uses this flag.
    • add/remove/modify command line option
    • Implementation

      Summary

      Deprecate the PrintVMQWaitTime product flag and remove it in a subsequent release.

      Problem

      PrintVMQWaitTime is a legacy logging flag that provides a single piece of not very useful information.

      Solution

      Deprecate the PrintVMQWaitTime product flag and remove it in a subsequent release.

      Specification

      Update the flag description to show it is deprecated:

        product(bool, PrintVMQWaitTime, false,                                    \
      -          "Print out the waiting time in VM operation queue")               \
      +          "(Deprecated) Print out the waiting time in VM operation queue")  \

      Add the flag to the deprecated flag table to deprecate in 15, obsolete in 16 and remove in 17:

      +  { "PrintVMQWaitTime",             JDK_Version::jdk(15), JDK_Version::jdk(16), JDK_Version::jdk(17) },

            dholmes David Holmes
            dholmes David Holmes
            Robbin Ehn
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: