|
Relates :
|
The regression test pushed with 8059299 fix has typo:
- if (counter2 != counter) {
+ if (counter2 != counter0) {
throw new RuntimeException("Failed: counter2(" + counter2 + ") != counter0(" + counter0 + ")");
}
Only jdk9 is affected - I fixed the typo in backport.