-
Enhancement
-
Resolution: Fixed
-
P4
-
25
-
b26
SonarCloud complains that since JDK-8356080 we are using Boolean boxes in ReverseOrderListView. This change was made in JDK-8356080 to allow @Stable folding of boolean field. But it is very awkward to trade in the existence of the boxed object to allow optional constant folding.
- caused by
-
JDK-8356080 Address post-integration comments for Stable Values
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk/683319f2
-
Review(master) openjdk/jdk/25456