< prev index next >

test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls006/iterinstcls006.cpp

Print this page
rev 52200 : [mq]: spaces

*** 88,104 **** } } if (storage_data != storage_ptr) { NSK_COMPLAIN2("Local storage address was corrupted: %p ,\n\texpected value: %p\n", ! storage_ptr, storage_data); 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 ); nsk_jvmti_setFailStatus(); } } while (0); NSK_DISPLAY0("Let debugee to finish\n"); --- 88,104 ---- } } if (storage_data != storage_ptr) { NSK_COMPLAIN2("Local storage address was corrupted: %p ,\n\texpected value: %p\n", ! storage_ptr, storage_data); 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); nsk_jvmti_setFailStatus(); } } while (0); NSK_DISPLAY0("Let debugee to finish\n");
< prev index next >