This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug libgcj/13604] AccessController unfinished
- From: "mckinlay at redhat dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 20 Oct 2004 17:44:14 -0000
- Subject: [Bug libgcj/13604] AccessController unfinished
- References: <20040107183737.13604.tromey@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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