-
Bug
-
Resolution: Fixed
-
P2
-
6
-
b03
-
generic
-
generic
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2200071 | 7 | Igor Nekrestyanov | P2 | Resolved | Fixed | b64 |
If getContentLength() is the first call after construction of JNLPCachedJarURLConnection object then it will result delegate work to parent and this means network request will be performed even for cached jar file!
Obviously this have huge impact on performance as network requests are expensive.
It appears that FX applications may do this and this make this even more important.
Using SimpleVideoPlayer demo it happens 11 (!) times.
Obviously this have huge impact on performance as network requests are expensive.
It appears that FX applications may do this and this make this even more important.
Using SimpleVideoPlayer demo it happens 11 (!) times.
- backported by
-
JDK-2200071 JNLPCachedJarURLConnection.getContentLength() may cause unneeded network requests for cached jars
-
- Resolved
-
- relates to
-
JDK-6797730 Umbrella: Applet startup performance improvements
-
- Closed
-