This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Q about libjava, JNI, and CNI


Perusing the library code, I noticed that a lot of it is now
implemented in JNI as opposed to CNI.  Is there a set policy of no
longer using CNI to implement native portions of the runtime?

I know that Classpath can't in general use CNI since other VM's don't
have support, but isn't CNI supposed to be more efficient?  Would it
make sense to keep these portions separate?  Or am I hashing an old
discussion long resolved?

Just wondering,
Jerry Quinn


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]