< prev index next >

test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap006/iterheap006.cpp

Print this page
rev 52200 : [mq]: spaces

@@ -44,11 +44,11 @@
                    jlong size,
                    jlong* tag_ptr,
                    void* storage_data) {
 
     if (!NSK_JVMTI_VERIFY(
-            st_jvmti->SetEnvironmentLocalStorage(storage_data ))) {
+            st_jvmti->SetEnvironmentLocalStorage(storage_data))) {
         nsk_jvmti_setFailStatus();
     }
 
     if (!NSK_JVMTI_VERIFY(
             st_jvmti->GetEnvironmentLocalStorage(&storage_ptr))) {

@@ -84,11 +84,11 @@
             nsk_jvmti_setFailStatus();
         }
 
         if (strcmp(storage_data, (char *)storage_ptr) != 0) {
             NSK_COMPLAIN2("Local storage was corrupted: %s ,\n\texpected value: %s\n",
-                             (char *)storage_ptr, storage_data );
+                             (char *)storage_ptr, storage_data);
             nsk_jvmti_setFailStatus();
         }
     }
 
     NSK_DISPLAY0("Let debugee to finish\n");
< prev index next >