> At one time, JSR292 support needed special logic to save and restore SP > across method handle instrinsic calls, but that is no longer the case. The > only platform that still does the save/restore is arm32, which is no longer > necessary. The save/restore can be removed along with related APIs and logic. > Note that the arm32 port is largely based on the x86 port, which stopped > doing the save/restore in jdk9 > ([JDK-8068945](https://bugs.openjdk.org/browse/JDK-8068945)).
Dean Long has updated the pull request incrementally with one additional commit since the last revision: copyright year update ------------- Changes: - all: https://git.openjdk.org/jdk/pull/27059/files - new: https://git.openjdk.org/jdk/pull/27059/files/81d56860..10668bd7 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=27059&range=05 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=27059&range=04-05 Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod Patch: https://git.openjdk.org/jdk/pull/27059.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/27059/head:pull/27059 PR: https://git.openjdk.org/jdk/pull/27059
