Hello, I vote for not using Boolean at all. jboolean is a part of the standard we are implementing [1] while Boolean is not. The same applies to JNI_TRUE/JNI_FALSE macros in favour of TRUE/FALSE.
[1] http://java.sun.com/docs/books/jni/html/types.html On Fri, Mar 7, 2008 at 6:49 PM, Mikhail Fursov <[EMAIL PROTECTED]> wrote: > Alexey, > there is a problem with this commit. > Some of methods that returns Boolean (that is 'unsigned') are described as > 'bool' in vm_interface.h > It's not the same and causes problems. For example I found that H2092 fails [...] -- With best regards, Alexei
