[Bug 152] HotSpot crashes while compiling GNU Classpath!

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Tue May 20 09:18:18 PDT 2008


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=152





------- Comment #5 from neugens at limasoftware.net  2008-05-20 16:18 -------
No, sorry, my fault, what I mean is that I had to add -client option inside the
ecj wrapper script directly:

[neugens at nirvana ~]$ cat /usr/bin/ecj 
#!/bin/sh

CLASSPATH=/usr/share/java/eclipse-ecj.jar${CLASSPATH:+:}$CLASSPATH \
java -client org.eclipse.jdt.internal.compiler.batch.Main "$@"

Client usually means everything is faster (faster startup times), but I'm not
sure if in this case this is right. Anyway, adding this works for me.

In the end, if you fixed this (great Lillian!) I think we can go with the
default settings, I mean, -client was the default IIRC, so if they change this
default to be -server maybe there's a reason (I'm not following HotSpot
development, so I don't really know what's happening there).

Would be nice to have a way to pass this option to the ecj wrapper, though,
just in case, I can write it for you, if you think!


-- 
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the distro-pkg-dev mailing list