> This patch reduces work done initializing VarForms - mostly observed when > loading each VarHandle implementation class. > > - Lazily resolve MemberNames. > - Streamline MethodType creation. This reduces the number of MethodTypes > created. > > Net effect is a reduction in bytecode executed per VH class by 50-60%.
Claes Redestad has updated the pull request incrementally with one additional commit since the last revision: Revert UOE change, ensure VarHandle.isAccessModeSupported behaves well ------------- Changes: - all: https://git.openjdk.java.net/jdk/pull/3472/files - new: https://git.openjdk.java.net/jdk/pull/3472/files/708c0e28..dc56c25b Webrevs: - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=3472&range=02 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=3472&range=01-02 Stats: 25 lines in 2 files changed: 13 ins; 6 del; 6 mod Patch: https://git.openjdk.java.net/jdk/pull/3472.diff Fetch: git fetch https://git.openjdk.java.net/jdk pull/3472/head:pull/3472 PR: https://git.openjdk.java.net/jdk/pull/3472