-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b89
-
windows
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8142664 | emb-9 | Thomas Stuefe | P4 | Resolved | Fixed | team |
JDK-8335272 | openjdk8u432 | Kazuhisa Takakuri | P4 | Resolved | Fixed | b01 |
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.
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
-