Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8254955: x86: MethodHandlesAdapterBlob is too big
Reviewed-by: neliasso, kvn
  • Loading branch information
cl4es committed Oct 19, 2020
1 parent 0b51016 commit e2e11d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/cpu/x86/methodHandles_x86.hpp
Expand Up @@ -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:
Expand Down

1 comment on commit e2e11d3

@bridgekeeper
Copy link

@bridgekeeper bridgekeeper bot commented on e2e11d3 Oct 19, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.