comparison src/cpu/x86/vm/methodHandles_x86.hpp @ 4118:59bc0d4d9ea3

7110489: C1: 64-bit tiered with ForceUnreachable: assert(reachable(src)) failed: Address should be reachable Reviewed-by: kvn, iveresov, twisti
author never
date Fri, 18 Nov 2011 10:29:27 -0800
parents 44ce519bc3d1
children 82e5a84b7436
comparison
equal deleted inserted replaced
4117:a04a201f0f5a 4118:59bc0d4d9ea3
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(16000 DEBUG_ONLY(+ 15000)) LP64_ONLY(32000 DEBUG_ONLY(+ 80000)) 30 adapter_code_size = NOT_LP64(16000 DEBUG_ONLY(+ 15000)) LP64_ONLY(32000 DEBUG_ONLY(+ 120000))
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