[jdk17] RFR: 8268739: AArch64: Build failure after JDK-8267663
Eric Liu
eliu at openjdk.java.net
Thu Jun 17 02:42:14 UTC 2021
On Thu, 17 Jun 2021 00:31:19 GMT, David Holmes <dholmes at openjdk.org> wrote:
> Seems fine. I assume the processing of the ad file will already check both MacroAssembler and C2_MacroAssembler for the definition?
>
> Thanks,
> David
Thanks for your review.
Yes, ad will check both. But it's more reasonable to move c2 specific code to C2_MacroAssembler. Besides, in this case BoolTest is not declared in client mode since related head files are c2 specific. Please refer to the links in commit messages.
-------------
PR: https://git.openjdk.java.net/jdk17/pull/73
More information about the hotspot-dev
mailing list