Re: [classlib] Intention to work on java.lang.instrument

2006-08-01 Thread Leo Li
On 8/1/06, Gregory Shimansky <[EMAIL PROTECTED]> wrote: On Tuesday 01 August 2006 09:47 Leo Li wrote: > > I agree with this approach. Do you know which API functions and events > > you will need for such agent? > > Hi, we will need VM Initialization Event to run premain functions and > Class Fi

Re: [classlib] Intention to work on java.lang.instrument

2006-08-01 Thread Gregory Shimansky
On Tuesday 01 August 2006 09:47 Leo Li wrote: > > I agree with this approach. Do you know which API functions and events > > you will need for such agent? > > Hi, we will need VM Initialization Event to run premain functions and > Class File Load Hook Event for agents to instruct the existing clas

Re: [classlib] Intention to work on java.lang.instrument

2006-08-01 Thread Jimmy, Jing Lv
Leo Li wrote: On 7/31/06, Gregory Shimansky <[EMAIL PROTECTED]> wrote: 2006/7/31, Jimmy, Jing Lv <[EMAIL PROTECTED]>: > > > Besides, Harmony VM now has actually support the feature of JVMTI > > on which we can implement instrument. > > > > Ah, can it work now? It'll be great convenient if

Re: [classlib] Intention to work on java.lang.instrument

2006-07-31 Thread Leo Li
On 7/31/06, Gregory Shimansky <[EMAIL PROTECTED]> wrote: 2006/7/31, Jimmy, Jing Lv <[EMAIL PROTECTED]>: > > > Besides, Harmony VM now has actually support the feature of JVMTI > > on which we can implement instrument. > > > > Ah, can it work now? It'll be great convenient if so. Hello. T

Re: [classlib] Intention to work on java.lang.instrument

2006-07-31 Thread Gregory Shimansky
2006/7/31, Jimmy, Jing Lv <[EMAIL PROTECTED]>: > Besides, Harmony VM now has actually support the feature of JVMTI > on which we can implement instrument. > Ah, can it work now? It'll be great convenient if so. Hello. The drlvm does support a subset of JVMTI. Class loading events are s

Re: [classlib] Intention to work on java.lang.instrument

2006-07-31 Thread Jimmy, Jing Lv
Leo Li wrote: On 7/31/06, Jimmy, Jing Lv <[EMAIL PROTECTED]> wrote: Hi everyone, Though Harmony VM 5 hasn't appeared yet(I hope it ready in the near further), I'd like to start work on an implementation of the java.lang.instrument[1]. Hi, I am also interested in working on java.l

Re: [classlib] Intention to work on java.lang.instrument

2006-07-31 Thread Leo Li
On 7/31/06, Jimmy, Jing Lv <[EMAIL PROTECTED]> wrote: Hi everyone, Though Harmony VM 5 hasn't appeared yet(I hope it ready in the near further), I'd like to start work on an implementation of the java.lang.instrument[1]. Hi, I am also interested in working on java.lang.instrument.

[classlib] Intention to work on java.lang.instrument

2006-07-31 Thread Jimmy, Jing Lv
Hi everyone, Though Harmony VM 5 hasn't appeared yet(I hope it ready in the near further), I'd like to start work on an implementation of the java.lang.instrument[1]. After some study on this, I find Java interface classes/interfaces are quite easy, but there should be real implement,