JDK-4747351 : Compile .properties files into .class files
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util
  • Affected Version: 1.4.2
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2002-09-13
  • Updated: 2002-11-27
  • Resolved: 2002-10-25
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
1.4.2 mantisFixed
Related Reports
Relates :  
Relates :  
Description
Investigation into traces of J2SE startup time has shown a large
fraction of time spent in parsing properties files for resource
bundles. ###@###.### has pointed out that
PropertyResourceBundle will look for a class first and read a flat
file second. He has implemented a compiler translating .properties
files into .java files which can then be compiled with javac; doing
this for the AWT and Swing properties files reduces Notepad's startup
time by about 3.5%.

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: mantis FIXED IN: mantis INTEGRATED IN: mantis mantis-b05 VERIFIED IN: mantis-beta
14-06-2004

EVALUATION Implemented in 1.4.2. ###@###.### 2002-09-13
13-09-2002