Loading... (original) (raw)

share\vm\logging\logFileOutput.cpp(79) : error C3861: 'strtoull': identifier not found

There is no strtoull() in earlier versions of Visual Studio. However, there is _strtoui64(), which does the same and is available from VS2005 onward.

backported by

Backport - A issue that is required to port a Bug or Feature into another product release. This issue type is generally associated with the main Bug/Feature to represent each individual release of the port. JDK-8142664 [windows] Build broken on VS2010 after "8046148: JEP 158: Unified JVM Logging"

Backport - A issue that is required to port a Bug or Feature into another product release. This issue type is generally associated with the main Bug/Feature to represent each individual release of the port. JDK-8335272 [windows] Build broken on VS2010 after "8046148: JEP 158: Unified JVM Logging"

relates to

JEP - Java Enhancement Proposal JDK-8046148 JEP 158: Unified JVM Logging

links to

Commit Commit openjdk/jdk8u-dev/44eac487

Review Review openjdk/jdk8u-dev/434