Searched refs:candidate_signature (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/back/
H A DVirtualMachineImpl.c132 char *candidate_signature = NULL; local
142 error = classSignature(clazz, &candidate_signature, NULL);
147 if (strcmp(candidate_signature, signature) == 0) {
155 jvmtiDeallocate(candidate_signature);
H A Dutil.c1515 char *candidate_signature; local
1518 candidate_signature = NULL;
1519 error = classSignature(clazz, &candidate_signature, NULL);
1524 if ( is_a_nested_class(signature, (int)len, candidate_signature, '$') ||
1525 is_a_nested_class(signature, (int)len, candidate_signature, '#') ) {
1530 jvmtiDeallocate(candidate_signature);

Completed in 52 milliseconds