This is the mail archive of the java-discuss@sourceware.cygnus.com 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]

Re: CNI namespace


>> I'm continuing the work on the C++ CNI->JNI translation layer, and
>> such a change would create a cleaner solution to the problem of
>> conflicting CNI and JNI types.

Per> What is "the problem of conflicting CNI and JNI types"?

In some situations it is useful for a CNI "jobject" and a JNI
"jobject" to be different.  For instance, this is the case if we have
a precise, copying collector that doesn't have the ability to lock
down an object.

For primitive types I'm not so concerned.  The definitions we use
there preserve source and binary compatibility.

Tom

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