RFR(xxs): [windows] Build broken on VS2010 after "8046148: JEP 158: Unified JVM Logging"
Thomas Stüfe
thomas.stuefe at gmail.com
Tue Sep 29 13:58:33 UTC 2015
Hi all,
please review this tiny change. It fixes the build on windows/Visual Studio
2010 after "8046148: JEP 158: Unified JVM Logging".
strtoull() is missing from Visual Studio versions < 2013, but _strtoui64()
can be used instead.
webrev: http://cr.openjdk.java.net/~stuefe/webrevs/8137329/webrev.00/webrev/
bug: https://bugs.openjdk.java.net/browse/JDK-8137329
Thanks & Kind Regards, Thomas
More information about the hotspot-runtime-dev
mailing list