> The problem is that VMSecurityManager is in > java.lang and package-private, but I don't think it should be, since > there are classes in other packages which need access to this > functionality. > > I think we should move it to gnu.java.lang and make it public. Same goes > for java.lang.VMClassLoader. Does anyone disagree? >
I agree that java.lang.VMClassLoader should be moved somewhere and made public, since java.lang.reflect.Proxy currently has a nasty hack of using reflection to call VMClassLoader.defineClass. > regards > > Bryce. -- This signature intentionally left boring. Eric Blake [EMAIL PROTECTED] BYU student, free software programmer _______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

