RFR: 8255038: Adjust adapter_code_size to account for -Xlog:methodhandles in debug builds

Claes Redestad redestad at openjdk.java.net
Tue Oct 20 12:42:09 UTC 2020


On Tue, 20 Oct 2020 12:38:02 GMT, Nils Eliasson <neliasso at openjdk.org> wrote:

>> https://bugs.openjdk.java.net/browse/JDK-8254955 trimmed the space allocated for MethodHandleAdapterBlob, but my
>> analysis failed to account for added trace code information being generated when running with -Xlog:methodhandles (on
>> top of the extra tracing/debugging when running with -XX:+VerifyMethodHandles et.c.). This caused a failure in tier3
>> Windows ZGC tests.  Adjusting the debug size up a notch ensures we stay within bounds.
>> Testing: tier3
>
> Looks good and trivial

@shipilev @neliasso: thank you for reviewing!

-------------

PR: https://git.openjdk.java.net/jdk/pull/761


More information about the hotspot-compiler-dev mailing list