This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gtk peers
>>>>> "Brian" == Brian Jones <cbj@gnu.org> writes:
Brian> Okay. I think that some folks on the jikesrvm team contributed the
Brian> ifdef'd code enabled by the native-sync option. It was to allow the
Brian> peers/awt to work with their JVM and supposedly had benefits of using
Brian> the JVM threading mechanism.
I talked with Tom a bit on irc. I think if we fix whatever bugs there
are in this code, it makes sense to go this route. Relying on the JNI
primitives seems like a definite plus to me.
Tom