Integrated: 8255038: Adjust adapter_code_size to account for -Xlog:methodhandles in debug builds
Claes Redestad
redestad at openjdk.java.net
Tue Oct 20 14:26:15 UTC 2020
On Tue, 20 Oct 2020 09:51:58 GMT, Claes Redestad <redestad 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
This pull request has now been integrated.
Changeset: 76fdd7fc
Author: Claes Redestad <redestad at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/76fdd7fc
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
8255038: Adjust adapter_code_size to account for -Xlog:methodhandles in debug builds
Reviewed-by: shade, neliasso
-------------
PR: https://git.openjdk.java.net/jdk/pull/761
More information about the hotspot-compiler-dev
mailing list