Hi (discussion moved from java to java-patches),
On Wed, 2003-07-09 at 21:35, Ranjit Mathew wrote:
I applied my package-private access checking patch/kludge to
the 3.4 snapshot from 2007-07-02 and found that some of the
issues I had reported earlier in 3.3 have been resolved while
a new one has been added.
The issues still present are:
2. java.lang.VMThrowable illegally calls "stackTraceAddrs( )"
in gnu.gcj.runtime.StackTrace.
It seems to me that the best thing to do is to move StackTrace to the
java.lang package and make it package private to prevent any 'illegal'
access to this class by user code.