Darwin OpenJDK 7 Binaries - Not Working With SWT

Michael Franz mvfranz at gmail.com
Sun Oct 5 17:47:16 PDT 2008


For the -XstartOnFirstThread patch, was files are relevant for the change?
I started to look at src/os/bsd/launcher/java_md.c but not sure that is the
correct place

Michael

On Sun, Sep 7, 2008 at 9:22 PM, Landon Fuller <landonf at plausiblelabs.com>wrote:

>
> On Sep 7, 2008, at 1:08 PM, Michael Franz wrote:
>
>  I changed the startup to not pass the flag.  I was running this from
>> inside eclipse, but eclipse must somehow pass the option as it did not show
>> up in the command.
>>
>
> There are two small patches from SoyLatte that need to be re-implemented
> for OpenJDK, both of which you have run into:
>
> -XstartOnFirstThread:
>
>        Soylatte by starts a Cocoa runloop on the first thread, and then run
> the JVM main() function again on a separate thread
>        Setting -XstartOnFirstThread has the same behavior on Mac OS X, in
> that Java is started directly on the first thread.
>
> dylib vs. jnilib (your current issue):
>
>        Soylatte first searched for dylib, then fell back to jnilib. OpenJDK
> only searches for .dylib, with no fallback.
>
> Apologies for radio silence on my part, I've been nose down on an iPhone
> development contract these past two weeks.
>
> -landonf
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/bsd-port-dev/attachments/20081005/0e4ea8f9/attachment.html 


More information about the bsd-port-dev mailing list