RFR(S): 8027565 - Enable /d2Zi+ when building with Visual Studio 2013

Christian Tornqvist christian.tornqvist at oracle.com
Tue Sep 22 00:36:02 UTC 2015


Hi everyone,


Please review this small change that enables generation of enhanced debug
symbols for optimized code on Windows. The switch is available as /d2Zi+
prior to Update 3, when it was officially added as /Zo. Both /Zo and /d2Zi+
works with VS2013 Update 3 and later. More information about this switch can
be found at https://msdn.microsoft.com/en-us/library/dn785163.aspx

 

I've verified the change by building locally with VS2013 Update 4 and with
JPRT that has the older VS2013 (non-update) version.

 

Webrev:

http://cr.openjdk.java.net/~ctornqvi/webrev/8027565/webrev.00/

 

Bug:

https://bugs.openjdk.java.net/browse/JDK-8027565

 

Thanks,

Christian



More information about the hotspot-dev mailing list