JFR: Remove debug message in Function.Maximum

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 23
    • Affects Version/s: 21, 23
    • Component/s: 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.

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

              Created:
              Updated:
              Resolved: