jdk/hotspot/test/compiler/intrinsics/mathexact/sanity
Zoltan Majo 422cd18f23 8130832: Extend the WhiteBox API to provide information about the availability of compiler intrinsics
Add a new method, sun.hotspot.WhiteBox.isIntrinsicAvailable, that can be used to determine if an intrinsic is available.

Reviewed-by: kvn, jrose
2015-07-28 19:20:42 +02:00
..
AddExactIntTest.java 8075586: Add @modules as needed to the open hotspot tests 2015-03-26 16:36:56 +01:00
AddExactLongTest.java 8075586: Add @modules as needed to the open hotspot tests 2015-03-26 16:36:56 +01:00
DecrementExactIntTest.java 8075586: Add @modules as needed to the open hotspot tests 2015-03-26 16:36:56 +01:00
DecrementExactLongTest.java 8075586: Add @modules as needed to the open hotspot tests 2015-03-26 16:36:56 +01:00
IncrementExactIntTest.java 8075586: Add @modules as needed to the open hotspot tests 2015-03-26 16:36:56 +01:00
IncrementExactLongTest.java 8075586: Add @modules as needed to the open hotspot tests 2015-03-26 16:36:56 +01:00
IntrinsicBase.java 8130832: Extend the WhiteBox API to provide information about the availability of compiler intrinsics 2015-07-28 19:20:42 +02:00
MathIntrinsic.java 8130832: Extend the WhiteBox API to provide information about the availability of compiler intrinsics 2015-07-28 19:20:42 +02:00
MultiplyExactIntTest.java 8075586: Add @modules as needed to the open hotspot tests 2015-03-26 16:36:56 +01:00
MultiplyExactLongTest.java 8075586: Add @modules as needed to the open hotspot tests 2015-03-26 16:36:56 +01:00
NegateExactIntTest.java 8075586: Add @modules as needed to the open hotspot tests 2015-03-26 16:36:56 +01:00
NegateExactLongTest.java 8075586: Add @modules as needed to the open hotspot tests 2015-03-26 16:36:56 +01:00
SubtractExactIntTest.java 8075586: Add @modules as needed to the open hotspot tests 2015-03-26 16:36:56 +01:00
SubtractExactLongTest.java 8075586: Add @modules as needed to the open hotspot tests 2015-03-26 16:36:56 +01:00