< prev index next >

test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP02/sp02t003/sp02t003.cpp

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

@@ -325,11 +325,11 @@
                             "#   GetFrameLocation(): %p\n",
                             j, kind, i, threadsDesc[i].threadName,
                             (void*)frameStack[j].method, (void*)qMethod);
                 nsk_jvmti_setFailStatus();
             }
-            if ( (suspended == NSK_TRUE) && (frameStack[j].location != qLocation) ) {
+            if ((suspended == NSK_TRUE) && (frameStack[j].location != qLocation)) {
                 NSK_COMPLAIN6("Different location in stack frame #%d for %s thread #%d (%s):\n"
                             "#   GetStackTrace():    %ld\n"
                             "#   GetFrameLocation(): %ld\n",
                             j, kind, i, threadsDesc[i].threadName,
                             (long)frameStack[j].location, (long)qLocation);
< prev index next >