< prev index next >

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

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

@@ -466,11 +466,11 @@
            ref_kind_str[reference_kind],
            (long) class_tag,
            (long) tag,
            (long) size,
            (long) ref_tag,
-           (int ) referrer_index);
+           (int) referrer_index);
     fflush(0);
 
     if (tag_ptr == NULL) {
         NSK_COMPLAIN1("NULL tag_ptr is passed to heapReferenceCallback:"
                       " tag_ptr=0x%p\n", (void*)tag_ptr);

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

@@ -583,12 +583,12 @@
      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(

@@ -600,11 +600,11 @@
      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 >