Add space after/before {} in vmTestbase

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 12
    • Affects Version/s: 12
    • Component/s: hotspot
    • None

      Certain lines look like:

      static jvmtiEvent testEvents[] = {JVMTI_EVENT_VM_OBJECT_ALLOC};

      and should look like:

      static jvmtiEvent testEvents[] = { JVMTI_EVENT_VM_OBJECT_ALLOC };

      There are:
         87 files that require a space after a {
         97 files that require a space before a }

            Assignee:
            Jean Christophe Beyler
            Reporter:
            Jean Christophe Beyler
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: