< prev index next >

test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref003/followref003.cpp

Print this page
rev 52215 : 8212770: Remove spaces before/after () for vmTestbase/jvmti/[s-u]
Summary:
Reviewed-by:

@@ -670,17 +670,17 @@
            "meth=0x%p, loc=%ld, idx=%#x\n",
            ref_kind_str[ref_kind],
            (long) class_tag,
            (long) tag,
            (long) size,
-           (int ) length,
+           (int) length,
            ref_tag,
            (long) thr_tag,
            thr_id,
            method,
            (long) location,
-           (int ) index);
+           (int) index);
     fflush(0);
 
     if (tag_ptr == NULL) {
         NSK_COMPLAIN1("NULL tag_ptr is passed to heapReferenceCallback:"
                       " tag_ptr=0x%p\n", (void*)tag_ptr);

@@ -851,11 +851,11 @@
 {
     printf(" primitiveFieldCallback: ref=%s, class_tag=%-3ld, tag=%-3ld, type=%c\n",
            ref_kind_str[ref_kind],
            (long) class_tag,
            (long) DEREF(tag_ptr),
-           (int ) value_type);
+           (int) value_type);
     fflush(0);
     return 0;
 }
 
 jint JNICALL arrayPrimitiveValueCallback

@@ -863,12 +863,12 @@
      jvmtiPrimitiveType element_type, const void* elements, void* user_data)
 {
     printf(" arrayPrimitiveValueCallback: class_tag=%-3ld, tag=%-3ld, len=%d, type=%c\n",
            (long) class_tag,
            (long) DEREF(tag_ptr),
-           (int ) element_count,
-           (int ) element_type);
+           (int) element_count,
+           (int) element_type);
     fflush(0);
     return 0;
 }
 
 jint JNICALL stringPrimitiveValueCallback

@@ -876,11 +876,11 @@
      jint value_length, void* user_data)
 {
     printf("stringPrimitiveValueCallback: class_tag=%-3ld, tag=%-3ld, len=%d\n",
            (long) class_tag,
            (long) DEREF(tag_ptr),
-           (int ) value_length);
+           (int) value_length);
     fflush(0);
     return 0;
 }
 
 
< prev index next >