src/cpu/x86/vm/stubRoutines_x86_32.hpp

changeset 2950
cba7b5c2d53f
parent 2895
167b70ff3abc
child 4205
a3ecd773a7b9
     1.1 --- a/src/cpu/x86/vm/stubRoutines_x86_32.hpp	Thu Jun 02 13:36:11 2011 -0700
     1.2 +++ b/src/cpu/x86/vm/stubRoutines_x86_32.hpp	Fri Jun 03 22:31:43 2011 -0700
     1.3 @@ -34,11 +34,6 @@
     1.4    code_size2 = 22000            // simply increase if too small (assembler will crash if too small)
     1.5  };
     1.6  
     1.7 -// MethodHandles adapters
     1.8 -enum method_handles_platform_dependent_constants {
     1.9 -  method_handles_adapters_code_size = 30000 DEBUG_ONLY(+ 10000)
    1.10 -};
    1.11 -
    1.12  class x86 {
    1.13   friend class StubGenerator;
    1.14   friend class VMStructs;

mercurial