Relates :
|
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.
|