答复: 答复: Enhanced HotSwapping

2010-12-22 Thread 玄希
mlvm-dev-boun...@openjdk.java.net [mailto:mlvm-dev-boun...@openjdk.java.net] 代表 Thomas Wuerthinger 发送时间: 2010年12月22日 19:21 收件人: Da Vinci Machine Project 主题: Re: 答复: Enhanced HotSwapping The attached crash happend when using the standard HotSpot and not the DCE VM. The version string says "Ja

Auto Reply: Re: 答复: Enhanced HotSwapping

2010-12-22 Thread y . s . ramakrishna
This is an automatic response. I am on vacation from 12/20 through 12/26, and not generally reading or responding to emai during that period. For urgent matters please contact my manager David Cox or Jon Masamitsu. ___ mlvm-dev mailing list mlvm-dev@ope

Re: 答复: Enhanced HotSwapping

2010-12-22 Thread Thomas Wuerthinger
。 > > Would you tell me how to solve this。 > > -邮件原件- > 发件人: mlvm-dev-boun...@openjdk.java.net > [mailto:mlvm-dev-boun...@openjdk.java.net] 代表 Thomas Wuerthinger > 发送时间: 2010年12月18日 19:16 > 收件人: Da Vinci Machine Project > 主题: Re: Enhanced HotSwapping > > The en

Auto Reply: 答复: Enhanced HotSwapping

2010-12-22 Thread y . s . ramakrishna
This is an automatic response. I am on vacation from 12/20 through 12/26, and not generally reading or responding to emai during that period. For urgent matters please contact my manager David Cox or Jon Masamitsu. ___ mlvm-dev mailing list mlvm-dev@ope

答复: Enhanced HotSwapping

2010-12-22 Thread 玄希
the attachment。 Would you tell me how to solve this。 -邮件原件- 发件人: mlvm-dev-boun...@openjdk.java.net [mailto:mlvm-dev-boun...@openjdk.java.net] 代表 Thomas Wuerthinger 发送时间: 2010年12月18日 19:16 收件人: Da Vinci Machine Project 主题: Re: Enhanced HotSwapping The enhanced hotswapping can be triggered

Re: Enhanced HotSwapping

2010-12-18 Thread Thomas Wuerthinger
The enhanced hotswapping can be triggered using either the low-level JNI/JVMTI interface, class file transformers, or the JDWP debugger interface. There is no API change compared to the restricted hotswapping. We are currently working on providing a Java API too. In our implementation of

Re: Enhanced HotSwapping

2010-12-17 Thread Chanwit Kaewkasi
Hello Thomas, It looks cool, and thank you for binaries. Is this working through the debugger interface or JVMTI agents? Regards, Chanwit On Sat, Dec 18, 2010 at 00:56, Thomas Wuerthinger wrote: > The source code for the HotSpot version that allows enhanced hotswapping > (e.g., add and

Enhanced HotSwapping

2010-12-17 Thread Thomas Wuerthinger
The source code for the HotSpot version that allows enhanced hotswapping (e.g., add and remove methods, fields, and super types) was just updated in the mlvm repository. There exists now also a light version of the modifications "hotswaplight.patch" that minimizes the difference to th

Re: hg: mlvm/mlvm/hotspot: new version of the enhanced hotswapping code

2010-12-17 Thread Rémi Forax
/mlvm/hotspot/rev/c4bf8cbde070 new version of the enhanced hotswapping code ! hotswap.patch ! hotswap.txt + hotswaplight.patch ! series ___ mlvm-dev mailing list mlvm-dev@openjdk.java.net http://mail.openjdk.java.net/mailman/listinfo/mlv

hg: mlvm/mlvm/hotspot: new version of the enhanced hotswapping code

2010-12-17 Thread lukas . stadler
Changeset: c4bf8cbde070 Author:Thomas Würthinger Date: 2010-12-17 18:29 +0100 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/c4bf8cbde070 new version of the enhanced hotswapping code ! hotswap.patch ! hotswap.txt + hotswaplight.patch ! series