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

JFR: Remove debug message in Function.Maximum

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 23
    • 21, 23
    • hotspot
    • None
    • jfr
    • b14

      The class jdk.jfr.internal.query.Function.Maximum contains the following code:

      if (maximum == null) {
        System.out.println("Why");
      }

      The System.out.println message should be removed. It's hard to trigger with the existing views since the MAX function is typically used with numeric values and they are never null.

            egahlin Erik Gahlin
            egahlin Erik Gahlin
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: