On Thu, 2007-06-21 at 21:25 +0200, Christian Thalinger wrote: > While doing the cacao port to use openjdk's libraries, I noticed the > function prototypes in sun's jni.h are a bit different than ours. And > also the JNINativeInterface and JNIInvokeInterface struct names. As > cacao does not have it's own jni.h, we'd need these changes. > > Any objections?
OK, I went through the patch and it is indeed only mechanically adding consts and 2 underscores in the appropriate places. This is OK, but for the same reasons as I said in reply to Roman's last patch, the actual changes are for compatibility reasons and the actual changes don't amount to a "legally significant" change. Sorry to be a bit of a stick in the mud about this, but for now we don't want to tie the whole future of GNU Classpath to openjdk yet (at least till we cleared all legal/policy changes). Cheers, Mark
