src/cpu/x86/vm/stubRoutines_x86_64.hpp

changeset 9742
9f614da5f371
parent 8307
daaf806995b3
child 9756
2be326848943
     1.1 --- a/src/cpu/x86/vm/stubRoutines_x86_64.hpp	Thu Feb 14 14:31:32 2019 +0100
     1.2 +++ b/src/cpu/x86/vm/stubRoutines_x86_64.hpp	Fri Jun 19 17:46:42 2015 -0700
     1.3 @@ -33,7 +33,7 @@
     1.4  
     1.5  enum platform_dependent_constants {
     1.6    code_size1 = 19000,          // simply increase if too small (assembler will crash if too small)
     1.7 -  code_size2 = 23000           // simply increase if too small (assembler will crash if too small)
     1.8 +  code_size2 = 24000           // simply increase if too small (assembler will crash if too small)
     1.9  };
    1.10  
    1.11  class x86 {

mercurial