https://bugs.openjdk.java.net/browse/JDK-8039891
Because the jprt.properties file is different for each release the patch for this fix is also slightly different for each release - but the effect is the same: each line containing ppcsflt is deleted.
The fix for 9 is here: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/97f1be406727 Review thread here: http://mail.openjdk.java.net/pipermail/hotspot-runtime-dev/2014-April/011316.html Webrev for 8u is here: http://cr.openjdk.java.net/~dholmes/8039891/webrev.8u/ and webrev for 7u here: http://cr.openjdk.java.net/~dholmes/8039891/webrev.7u/ Thanks, David