hotspot/src/cpu/x86/vm/stubRoutines_x86_32.cpp
changeset 14132 3c1437abcefd
parent 10565 dc90c239f4ec
child 14583 d70ee55535f4
equal deleted inserted replaced
14131:e376e3d428c9 14132:3c1437abcefd
    42 // Implementation of the platform-specific part of StubRoutines - for
    42 // Implementation of the platform-specific part of StubRoutines - for
    43 // a description of how to extend it, see the stubRoutines.hpp file.
    43 // a description of how to extend it, see the stubRoutines.hpp file.
    44 
    44 
    45 address StubRoutines::x86::_verify_mxcsr_entry         = NULL;
    45 address StubRoutines::x86::_verify_mxcsr_entry         = NULL;
    46 address StubRoutines::x86::_verify_fpu_cntrl_wrd_entry = NULL;
    46 address StubRoutines::x86::_verify_fpu_cntrl_wrd_entry = NULL;
       
    47 address StubRoutines::x86::_key_shuffle_mask_addr = NULL;