Skip to content

Commit 44eac48

Browse files
Kazuhisa TakakuriPaul Hohensee
authored andcommitted
8137329: [windows] Build broken on VS2010 after "8046148: JEP 158: Unified JVM Logging"
Reviewed-by: stuefe, andrew Backport-of: 6c113577e63d359a78ed72e5f37919da26b2f20d
1 parent a0715ab commit 44eac48

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hotspot/src/share/vm/utilities/globalDefinitions_visCPP.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,8 @@ const jlong max_jlong = CONST64(0x7fffffffffffffff);
151151
#endif
152152

153153
#if _MSC_VER < 1800
154+
// Visual Studio 2013 introduced strtoull(); before, one has to use _strtoui64() instead.
155+
#define strtoull _strtoui64
154156
// Fixes some wrong warnings about 'this' : used in base member initializer list
155157
#pragma warning( disable : 4355 )
156158
#endif

0 commit comments

Comments
 (0)