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

Daniel D. Daugherty daniel.daugherty at oracle.com
Tue Sep 22 13:04:00 UTC 2015



On 9/22/15 3:05 AM, Magnus Ihse Bursie wrote:
> On 2015-09-22 02:36, Christian Tornqvist wrote:
>> 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
>
> Christian,
>
> When was the /d2Zi+ switch introduced?

In the bug report:

This is an undocumented feature in VS2012 but should be fully supported
in VS2013 once it's released.


>
> /Magnus
>
>>
>>
>> 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/

make/windows/makefiles/compile.make
     No comments.

Thumbs up.

Dan


>>
>>
>> Bug:
>>
>> https://bugs.openjdk.java.net/browse/JDK-8027565
>>
>>
>> Thanks,
>>
>> Christian
>>
>
>



More information about the hotspot-dev mailing list