--- old/src/cpu/x86/vm/c1_LinearScan_x86.hpp 2015-11-19 18:51:11.538895100 -0800 +++ new/src/cpu/x86/vm/c1_LinearScan_x86.hpp 2015-11-19 18:51:11.206861900 -0800 @@ -67,9 +67,7 @@ inline void LinearScan::pd_add_temps(LIR_Op* op) { switch (op->code()) { - case lir_tan: - case lir_sin: - case lir_cos: { + case lir_tan:{ // The slow path for these functions may need to save and // restore all live registers but we don't want to save and // restore everything all the time, so mark the xmms as being @@ -119,7 +117,6 @@ return false; } - class FpuStackAllocator VALUE_OBJ_CLASS_SPEC { private: Compilation* _compilation;