It is quite helpful, thanks. 2008/2/26, Gregory Shimansky <[EMAIL PROTECTED]>: > Eugene Ostrovsky said the following on 26.02.2008 10:51: > > Hi, > > > > Java 6 JVMTI features are not implemented in drlvm. > > > > Could you please provide a list of JVMTI 6 functions that are critical > > for JDWP 6? > > Just for the reference, here's a list of Java6 enhancements in JVMTI [1] > > [1] http://java.sun.com/javase/6/docs/technotes/guides/jvmti/changes6.html > > > On Tue, Feb 26, 2008 at 10:24 AM, Sean Qiu <[EMAIL PROTECTED]> wrote: > >> For example, The new ClassFileVersion Command (17) in JDWP need to > >> invoke the new Java 6 jvmti function: > >> jvmtiError GetClassVersionNumbers(jvmtiEnv* env, > >> jclass klass, > >> jint* minor_version_ptr, > >> jint* major_version_ptr). > >> > >> We cannot find it in the current Java 5 jvmti.h. > >> And the other new added commands have the same problem. > >> > >> > >> 2008/2/26, Sean Qiu <[EMAIL PROTECTED]>: > >> > > >> > >> > >>> Hi, drlvm gurus > >> > > >> > Do we have implemented the JVMTI updates for Java 6? > >> > Since the JDWP updates depends on the JVMTI new functions. > >> > > >> > Thanks very much. > >> > > >> > -- > >> > Sean, Xiao Xia Qiu > >> > China Software Development Lab, IBM > >> > >> > >> > >> -- > >> Sean, Xiao Xia Qiu > >> China Software Development Lab, IBM > >> > > > -- > Gregory > >
-- Sean, Xiao Xia Qiu China Software Development Lab, IBM
