-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: hotspot
-
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