src/cpu/sparc/vm/stubRoutines_sparc.hpp

changeset 1734
9eba43136cb5
parent 435
a61af66fc99e
child 1907
c18cbe5936b8
child 1919
61b2245abf36
     1.1 --- a/src/cpu/sparc/vm/stubRoutines_sparc.hpp	Thu Mar 11 05:09:20 2010 -0800
     1.2 +++ b/src/cpu/sparc/vm/stubRoutines_sparc.hpp	Tue Mar 16 11:52:17 2010 +0100
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright 1997-2007 Sun Microsystems, Inc.  All Rights Reserved.
     1.6 + * Copyright 1997-2010 Sun Microsystems, Inc.  All Rights Reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -37,8 +37,13 @@
    1.11  
    1.12  enum /* platform_dependent_constants */ {
    1.13    // %%%%%%%% May be able to shrink this a lot
    1.14 -  code_size1 = 20000,                                        // simply increase if too small (assembler will crash if too small)
    1.15 -  code_size2 = 20000                                         // simply increase if too small (assembler will crash if too small)
    1.16 +  code_size1 = 20000,           // simply increase if too small (assembler will crash if too small)
    1.17 +  code_size2 = 20000            // simply increase if too small (assembler will crash if too small)
    1.18 +};
    1.19 +
    1.20 +// MethodHandles adapters
    1.21 +enum method_handles_platform_dependent_constants {
    1.22 +  method_handles_adapters_code_size = 5000
    1.23  };
    1.24  
    1.25  class Sparc {

mercurial