RFR: 8197859: VS2017 Complains about UINTPTR_MAX definition in globalDefinitions_VisCPP.hpp

Kim Barrett kim.barrett at oracle.com
Tue Feb 20 16:39:06 UTC 2018


> On Feb 20, 2018, at 10:24 AM, Lois Foltan <lois.foltan at oracle.com> wrote:
> 
> On 2/20/2018 9:58 AM, Kim Barrett wrote:
> 
>> Please review this change to the Windows port, removing emulation of
>> certain C99 features and instead simply including the appropriate
>> headers.  The headers are <inttypes.h> (available since VS2013) and
>> <stdint.h> (available before VS2013).
>> 
>> CR:
>> https://bugs.openjdk.java.net/browse/JDK-8197859
>> 
>> Webrev:
>> http://cr.openjdk.java.net/~kbarrett/8197859/open.00/
>> 
>> Testing:
>> hs-tier{1,2}
>> 
>> 
> Looks good.  Minor comment to update the copyright.
> Lois

Thanks.  Will fix the copyright before pushing.



More information about the hotspot-dev mailing list