Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
Fixing the following bug: 6407335 3/4 (ann) java.lang.Class.getAnnotation() cache conflicts with RedefineClasses() in an efficient manner requires HotSpot changes. A new field will be added to java.lang.Class: private transient long classRedefineCount; This field will be incremented by the JVM/TI RedefineClasses() API at the end of the redefinition for a particular class. The field for each subclass will also be incremented.
|