This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: AccessController speedup
Scott Gilbertson writes:
> > > I'm getting a segmentation fault...
> > > Do you suppose "--disable-tls" or "--enable-sjlj-exceptions" has
> > > anything to do with it?
> > I suspect so. Don't use sjlj on Linux.
>
> It worked with the same configuration as of 2006-06-27. I'll rebuild
> without "--enable-sjlj-exceptions", though, and see what happens.
It's a configuration that isn't much used on Linux, and will sooner or
later be removed. If you want to keep using it, you'll have to keep
it working. You can't expect people to test sjlj when they make their
changes.
Your post suggested that there was infinite recursion in the
backtrace. You could have a look to see what's causing that.
Andrew.