comparison src/cpu/x86/vm/c1_Runtime1_x86.cpp @ 2415:09f96c3ff1ad

7032388: guarantee(VM_Version::supports_cmov()) failed: illegal instruction on i586 after 6919934 Summary: 6919934 added some unguarded cmov instructions which hit a guarantee on older hardware. Reviewed-by: never, iveresov, kvn, phh
author twisti
date Thu, 31 Mar 2011 00:27:08 -0700
parents 1b4e6a5d98e0
children 0654ee04b214 c124e2e7463e
comparison
equal deleted inserted replaced
2414:9d343b8113db 2415:09f96c3ff1ad
21 * questions. 21 * questions.
22 * 22 *
23 */ 23 */
24 24
25 #include "precompiled.hpp" 25 #include "precompiled.hpp"
26 #include "asm/assembler.hpp"
26 #include "c1/c1_Defs.hpp" 27 #include "c1/c1_Defs.hpp"
27 #include "c1/c1_MacroAssembler.hpp" 28 #include "c1/c1_MacroAssembler.hpp"
28 #include "c1/c1_Runtime1.hpp" 29 #include "c1/c1_Runtime1.hpp"
29 #include "interpreter/interpreter.hpp" 30 #include "interpreter/interpreter.hpp"
30 #include "nativeInst_x86.hpp" 31 #include "nativeInst_x86.hpp"