test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref002/followref002.cpp
changeset 52284 1f402d1f630f
parent 52215 0b0ba3a2fec9
--- a/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref002/followref002.cpp	Thu Oct 25 12:09:41 2018 +0100
+++ b/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref002/followref002.cpp	Thu Oct 25 08:18:42 2018 -0700
@@ -457,7 +457,7 @@
            (long) tag,
            (long) size,
            (long) ref_tag,
-           (int ) referrer_index);
+           (int) referrer_index);
     fflush(0);
 
     if (tag_ptr == NULL) {
@@ -557,7 +557,7 @@
            ref_kind_str[reference_kind],
            (long) class_tag,
            (long) DEREF(tag_ptr),
-           (int ) value_type);
+           (int) value_type);
     fflush(0);
     return 0;
 }
@@ -574,8 +574,8 @@
     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;
 }
@@ -591,7 +591,7 @@
     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;
 }