Changeset: 4f9420785686
Author:    Thomas Wuerthinger ([email protected])
Date:      2010-02-03 10:43 +0100
URL:       http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/4f9420785686

hotswap: New patch. Main changes are:
- Improved instance update performance (mark&compact modification, compressed 
storage of instance update information)
- Improved stability (increased own test suite, more tests of the standard 
class redefinition test suite passing)
- Correct handling of static fields: Values are copied from old class instead 
of reexecuting the static initializer of the new class.
- Introduction of mutator methods: On every changed instance the method 
$mutator() is executed if available.
- Rebiased to jdk7-b81

! hotswap.patch
! hotswap.txt

_______________________________________________
mlvm-dev mailing list
[email protected]
http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev

Reply via email to