Withdrawn: 8255339: CodeBuffer::_last_insn is only used on AArch64
Eric Liu
github.com+10482586+therealeliu at openjdk.java.net
Mon Jan 18 02:13:42 UTC 2021
On Thu, 7 Jan 2021 08:07:16 GMT, Eric Liu <github.com+10482586+theRealELiu at openjdk.org> wrote:
> CodeBuffer::_last_insn was used to merge consecutive memory barriers and
> adjacent load/store on AArch64.
>
> This patch marks it as AArch64 only so that 8 bytes could be dropped
> from CodeBuffer on other architectures.
This pull request has been closed without being integrated.
-------------
PR: https://git.openjdk.java.net/jdk/pull/1971
More information about the hotspot-compiler-dev
mailing list