< prev index next >

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

Print this page
rev 52200 : [mq]: spaces

@@ -84,11 +84,11 @@
                    jlong* tag_ptr,
                    void* user_data) {
 
     long ind = (long)((*tag_ptr) - 1);
 
-    if (ind < 0 || ind > objectDescCount ) {
+    if (ind < 0 || ind > objectDescCount) {
         NSK_COMPLAIN1("heapObjectCallbackForSecondIteration: invalid object tag value: %d\n", (long)*tag_ptr);
         nsk_jvmti_setFailStatus();
         callbackAborted = 1;
         return JVMTI_ITERATION_ABORT;
     }
< prev index next >