RFC: Fix mistake in backport of S8010118
Omair Majid
omajid at redhat.com
Tue Jul 16 07:42:05 PDT 2013
Hi,
I made a mistake when trying to backport S8010118 (Annotate jdk caller
sensitive methods with @sun.reflect.CallerSensitive). I had assumed
DriverManager.getCallerClass() returns the class of the caller (what
Reflection.getCallerClass() does). But it does something completely
different.
The attached patch fixes the mistake by introducing a new getCallerClass
method. This is similar to what's done in 7u [1] with the new
isDriverAllowed(Driver,Class<?>) method. This patch also ensures that
the resulting 8010118-caller_sensitive.patch does not remove any
getCallerClass methods.
Okay to push to HEAD?
Thanks,
Omair
[1] http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/d0e8dd6dd7a5
--
PGP Key: 66484681 (http://pgp.mit.edu/)
Fingerprint = F072 555B 0A17 3957 4E95 0056 F286 F14F 6648 4681
-------------- next part --------------
A non-text attachment was scrubbed...
Name: caller-sensitive-mistake.patch
Type: text/x-patch
Size: 3015 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20130716/8de56f74/caller-sensitive-mistake.patch
More information about the distro-pkg-dev
mailing list