src/cpu/x86/vm/stubRoutines_x86_32.cpp

changeset 5353
b800986664f4
parent 4299
f34d701e952e
child 6876
710a3c8b516e
     1.1 --- a/src/cpu/x86/vm/stubRoutines_x86_32.cpp	Tue Jul 02 07:51:31 2013 +0200
     1.2 +++ b/src/cpu/x86/vm/stubRoutines_x86_32.cpp	Tue Jul 02 20:42:12 2013 -0400
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 2013, 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 @@ -31,6 +31,4 @@
    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::_key_shuffle_mask_addr = NULL;

mercurial