src/cpu/zero/vm/stubRoutines_zero.cpp

changeset 2552
638119ce7cfd
parent 2314
f95d63e2154a
child 3156
f08d439fab8c
     1.1 --- a/src/cpu/zero/vm/stubRoutines_zero.cpp	Mon Jan 31 17:48:21 2011 -0800
     1.2 +++ b/src/cpu/zero/vm/stubRoutines_zero.cpp	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 2008, 2009 Red Hat, Inc.
     1.8   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.9   *
    1.10 @@ -30,7 +30,3 @@
    1.11  #ifdef TARGET_OS_FAMILY_linux
    1.12  # include "thread_linux.inline.hpp"
    1.13  #endif
    1.14 -
    1.15 -#ifdef IA32
    1.16 -address StubRoutines::x86::_call_stub_compiled_return = NULL;
    1.17 -#endif // IA32

mercurial