CVSROOT: /cvsroot/classpath
Module name: classpath
Branch:
Changes by: Mark Wielaard <[EMAIL PROTECTED]> 05/10/05 21:21:43
Modified files:
. : ChangeLog
java/security : AccessController.java
Log message:
Reported by Nicolas Geoffray <[EMAIL PROTECTED]>
* java/security/AccessController.java
(doPrivileged(PrivilegedExceptionAction)): If the Exception is a
Runtime exception, then throw the exception directly, otherwise
wrap it.
(doPrivileged(PrivilegedExceptionAction,AccessControlContext)):
Likewise.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.5128&tr2=1.5129&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/java/security/AccessController.java.diff?tr1=1.10&tr2=1.11&r1=text&r2=text