|
Quick Lists
|
|
Bug ID:
|
6799689
|
|
Votes
|
0
|
|
Synopsis
|
Make sun.misc.FloatingDecimal.hexFloatPattern static field initialized lazily
|
|
Category
|
java:classes_math
|
|
Reported Against
|
|
|
Release Fixed
|
7(b51),
6u14(b02) (Bug ID:2172384)
|
|
State
|
10-Fix Delivered,
request for enhancement
|
|
Priority:
|
4-Low
|
|
Related Bugs
|
6798873
|
|
Submit Date
|
30-JAN-2009
|
|
Description
|
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.
Posted Date : 2009-01-30 19:55:51.0
|
|
Work Around
|
N/A
|
|
Evaluation
|
Will fix this in JDK 7
Posted Date : 2009-01-30 19:56:30.0
|
|
Comments
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |