hg: mlvm/mlvm/hotspot: hotswap: New patch. Main changes are:

lukas.stadler at jku.at lukas.stadler at jku.at
Wed Feb 3 02:47:59 PST 2010


Changeset: 4f9420785686
Author:    Thomas Wuerthinger (thomas.wuerthinger at gmx.at)
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



More information about the mlvm-dev mailing list