Skip to content

Commit

Permalink
Backport 6c113577e63d359a78ed72e5f37919da26b2f20d
Browse files Browse the repository at this point in the history
  • Loading branch information
ktakakuri committed Jan 26, 2024
1 parent b62ee29 commit 7b17545
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hotspot/src/share/vm/utilities/globalDefinitions_visCPP.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ const jlong max_jlong = CONST64(0x7fffffffffffffff);
#endif

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

0 comments on commit 7b17545

Please sign in to comment.