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

Add space after/before {} in vmTestbase

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 12
    • 12
    • 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 }

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

              Created:
              Updated:
              Resolved: