[8u backport] RFR(XS): 8051803 [parfait] warnings from b114 for hotspot.src.share.vm

David Chase david.r.chase at oracle.com
Wed Jul 23 19:43:24 UTC 2014


Summary: it’s a parfait warning, where convoluted and perhaps delicate logic ensures that a NULL could “never” appear.
Fix is to insert a null check and return the “nothing here” result (false) which (a) should never occur anyhow and
(b) is safe and consistent behavior.

webrev: http://cr.openjdk.java.net/~drchase/8051803/webrev.00/

bug: https://bugs.openjdk.java.net/browse/JDK-8051803

backport of: https://bugs.openjdk.java.net/browse/JDK-8028037

old review discussion: http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/2014-March/013684.html

testing: local jtreg

David

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 842 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20140723/412eb8d0/signature.asc>


More information about the hotspot-compiler-dev mailing list