|
Also, look if identical files are generated
based on 2 different context:
abc.MyClass is not the same as xyx.MyClass.
If 2 class loaders
load from identical class files - JVM verifier
should throw the exception
before a second object is created. If this
doesn't happen - this is a
serious bug.
Also it is not possible to synchronize on the class
- only on the method
and a variable that is an object
|
Title: RE: static,synchronized and classloaders(was:Java Question)
- RE: static,synchronized and classloaders(was:Java Question) Cox, Charlie
- Re: static,synchronized and classloaders(was:Java Questi... Luba Powell
- Luba Powell
