test/hotspot/jtreg/vmTestbase/nsk/jvmti/FieldAccess/fieldacc003/fieldacc003.cpp
changeset 52221 27ba7cc31f9f
parent 51699 543a3fb81c4c
child 52949 c78a17d24618
equal deleted inserted replaced
52220:9c260a6b6471 52221:27ba7cc31f9f
   163                 printf(", expected: \"%s\"\n", watches[i].m_name);
   163                 printf(", expected: \"%s\"\n", watches[i].m_name);
   164                 result = STATUS_FAILED;
   164                 result = STATUS_FAILED;
   165             }
   165             }
   166             if (watch.m_sig == NULL ||
   166             if (watch.m_sig == NULL ||
   167                     strcmp(watch.m_sig, watches[i].m_sig) != 0) {
   167                     strcmp(watch.m_sig, watches[i].m_sig) != 0) {
   168                 printf("(watch#%" PRIuPTR " ) wrong method sig: \"%s\"",
   168                 printf("(watch#%" PRIuPTR ") wrong method sig: \"%s\"",
   169                        i, watch.m_sig);
   169                        i, watch.m_sig);
   170                 printf(", expected: \"%s\"\n", watches[i].m_sig);
   170                 printf(", expected: \"%s\"\n", watches[i].m_sig);
   171                 result = STATUS_FAILED;
   171                 result = STATUS_FAILED;
   172             }
   172             }
   173             if (watch.loc != watches[i].loc) {
   173             if (watch.loc != watches[i].loc) {