On 25.10.10 23:28, Kurt Miller wrote:
> -XX:CompileCommand=exclude,sun/misc/URLClassPath,getResource
I've tried this, but the JVM still crashes. There's a log file en route
to you off-list.
> Try mailing the hotspot list and refer to the bug report as
> well as include your crash report.
Thanks
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
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
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
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
>> BTW, running the code with OpenJDK launches X11 on my Mac, so I think
that my build was linked with the proper libraries.
I also ran into the same problem with my OpenJDK build on 10.6.4 OSX 64-bit
Intel using latest XCode libraries. Strangely, I do no not see any errors
either.
-Arul
On Sun,
Hello,
I am new to OpenJDK and I hope this is the proper mailing list to ask
about Mac-related details?
Based on http://wikis.sun.com/display/OpenJDK/Darwin10Build I have built
OpenJDK on Mac OS X 10.6.4 Snow Leopard.
$ java -version
openjdk version "1.7.0-internal"
OpenJDK Runtime Environ