JDK 9 RFC on 6667086: Double.doubleToLongBits(final double value) contains inefficient test for NaN
Brian Burkhalter
brian.burkhalter at oracle.com
Wed Jan 15 21:28:41 UTC 2014
Issue: https://bugs.openjdk.java.net/browse/JDK-6667086
Webrev: http://cr.openjdk.java.net/~bpb/6667086/webrev/
According to micro-benckmarks, there is no statistically significant performance change due to applying this patch but the code definitely looks cleaner.
Thanks,
Brian
More information about the core-libs-dev
mailing list