Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 6705524
Votes 0
Synopsis OOPP/General: Concurency issues (properties r/w, JREInfo r/w, CleanupThread, removeDuplicateEntries)
Category java_plugin:plugin2
Reported Against
Release Fixed 6u10(b26)
State 11-Closed, Verified, bug
Priority: 3-Medium
Related Bugs 6692298 , 6695124 , 6713144
Submit Date 21-MAY-2008
Description
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.
Posted Date : 2008-05-21 14:09:43.0
Work Around
N/A
Evaluation
see suggested fix
Posted Date : 2008-05-21 14:09:43.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang