This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: embedded window extension
>>>>> "Eric" == Eric Blake <ebb9@byu.net> writes:
Eric> This is more of a general question I have about
Eric> reflection - is getDeclaredField() allowed to return the same Field
Eric> instance to more than one caller
I think the answer is "no", precisely because of security
considerations. I couldn't find anything explaining this explicitly,
but as I recall this is the conclusion we came to on the Classpath
list when this subject came up there (a long time ago).
Tom