-
Bug
-
Resolution: Unresolved
-
P4
-
20
The check
https://github.com/openjdk/jdk/blob/master/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetAllThreads/allthr001/allthr001.cpp#L264
should use 'i' and not 'j'
found = (inf.name != NULL && strcmp(inf.name, thrInfo[ind].expected.thrNames[j]) == 0);
expected.thrNames[j] --> expected.thrNames[i]
https://github.com/openjdk/jdk/blob/master/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetAllThreads/allthr001/allthr001.cpp#L264
should use 'i' and not 'j'
found = (inf.name != NULL && strcmp(inf.name, thrInfo[ind].expected.thrNames[j]) == 0);
expected.thrNames[j] --> expected.thrNames[i]
- relates to
-
JDK-8284027 vmTestbase/nsk/jvmti/GetAllThreads/allthr001/ is failing
-
- Resolved
-