>>>>> "Twisti" == Christian Thalinger <[EMAIL PROTECTED]> writes:
Twisti> This patch renames the JNINativeInterface_ variable in Twisti> _Jv_JNIEnv to be compatible with OpenJDK. Without that it's Twisti> not possible to compile C++ code with both. Twisti> OK to commit? Yes, this is fine. I'm surprised that 'functions' is a public member. But, I suppose this must be done so that C++ code can easily determine if a given function is implemented by the VM. Tom