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

Clean up metadata for event based tracing

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 9
    • 9
    • hotspot
    • None
    • jfr
    • b135

      Remove metadata inconsistencies for event based tracing:

      - use Java naming conventions, i.e. use "oldValue" instead of "old_value"
      - remove redundancy in naming, i.e. "GCGarbagaCollection" and suffix "Event"..
      - avoid abbreviation, i.e. use "allocation" instead of "alloc"
      - avoid reserved Java keywords in field names, i.e. "class"
      - use same data type as exposed in Java, i.e modifiers as int
      - don't use end punctuation in single sentence descriptions
      - keep labels short and use headline-style capitalization
      - use Java name for relation ids

      Also, remove the unused TRACE_KLASS_DEFINITION macro

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

              Created:
              Updated:
              Resolved: