8255038: Adjust adapter_code_size to account for -Xlog:methodhandles in debug builds
Reviewed-by: shade, neliasso
This commit is contained in:
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user