comparison src/cpu/x86/vm/methodHandles_x86.hpp @ 4059:44ce519bc3d1

7104960: JSR 292: +VerifyMethodHandles in product JVM can overflow buffer Reviewed-by: kvn, jrose, twisti
author never
date Tue, 08 Nov 2011 10:31:53 -0800
parents 0abefdb54d21
children 59bc0d4d9ea3
comparison
equal deleted inserted replaced
4058:59e515ee9354 4059:44ce519bc3d1
25 // Platform-specific definitions for method handles. 25 // Platform-specific definitions for method handles.
26 // These definitions are inlined into class MethodHandles. 26 // These definitions are inlined into class MethodHandles.
27 27
28 // Adapters 28 // Adapters
29 enum /* platform_dependent_constants */ { 29 enum /* platform_dependent_constants */ {
30 adapter_code_size = NOT_LP64(30000 DEBUG_ONLY(+ 10000)) LP64_ONLY(80000 DEBUG_ONLY(+ 120000)) 30 adapter_code_size = NOT_LP64(16000 DEBUG_ONLY(+ 15000)) LP64_ONLY(32000 DEBUG_ONLY(+ 80000))
31 }; 31 };
32 32
33 public: 33 public:
34 34
35 // The stack just after the recursive call from a ricochet frame 35 // The stack just after the recursive call from a ricochet frame