8136165: AARCH64: Tidy up compiled native calls

Andrew Haley aph at redhat.com
Thu Sep 10 16:05:43 UTC 2015


Compiled native calls are rather messy at the moment, with uncommon
code mixed in with the usual path, causing a lot of branching.

This patch does little more than move things around, ensuing that
the fast path is straight through from entry to exit.

http://cr.openjdk.java.net/~aph/8136165-1/

Andrew.


More information about the hotspot-dev mailing list