On Thu, 14 Jan 2021 20:32:17 GMT, Leonid Mesnik wrote:
>> est vmTestbase/nsk/jvmti/Breakpoint/breakpoint001 has incorrect check of
>> strcmp results here:
>>
>> for (i=0; i> if (strcmp(methNam,METHODS[i][0]) &&
>> strcmp(methSig,METHODS[i][1])) {
>> printf(
On Thu, 14 Jan 2021 20:32:17 GMT, Leonid Mesnik wrote:
>> est vmTestbase/nsk/jvmti/Breakpoint/breakpoint001 has incorrect check of
>> strcmp results here:
>>
>> for (i=0; i> if (strcmp(methNam,METHODS[i][0]) &&
>> strcmp(methSig,METHODS[i][1])) {
>> printf(
On Thu, 14 Jan 2021 20:32:17 GMT, Leonid Mesnik wrote:
>> est vmTestbase/nsk/jvmti/Breakpoint/breakpoint001 has incorrect check of
>> strcmp results here:
>>
>> for (i=0; i> if (strcmp(methNam,METHODS[i][0]) &&
>> strcmp(methSig,METHODS[i][1])) {
>> printf(
On Thu, 14 Jan 2021 19:22:07 GMT, Igor Ignatyev wrote:
>> Leonid Mesnik has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> copyrights and ident fixed
>
> test/hotspot/jtreg/vmTestbase/nsk/jvmti/Breakpoint/breakpoint001/breakpoint001.cpp
>
> est vmTestbase/nsk/jvmti/Breakpoint/breakpoint001 has incorrect check of
> strcmp results here:
>
> for (i=0; i if (strcmp(methNam,METHODS[i][0]) &&
> strcmp(methSig,METHODS[i][1])) {
> printf("CHECK PASSED: method name: "%s"\tsignature: "%s" %d\n",
>