Description
build failure on Windows with Visual Studio 2013
Compiling 2968 files for java.base
r:/openjdk/test/hotspot/gtest/classfile/test_symbolTable.cpp(128) : error C3861: 'snprintf': identifier not found
make[3]: *** [lib/CompileGtest.gmk:60: /cygdrive/r/buildroot/hotspot/variant-server/libjvm/gtest/objs/test_symbolTable.obj] Error 1
Visual Studio 2013 is newest compiler supported on Windows (by doc) and it does not have `snprintf` function.
Introduced by https://bugs.openjdk.java.net/browse/JDK-8207359 changeset: http://hg.openjdk.java.net/jdk/jdk/rev/516acf6956a2
Compiling 2968 files for java.base
r:/openjdk/test/hotspot/gtest/classfile/test_symbolTable.cpp(128) : error C3861: 'snprintf': identifier not found
make[3]: *** [lib/CompileGtest.gmk:60: /cygdrive/r/buildroot/hotspot/variant-server/libjvm/gtest/objs/test_symbolTable.obj] Error 1
Visual Studio 2013 is newest compiler supported on Windows (by doc) and it does not have `snprintf` function.
Introduced by https://bugs.openjdk.java.net/browse/JDK-8207359 changeset: http://hg.openjdk.java.net/jdk/jdk/rev/516acf6956a2
Attachments
Issue Links
- relates to
-
JDK-8213622 Windows VS2013 build failure - "'snprintf': identifier not found"
- Resolved
-
JDK-8207359 Make SymbolTable increment_refcount disallow zero
- Resolved