Skip to content

Commit e2e11d3

Browse files
committedOct 19, 2020
8254955: x86: MethodHandlesAdapterBlob is too big
Reviewed-by: neliasso, kvn
1 parent 0b51016 commit e2e11d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/hotspot/cpu/x86/methodHandles_x86.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
// Adapters
2929
enum /* platform_dependent_constants */ {
30-
adapter_code_size = NOT_LP64(16000 DEBUG_ONLY(+ 25000)) LP64_ONLY(32000 DEBUG_ONLY(+ 150000))
30+
adapter_code_size = 3000 DEBUG_ONLY(+ 3000)
3131
};
3232

3333
// Additional helper methods for MethodHandles code generation:

0 commit comments

Comments
 (0)
Please sign in to comment.