lfoltan [Mon, 26 Feb 2018 10:20:06 -0500] rev 49168
8197864: VS2017 (C4334) Result of 32-bit Shift Implicitly Converted to 64 bits
Summary: Correctly perform a 64 bit shift when setting SlowSignatureHandler::_fp_identifiers.
Reviewed-by: gtriantafill, hseigel
Contributed-by: kim.barrett@oracle.com, lois.foltan@oracle.com
lfoltan [Mon, 26 Feb 2018 10:11:05 -0500] rev 49167
8198304: VS2017 (C4838, C4312) Various conversion issues with gtest tests
Summary: Introduce specific casts to fix multiple type cast conversion compilation errors.
Reviewed-by: gtriantafill, hseigel
lfoltan [Mon, 26 Feb 2018 09:57:01 -0500] rev 49166
8198312: VS2017: Upgrade HOTSPOT_BUILD_COMPILER in vm_version.cpp
Summary: Correctly set HOTSPOT_BUILD_COMPILER for VS2015 and VS2017.
Reviewed-by: erikj, gtriantafill
lfoltan [Mon, 26 Feb 2018 09:51:14 -0500] rev 49165
8198640: VS2017 (LNK4281) Link Warning Against Missed ASLR Optimization
Summary: Ignore VS2017 linker option that warns against potentially missed ASLR optimizations.
Reviewed-by: ctornqvi, erikj