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]

FYI: Patch: PR 11780: Slow Method.invoke()


This patch partially fixes PR 11780. It avoids doing expensive accessibility checks when the member is public or the accessibility flag has been set. This should speed up serialization etc. I'm checking it in.

Bryce.


Attachment: PR11780.patch.txt
Description: Text document



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