< prev index next >

test/hotspot/jtreg/serviceability/jvmti/HiddenClass/libHiddenClassSigTest.cpp

Print this page
rev 58768 : 8238358: Implementation of JEP 371: Hidden Classes
Reviewed-by: alanb, cjplummer, coleenp, dholmes, dlong, forax, jlahoda, psandoz, plevart, vromero
Contributed-by: mandy.chung@oracle.com, lois.foltan@oracle.com, david.holmes@oracle.com, harold.seigel@oracle.com, serguei.spitsyn@oracle.com, alex.buckley@oracle.com, jamsheed.c.m@oracle.com, jan.lahoda@oracle.com, amy.lu@oracle.com
rev 58769 : [mq]: type-descriptor-name

*** 91,101 **** LOG1("check_class_signature: class with sig: %s\n", sig); LOG1("check_class_signature: class with gsig: %s\n", gsig); if (strcmp(sig, exp_sig) != 0) { ! LOG2("check_class_signature: FAIL: Hidden class signature %s does not mach expected: %s\n", sig, exp_sig); failed = true; } if (is_hidden && gsig == NULL) { LOG0("check_class_signature: FAIL: unexpected NULL generic signature for hidden class\n"); failed = true; --- 91,101 ---- LOG1("check_class_signature: class with sig: %s\n", sig); LOG1("check_class_signature: class with gsig: %s\n", gsig); if (strcmp(sig, exp_sig) != 0) { ! LOG2("check_class_signature: FAIL: Hidden class signature %s does not match expected: %s\n", sig, exp_sig); failed = true; } if (is_hidden && gsig == NULL) { LOG0("check_class_signature: FAIL: unexpected NULL generic signature for hidden class\n"); failed = true;
< prev index next >