Loading... (original) (raw)
- Type:
Bug
- Resolution: Fixed
- Priority:
P4
- Fix Version/s: 9
- Affects Version/s: 9
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
JDK-8142664 [windows] Build broken on VS2010 after "8046148: JEP 158: Unified JVM Logging"
- Resolved
JDK-8335272 [windows] Build broken on VS2010 after "8046148: JEP 158: Unified JVM Logging"
- Resolved
relates to
JDK-8046148 JEP 158: Unified JVM Logging
- Closed
links to
Commit openjdk/jdk8u-dev/44eac487
Review openjdk/jdk8u-dev/434