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 }
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 }
There are no Sub-Tasks for this issue.