[LLVMdev] Say hi to VMKit: JVM/LLVM, CLI/LLVM
Tom Tromey
tromey at redhat.com
Thu Mar 27 06:22:51 PDT 2008
>>>>> "Török" == Török Edwin <edwintorok at gmail.com> writes:
>> 1) What is your jni.h file? I can't compile the Jni.cpp file with your
>> changes.
Török> Ouch, did they change 'const'-ness between gcj versions?
Török> I was using gcj-4.2.3, and jni.h is from libgcj8-dev.
It looks like we did change it, in Classpath, in 2007. I assume it
was for compatibility with the JNI spec; JNI is supposed to be both
source- and binary-compatible across VMs, and we try very hard to
preserve this.
Tom
More information about the llvm-dev
mailing list