History log of /openjdk10/hotspot/test/compiler/intrinsics/mathexact/sanity/MathIntrinsic.java
Revision Date Author Comments
# 11707:ad7af1afda7a 12-Jul-2016 tpivovarova

8132919: Put compiler tests in packages
Reviewed-by: vlivanov, dpochepk
Contributed-by: igor.ignatyev@oracle.com


# 9443:a7b9e9e46fd4 06-Nov-2015 dpochepk

8138689: use package for /compiler/whitebox common classes
Summary: Moved CompilerWhiteBoxTest to package, updating tests accordingly
Reviewed-by: iignatyev


# 8745:abf45dd6ae7c 28-Jul-2015 zmajo

8130832: Extend the WhiteBox API to provide information about the availability of compiler intrinsics
Summary: Add a new method, sun.hotspot.WhiteBox.isIntrinsicAvailable, that can be used to determine if an intrinsic is available.
Reviewed-by: kvn, jrose


# 5756:f9a4b59ae350 31-Dec-2013 iignatyev

8028587: New tests development for intrisics for basic operators - add, neg, inc, dec, sub, mul
Reviewed-by: twisti
Contributed-by: anton.ivanov@oracle.com