-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b20
// Why do we need the total_collections()-filter below?
if (total_collections() > 0) {
Verification logic doesn't depend on total_collections().
if (total_collections() > 0) {
Verification logic doesn't depend on total_collections().
- links to
-
Commit(master)
openjdk/jdk/9d117877
-
Review(master)
openjdk/jdk/27769