Re: tracking JDK7

2010-10-25 Thread Dalibor Topic
On 10/23/10 1:41 AM, Eric Richardson wrote: > The reason we used Icedtea is to get the > Zero port along with the bsd-port. I haven't looked closely whether > Zero and bsd-port are upstream in JDK now. Zero and Shark are > upstream? Yes. See http://gbenson.net/?p=166 & http://gbenson.net/?p=221 .

Re: minor changes required to have the port on OSX

2010-10-25 Thread Dalibor Topic
You can use the wiki at http://wikis.sun.com/display/OpenJDK/BSDPort for preserving build tips and workarounds. cheers, dalibor topic -- Oracle Dalibor Topic | Java F/OSS Ambassador Phone: +494023646738 | | | Mobile: +491772664192 Oracle Java Platform Group ORACLE Deu

Re: Swing sample fails with my OpenJDK built on Mac OS X 10.6.4

2010-10-25 Thread Ralph Seichter
On 24.10.10 17:51, Ralph Seichter wrote: > Eclipse (Helios SR1) and Tomcat 6.0.29 seem to be running OK with > this build. That should read "Tomcat 6.0.29 within Eclipse". A standalone Tomcat running with JAVA_HOME/JRE_HOME pointing to my OpenJDK build will cause the JVM to crash whenever I acces

Licensing restrictions around distributing this port

2010-10-25 Thread Jonathan Hess
I was wondering if there is any reason you know of that I could not redistribute a pre-built version of the JDK 7 BSD port for Mac OS X. I have built a piece of desktop software that relies on the Java VM. As Mac may be dropping Java, I'm looking for JVM support that I can rely on. Since it's

Re: Licensing restrictions around distributing this port

2010-10-25 Thread Landon Fuller
On Oct 25, 2010, at 2:13 PM, Jonathan Hess wrote: > I remember that SoyLatte was encumbered by the some kind of JCP developer > license restriction. However, my understanding is that this port should not > be. Is that understanding correct? Is there anything special about the BSD > port that

Re: Licensing restrictions around distributing this port

2010-10-25 Thread Christos Zoulas
On Oct 25, 2:28pm, land...@plausible.coop (Landon Fuller) wrote: -- Subject: Re: Licensing restrictions around distributing this port | On Oct 25, 2010, at 2:13 PM, Jonathan Hess wrote: | | > I remember that SoyLatte was encumbered by the some kind of JCP developer license restriction. However,

Re: Swing sample fails with my OpenJDK built on Mac OS X 10.6.4

2010-10-25 Thread Kurt Miller
Ralph Seichter wrote: > On 24.10.10 17:51, Ralph Seichter wrote: > >> Eclipse (Helios SR1) and Tomcat 6.0.29 seem to be running OK with >> this build. > > That should read "Tomcat 6.0.29 within Eclipse". A standalone Tomcat > running with JAVA_HOME/JRE_HOME pointing to my OpenJDK build will cause

Re: Swing sample fails with my OpenJDK built on Mac OS X 10.6.4

2010-10-25 Thread Ralph Seichter
On 25.10.10 22:14, Kurt Miller wrote: > When the JVM crashes it usually produces a log file [...] If you can > find it send it to the list. I kept one of the log files: # # A fatal error has been detected by the Java Runtime Environment: # # SIGBUS (0xa) at pc=4337921520, pid=504, tid=388710563

Re: Swing sample fails with my OpenJDK built on Mac OS X 10.6.4

2010-10-25 Thread Kurt Miller
Ralph Seichter wrote: > # J sun.misc.URLClassPath.getResource(Ljava/lang/String;Z)Lsun/misc/Resource; I didn't notice anything unusual in the report. It it possible this is hotspot bug. You could try excluding the problem method from optimization with the following argument: -XX:CompileCommand=e