< prev index next >

test/hotspot/jtreg/vmTestbase/nsk/jvmti/FieldAccess/fieldacc003/fieldacc003.cpp

Print this page
rev 52200 : [mq]: spaces

*** 163,173 **** printf(", expected: \"%s\"\n", watches[i].m_name); result = STATUS_FAILED; } if (watch.m_sig == NULL || strcmp(watch.m_sig, watches[i].m_sig) != 0) { ! printf("(watch#%" PRIuPTR " ) wrong method sig: \"%s\"", i, watch.m_sig); printf(", expected: \"%s\"\n", watches[i].m_sig); result = STATUS_FAILED; } if (watch.loc != watches[i].loc) { --- 163,173 ---- printf(", expected: \"%s\"\n", watches[i].m_name); result = STATUS_FAILED; } if (watch.m_sig == NULL || strcmp(watch.m_sig, watches[i].m_sig) != 0) { ! printf("(watch#%" PRIuPTR ") wrong method sig: \"%s\"", i, watch.m_sig); printf(", expected: \"%s\"\n", watches[i].m_sig); result = STATUS_FAILED; } if (watch.loc != watches[i].loc) {
< prev index next >