[Bug libgcj/13604] AccessController unfinished

mckinlay at redhat dot com gcc-bugzilla@gcc.gnu.org
Wed Oct 20 17:44:00 GMT 2004


------- 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



More information about the Java-prs mailing list