On 1/22/07, Robin Garner <[EMAIL PROTECTED]> wrote:
Couldn't you achieve exactly the same effect by using an annotation to mark the called native method ? Such as @FastNative public native fastNativeMethod(args...);
Robin, I think such an annotation is a good idea for native methods without GC. If GC enumeration is possible from within a native method call (arbitrary 3rd party JNI method), we have to create m2n stub. -- Mikhail Fursov
