8254955: x86: MethodHandlesAdapterBlob is too big
Reviewed-by: neliasso, kvn
This commit is contained in:
parent
0b5101658d
commit
e2e11d3449
@ -27,7 +27,7 @@
|
||||
|
||||
// Adapters
|
||||
enum /* platform_dependent_constants */ {
|
||||
adapter_code_size = NOT_LP64(16000 DEBUG_ONLY(+ 25000)) LP64_ONLY(32000 DEBUG_ONLY(+ 150000))
|
||||
adapter_code_size = 3000 DEBUG_ONLY(+ 3000)
|
||||
};
|
||||
|
||||
// Additional helper methods for MethodHandles code generation:
|
||||
|
Loading…
x
Reference in New Issue
Block a user