comparison src/cpu/x86/vm/stubRoutines_x86_32.cpp @ 6948:e522a00b91aa

Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/ after NPG - C++ build works
author Doug Simon <doug.simon@oracle.com>
date Mon, 12 Nov 2012 23:14:12 +0100
parents a3ecd773a7b9
children f34d701e952e
comparison
equal deleted inserted replaced
6711:ae13cc658b80 6948:e522a00b91aa
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;