Alexei, I agree, these type and values look reasonable in the code related to Java. However, using them everywhere in C/C++ code is not feasible - I hate this. Specifically, JIT can be used for compiling a code not only from Java bytecodes...
Thanks, Ilya. 2008/3/7, Alexei Fedotov <[EMAIL PROTECTED]>: > 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 >
