diff -r 00ff03917bd4 -r 73bf16b22e89 hotspot/src/share/vm/opto/classes.hpp --- a/hotspot/src/share/vm/opto/classes.hpp Fri Oct 09 20:45:45 2015 +0000 +++ b/hotspot/src/share/vm/opto/classes.hpp Thu Oct 15 13:28:22 2015 +0200 @@ -131,7 +131,6 @@ macro(EncodeISOArray) macro(EncodeP) macro(EncodePKlass) -macro(ExpD) macro(FastLock) macro(FastUnlock) macro(Goto) @@ -290,6 +289,10 @@ macro(MulReductionVD) macro(DivVF) macro(DivVD) +macro(AbsVF) +macro(AbsVD) +macro(NegVF) +macro(NegVD) macro(SqrtVD) macro(LShiftCntV) macro(RShiftCntV)