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

JFR: Clean up jdk.jfr

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P3 P3
    • 24
    • None
    • hotspot
    • None
    • jfr
    • b06

      - Remove unused imports
      - Remove unused variable in instanceof
      - Use constants instead Integer.valueOf(-1) and Long.valueOf(0L)
      - Add final where missing
      - Prefer package protected classes over public classes
      - Use try-with-resources
      - Use Arrays.toString(...) instead of Arrays.asList(...).toString();

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

              Created:
              Updated:
              Resolved: