This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [BC] Patch: FYI: access check without initialization


>>>>> "Bryce" == Bryce McKinlay <mckinlay@redhat.com> writes:

Bryce> It *should* be safe to instead change _Jv_CheckAccess to use
Bryce> _Jv_IsAssignableFrom (which doesnt initialize). If there are other
Bryce> cases where _Jv_CheckAccess could be called with a non-prepared class
Bryce> argument, they should be fixed.

Yeah, I agree.  I put this on my list for the class preparation
cleanup.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]