------- Additional Comments From mckinlay at redhat dot com 2004-10-20 17:44 ------- The patch will need to be updated for the new stack trace infrastructure, because the interface to stack traces has changed. In particular, the gnu.gcj.runtime.StackTrace class is no longer supported.
Either a) we could add a native part to AccessController which calls the new stack tracer, or b) if we want AccessController to remain pure Java, something similar to the StackTrace class (but perhaps without a gcj-specific name) could be put back in. Either way, this decision should be made in consulation with the Classpath hackers so we all agree on the API between AccessController and the stack tracer. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13604