|
Description
|
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.
|