-
Enhancement
-
Resolution: Fixed
-
P4
-
1.4.0
-
beta
-
generic
-
generic
This feature encapsulates the ability to subsitute modified code in a running application through the debugger APIs. For example, one can recompile a single class and replace the old instance with the new instance. This minimizes time spent by the developer to make small, incremental changes to their application.
This feature is required by some tools vendors before they move to JPDA. They
have created hooks in their specialized VM and specialized debugger interfaces
for this functionality.
- relates to
-
JDK-4059717 JPDA: Want to be able to set program counter in debugger
-
- Closed
-
-
JDK-4176246 JVMDI spec: Redefine classes needs to distinguish unsupported version error
-
- Resolved
-
-
JDK-4151172 class unloading functionality too limited for incremental development
-
- Closed
-
-
JDK-4417535 JDI: Ability to move the instruction pointer through debugging interface
-
- Closed
-