8256036: Shenandoah: MethodHandles adapters section overflows after JDK-8255762
Reviewed-by: jiefu, redestad
This commit is contained in:
parent
4bc065cf9e
commit
01567b51dc
@ -27,7 +27,7 @@
|
||||
|
||||
// Adapters
|
||||
enum /* platform_dependent_constants */ {
|
||||
adapter_code_size = 3000 DEBUG_ONLY(+ 6000)
|
||||
adapter_code_size = 4000 DEBUG_ONLY(+ 6000)
|
||||
};
|
||||
|
||||
// Additional helper methods for MethodHandles code generation:
|
||||
|
Loading…
x
Reference in New Issue
Block a user