src/cpu/x86/vm/stubRoutines_x86_32.cpp

changeset 2552
638119ce7cfd
parent 2314
f95d63e2154a
child 3156
f08d439fab8c
     1.1 --- a/src/cpu/x86/vm/stubRoutines_x86_32.cpp	Mon Jan 31 17:48:21 2011 -0800
     1.2 +++ b/src/cpu/x86/vm/stubRoutines_x86_32.cpp	Tue Feb 01 03:38:44 2011 -0800
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 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 @@ -39,6 +39,5 @@
    1.11  // Implementation of the platform-specific part of StubRoutines - for
    1.12  // a description of how to extend it, see the stubRoutines.hpp file.
    1.13  
    1.14 -address StubRoutines::x86::_verify_mxcsr_entry        = NULL;
    1.15 -address StubRoutines::x86::_verify_fpu_cntrl_wrd_entry= NULL;
    1.16 -address StubRoutines::x86::_call_stub_compiled_return = NULL;
    1.17 +address StubRoutines::x86::_verify_mxcsr_entry         = NULL;
    1.18 +address StubRoutines::x86::_verify_fpu_cntrl_wrd_entry = NULL;

mercurial