src/cpu/x86/vm/stubRoutines_x86_64.hpp

changeset 2950
cba7b5c2d53f
parent 2895
167b70ff3abc
child 3606
da4be62fb889
     1.1 --- a/src/cpu/x86/vm/stubRoutines_x86_64.hpp	Thu Jun 02 13:36:11 2011 -0700
     1.2 +++ b/src/cpu/x86/vm/stubRoutines_x86_64.hpp	Fri Jun 03 22:31:43 2011 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2003, 2011, Oracle and/or its affiliates. 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 @@ -36,11 +36,6 @@
    1.11    code_size2 = 22000           // simply increase if too small (assembler will crash if too small)
    1.12  };
    1.13  
    1.14 -// MethodHandles adapters
    1.15 -enum method_handles_platform_dependent_constants {
    1.16 -  method_handles_adapters_code_size = 80000 DEBUG_ONLY(+ 120000)
    1.17 -};
    1.18 -
    1.19  class x86 {
    1.20   friend class StubGenerator;
    1.21  

mercurial