8293991: java/lang/Float/Binary16ConversionNaN.java fails on silent NaN conversions

Reviewed-by: darcy
This commit is contained in:
Aleksey Shipilev 2022-09-23 09:03:18 +00:00
parent acd5bcfc88
commit 0b56b82243

View File

@ -24,6 +24,7 @@
/*
* @test
* @bug 8289551
* @requires (os.arch != "x86" & os.arch != "i386") | vm.opt.UseSSE == "null" | vm.opt.UseSSE > 0
* @summary Verify NaN sign and significand bits are preserved across conversions
*/