Search |
||
JDK 6u14-b02Posted by opinali on February 27, 2009 at 6:27 AM PST
The fixed bug list shows a few highlights:
Meanwhile, in the JavaFX JIRA I found that only now they are paying attention to efficient handling of deployment resources. Check this bug: minify and compress deployJava.js. Quoting description: “deployJava.js can be "minified" and gzip HTTP compression needs to enabled to cut download from 32k to 3k ...â€, same for several other .js dependencies. And this is not all; other bug asks to Lazy Load deployJava.js, description: “A large portion of the html page loading time is loading deployJava.js which is only ever used in the case that no JRE is installed. Make this file "lazy" or "dynamic" loaded so that it is only loaded when required.â€. So, part of the loading time of JavaFX applets (and also sommon Java applets using the new 6u10 deployment toolkit) are just your browser fetching multiple big JavaScript files, often unnecessary files... gripes! Well, that’s a lot of startup-time bugs discovered in a single day. The JRE bugs are fixed only in 6u14b02, the JavaScript issues in the JavaFX bugs are still unfixed (promised for 1.5 – but hopefully 1.1.1 since these should be pretty simple fixes?). Anyway, better later than never… Zero GC fixes in this build. which is probably a good thing. My next plan is evaluation the G1 collector on JavaFX, stay tuned. »
Related Topics >>
J2SE Comments
Comments are listed in date ascending order (oldest first)
|
||
|
|