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

JFR: Clean up jdk.jfr

    XMLWordPrintable

Details

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

    Description

      - 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();

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: