--- old/src/cpu/x86/vm/c1_LinearScan_x86.cpp 2015-07-22 17:48:13.172625200 -0700 +++ new/src/cpu/x86/vm/c1_LinearScan_x86.cpp 2015-07-22 17:48:12.339625200 -0700 @@ -814,8 +814,7 @@ case lir_tan: case lir_sin: - case lir_cos: - case lir_exp: { + case lir_cos: { // sin, cos and exp need two temporary fpu stack slots, so there are two temporary // registers (stored in right and temp of the operation). // the stack allocator must guarantee that the stack slots are really free,