src/cpu/zero/vm/stubRoutines_zero.hpp

changeset 1781
47742b654fcb
parent 1445
354d3184f6b2
child 1907
c18cbe5936b8
     1.1 --- a/src/cpu/zero/vm/stubRoutines_zero.hpp	Tue Mar 30 00:57:55 2010 -0700
     1.2 +++ b/src/cpu/zero/vm/stubRoutines_zero.hpp	Wed Mar 31 08:03:33 2010 -0700
     1.3 @@ -1,6 +1,6 @@
     1.4  /*
     1.5   * Copyright 2003-2005 Sun Microsystems, Inc.  All Rights Reserved.
     1.6 - * Copyright 2007, 2008, 2009 Red Hat, Inc.
     1.7 + * Copyright 2007, 2008, 2009, 2010 Red Hat, Inc.
     1.8   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.9   *
    1.10   * This code is free software; you can redistribute it and/or modify it
    1.11 @@ -41,6 +41,10 @@
    1.12      code_size2 = 0       // if these are too small.  Simply increase
    1.13    };                     // them if that happens.
    1.14  
    1.15 +  enum method_handles_platform_dependent_constants {
    1.16 +    method_handles_adapters_code_size = 0
    1.17 +  };
    1.18 +
    1.19  #ifdef IA32
    1.20    class x86 {
    1.21      friend class VMStructs;

mercurial