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

Reviewed-by: shade, neliasso
This commit is contained in:
Claes Redestad 2020-10-20 14:23:50 +00:00
parent cdc8c401b5
commit 76fdd7fccf

@ -27,7 +27,7 @@
// Adapters
enum /* platform_dependent_constants */ {
adapter_code_size = 3000 DEBUG_ONLY(+ 3000)
adapter_code_size = 3000 DEBUG_ONLY(+ 6000)
};
// Additional helper methods for MethodHandles code generation: