Neither the JVMDI nor JVMTI spec nor implementation prohibited the redefinition
of core classes (java.* etc) however at several points in the code, core
classes are ignored. For example, dependencies are not stored in c2 and
constant pool and vtable fix ups are not applied to core classes.
There is a related problem in c2. Dependencies are only stored in development
time builds due to the use of the "HotSwap" variable. This variable must be
removed.
of core classes (java.* etc) however at several points in the code, core
classes are ignored. For example, dependencies are not stored in c2 and
constant pool and vtable fix ups are not applied to core classes.
There is a related problem in c2. Dependencies are only stored in development
time builds due to the use of the "HotSwap" variable. This variable must be
removed.
- relates to
-
JDK-4870484 Class.newInstance() calls old constructor even after hotswapping the class
-
- Closed
-