JDK 20 | JDK 21 |
---|---|
20 masterFixed | 21Fixed |
Relates :
|
The path to the test in question is test/jdk/jdk/internal/util/ArraysSupport/NewLength.java It's not in any test group, which means it's not getting run regularly. The jdk/internal/util directory was newly added with this test. In case anything else gets added there in the future, that directory should probably be added to the jdk_util_other test group.
|