src/cpu/zero/vm/stubRoutines_zero.hpp

changeset 2552
638119ce7cfd
parent 2314
f95d63e2154a
child 6876
710a3c8b516e
     1.1 --- a/src/cpu/zero/vm/stubRoutines_zero.hpp	Mon Jan 31 17:48:21 2011 -0800
     1.2 +++ b/src/cpu/zero/vm/stubRoutines_zero.hpp	Tue Feb 01 03:38:44 2011 -0800
     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   * 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 @@ -48,13 +48,4 @@
    1.11      method_handles_adapters_code_size = 0
    1.12    };
    1.13  
    1.14 -#ifdef IA32
    1.15 -  class x86 {
    1.16 -    friend class VMStructs;
    1.17 -
    1.18 -   private:
    1.19 -    static address _call_stub_compiled_return;
    1.20 -  };
    1.21 -#endif // IA32
    1.22 -
    1.23  #endif // CPU_ZERO_VM_STUBROUTINES_ZERO_HPP

mercurial