RFR: 8200630: Globally suppress Visual Studio warning C4351 (original) (raw)

Kim Barrett kim.barrett at oracle.com
Wed Apr 4 18:35:32 UTC 2018


On Apr 4, 2018, at 5:31 AM, Thomas Schatzl <thomas.schatzl at oracle.com> wrote:

Hi, On Tue, 2018-04-03 at 17:00 -0400, Kim Barrett wrote: Please review this change to globally suppress Visual Studio warning C4351. This warning is entirely useless to us. All it does is interfere with writing clear and correct code. (See bug for more details.)

This change also removes the one existing occurrence of local suppression of this warning, which is no longer needed. CR: https://bugs.openjdk.java.net/browse/JDK-8200630 Webrev: http://cr.openjdk.java.net/~kbarrett/8200630/open.00/ find with me. Looks good to me. Thomas

Thanks.



More information about the hotspot-dev mailing list