-
Enhancement
-
Resolution: Won't Fix
-
P4
-
None
-
24
In the JDK, there are several places where a `static final HexFormat` object is used. For example, in the factor method `HexFormat::of`.
It would be possible to make the fields of `HexFormat` eligible for constant folding if they could be trusted thereby improving performance.
It would be possible to make the fields of `HexFormat` eligible for constant folding if they could be trusted thereby improving performance.