Great! With java.lang.management and java.lang.instrument it looks like the VM supporting side is JVMTI for the most part of the functionality. This is the code I am trying to improve in DRLVM.
On Friday 08 September 2006 14:58 Mikhail Loenko wrote: > Cool! > > 2006/9/8, George Harley (JIRA) <[EMAIL PROTECTED]>: > > Contribution of Java code for package java.lang.management > > ---------------------------------------------------------- > > > > Key: HARMONY-1407 > > URL: http://issues.apache.org/jira/browse/HARMONY-1407 > > Project: Harmony > > Issue Type: New Feature > > Components: Contributions > > Environment: Win32 and Linux > > Reporter: George Harley > > Priority: Minor > > > > > > An implementation of the java.lang.management package at the Java 5.0 > > level complete with unit test cases. This contribution contains only > > class library code written in Java; it does *not* include any > > platform-specific C/C++ code required to implement the native end of the > > numberous JNI calls. > > > > In the doc folder of the contribution zip the text file > > NativeInterface.txt lists all of the native calls made by this version of > > the package. It is envisaged that implementations for these will be > > developed inside the Harmony project. -- Gregory Shimansky, Intel Middleware Products Division --------------------------------------------------------------------- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
