-
Bug
-
Resolution: Fixed
-
P3
-
6u10
-
b26
-
generic, x86
-
generic, windows
-
Verified
Running many OOPP(w/o JNLP) applets in many JVMs (optional)
reveils concurrency bugs in a few components.
Config's properties r/w and JREInfo r/w were neither thread safe
nor process safe (ie through many JVM instances).
The CleanupThread's locking was flaky and
the call of Cache.removeDuplicateEntries() is invalid,
as we have no reliable way to determine if an entry is being used
on the whole platform and maybe even network wide, in case of a nfs mounted cache.
Cache.removeDuplicateEntries() contained a bug,
preventing it from removing duplicate entries.
reveils concurrency bugs in a few components.
Config's properties r/w and JREInfo r/w were neither thread safe
nor process safe (ie through many JVM instances).
The CleanupThread's locking was flaky and
the call of Cache.removeDuplicateEntries() is invalid,
as we have no reliable way to determine if an entry is being used
on the whole platform and maybe even network wide, in case of a nfs mounted cache.
Cache.removeDuplicateEntries() contained a bug,
preventing it from removing duplicate entries.
- duplicates
-
JDK-6695124 PIT: Double entries in Java Cache Viewer/Applications after javaws -import install_demo.jnlp
- Closed
- relates to
-
JDK-6723194 Reliability problems launching multiple applets on the same web page
- Resolved
-
JDK-6713144 PIT:Double entries in Java Cache Viewer/Applications for javaws -import install_demo.jnlp
- Closed