RFR: 8283689: Update the foreign linker VM implementation [v18]
Jorn Vernee
jvernee at openjdk.java.net
Fri May 13 21:01:11 UTC 2022
On Fri, 13 May 2022 20:47:22 GMT, Vladimir Ivanov <vlivanov at openjdk.org> wrote:
>> It's preferred to indent multi-line argument lists on the column where argument list starts.
>
> assert(dst.is_single_reg(), "not a stack pair: (%s, %s), (%s, %s)",
> src.first()->name(), src.second()->name(), dst.first()->name(), dst.second()->name());
Done
-------------
PR: https://git.openjdk.java.net/jdk/pull/7959
More information about the hotspot-compiler-dev
mailing list