-
Enhancement
-
Resolution: Fixed
-
P4
-
7
-
b51
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2172384 | 6u14 | Igor Nekrestyanov | P3 | Resolved | Fixed | b02 |
sun.misc.FloatingDecimal has a static field of java.util.Pattern type that loads and initializes the regex classes. This static field is used by parseHexString method to parse a hexadecimal floating-point string and should be initialized lazily to avoid regex classes to be pulled until it's really needed.
- backported by
-
JDK-2172384 Make sun.misc.FloatingDecimal.hexFloatPattern static field initialized lazily
- Resolved
- relates to
-
JDK-6798873 Reduce the number of classes loaded and class dependencies
- Closed