JFR: Cleanup for JFR_ONLY

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 23
    • Affects Version/s: None
    • Component/s: hotspot
    • None
    • jfr
    • b11

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

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

              Created:
              Updated:
              Resolved: