src/cpu/x86/vm/stubRoutines_x86_64.hpp

changeset 739
dc7f315e41f7
parent 435
a61af66fc99e
child 772
9ee9cf798b59
     1.1 --- a/src/cpu/x86/vm/stubRoutines_x86_64.hpp	Tue Aug 26 15:49:40 2008 -0700
     1.2 +++ b/src/cpu/x86/vm/stubRoutines_x86_64.hpp	Wed Aug 27 00:21:55 2008 -0700
     1.3 @@ -30,13 +30,13 @@
     1.4  
     1.5  enum platform_dependent_constants
     1.6  {
     1.7 -  code_size1 =  9000, // simply increase if too small (assembler will
     1.8 +  code_size1 =  19000, // simply increase if too small (assembler will
     1.9                        // crash if too small)
    1.10    code_size2 = 22000  // simply increase if too small (assembler will
    1.11                        // crash if too small)
    1.12  };
    1.13  
    1.14 -class amd64 {
    1.15 +class x86 {
    1.16   friend class StubGenerator;
    1.17  
    1.18   private:

mercurial