Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2049901 | 1.4.1 | Swamy Venkataramanappa | P4 | Closed | Fixed | hopper |
Name: gm110360 Date: 12/07/2001
java version "1.4.0-beta3"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta3-b84)
Java HotSpot(TM) Client VM (build 1.4.0-beta3-b84, mixed mode)
There are actually two problems, both in HotSwap functionality:
1) If method gus calls method fred and while fred is active, fred is redefined,
then when fred is resumed, if it throws an exception, a hotspot crash
may occur.
2) If method gus calls method fred and while fred is active, both
fred and gus are defined, then when fred is resumed and returns to gus,
a hotspot crash may occur. This occurs only with C1 on x86 crash.
(Review ID: 136995)
======================================================================
The fix is available from Misha Dmitriev.
- backported by
-
JDK-2049901 The VM crashes when a method in a redefined class throws an exception.
-
- Closed
-