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

JFR: Cleanup for JFR_ONLY

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Fixed
    • P4
    • 23
    • None
    • hotspot
    • None
    • jfr
    • b11

    Description

      Some places didn't use JFR_ONLY correctly, we'd better clean up them.

      e.g.

      ```
      void G1NewTracer::initialize() {
        JFR_ONLY(register_jfr_type_constants());
      }
      ```

      should be

      ```
      void G1NewTracer::initialize() {
        JFR_ONLY(register_jfr_type_constants();)
      }
      ```

      Attachments

        Issue Links

          Activity

            People

              ddong Denghui Dong
              ddong Denghui Dong
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: