Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2123742 | 5.0u4 | Daniel Daugherty | P3 | Resolved | Fixed | b02 |
A linked list of previous versions of the class is kept to hold obsolete
jmethodIDs. This leaks memory which matters on massive redefines used by
profiling tools.
###@###.### 2004-09-30
The linked list of previous versions of the class is also used to find
and update the method references that are stored in the constant pool
cache. This update is necessary so that redefined methods that make new
calls to other redefined methods get the current version.
###@###.### 2004-11-12 18:19:20 GMT
Looks like the old class' itable and vtable are also updated.
###@###.### 2004-11-12 18:29:15 GMT
jmethodIDs. This leaks memory which matters on massive redefines used by
profiling tools.
###@###.### 2004-09-30
The linked list of previous versions of the class is also used to find
and update the method references that are stored in the constant pool
cache. This update is necessary so that redefined methods that make new
calls to other redefined methods get the current version.
###@###.### 2004-11-12 18:19:20 GMT
Looks like the old class' itable and vtable are also updated.
###@###.### 2004-11-12 18:29:15 GMT
- backported by
-
JDK-2123742 RedefineClasses leaks memory by holding all possible obsolete jmethodIDs
-
- Resolved
-
- duplicates
-
JDK-4879835 Provide the dynamic bytecode instrumentation capability, as found in JFluid
-
- Closed
-
- relates to
-
JDK-6250286 AsynGetCallTrace can deadlock
-
- Resolved
-
-
JDK-6489232 VM crashes after class class redefining (VM_Operation: change breakpoints)
-
- Resolved
-