src/cpu/x86/vm/stubRoutines_x86_64.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File 7088419 Cdiff src/cpu/x86/vm/stubRoutines_x86_64.hpp

src/cpu/x86/vm/stubRoutines_x86_64.hpp

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 40,50 **** friend class StubGenerator; private: static address _get_previous_fp_entry; static address _get_previous_sp_entry; - static address _verify_mxcsr_entry; static address _f2i_fixup; static address _f2l_fixup; static address _d2i_fixup; static address _d2l_fixup; --- 40,49 ----
*** 52,63 **** static address _float_sign_mask; static address _float_sign_flip; static address _double_sign_mask; static address _double_sign_flip; static address _mxcsr_std; - // shuffle mask for fixing up 128-bit words consisting of big-endian 32-bit integers - static address _key_shuffle_mask_addr; public: static address get_previous_fp_entry() { --- 51,60 ----
*** 67,81 **** static address get_previous_sp_entry() { return _get_previous_sp_entry; } - static address verify_mxcsr_entry() - { - return _verify_mxcsr_entry; - } - static address f2i_fixup() { return _f2i_fixup; } --- 64,73 ----
*** 117,126 **** static address mxcsr_std() { return _mxcsr_std; } ! static address key_shuffle_mask_addr() { return _key_shuffle_mask_addr; } }; #endif // CPU_X86_VM_STUBROUTINES_X86_64_HPP --- 109,118 ---- static address mxcsr_std() { return _mxcsr_std; } ! # include "stubRoutines_x86.hpp" }; #endif // CPU_X86_VM_STUBROUTINES_X86_64_HPP
src/cpu/x86/vm/stubRoutines_x86_64.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File