8136165: AARCH64: Tidy up compiled native calls (original) (raw)
Andrew Haley aph at redhat.com
Thu Sep 10 16:05:43 UTC 2015
- Previous message: Fwd: RFR 8134641: serviceability/dcmd/compiler/CodelistTest.java fails on sun.misc.Unsafe.getUnsafe
- Next message: 8136165: AARCH64: Tidy up compiled native calls
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message: Fwd: RFR 8134641: serviceability/dcmd/compiler/CodelistTest.java fails on sun.misc.Unsafe.getUnsafe
- Next message: 8136165: AARCH64: Tidy up compiled native calls
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]