-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
None
-
MacOS: 10.9.4
Tools summary:
- Boot JDK: java version "1.8.0_11" Java(TM) SE Runtime Environment (build 1.8.0_11-b12) Java HotSpot(TM) 64-Bit Server VM (build 25.11-b03, mixed mode) (at /Library/Java/JavaVirtualMachines/jdk1.8.0_11.jdk/Contents/Home)
- Toolchain: clang (clang/LLVM)
- C Compiler: Version Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn) Target: x86_64-apple-darwin13.3.0 Thread model: posix (at /usr/bin/clang)
- C++ Compiler: Version Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn) Target: x86_64-apple-darwin13.3.0 Thread model: posix (at /usr/bin/clang++)
MacOS: 10.9.4 Tools summary: Boot JDK: java version "1.8.0_11" Java(TM) SE Runtime Environment (build 1.8.0_11-b12) Java HotSpot(TM) 64-Bit Server VM (build 25.11-b03, mixed mode) (at /Library/Java/JavaVirtualMachines/jdk1.8.0_11.jdk/Contents/Home) Toolchain: clang (clang/LLVM) C Compiler: Version Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn) Target: x86_64-apple-darwin13.3.0 Thread model: posix (at /usr/bin/clang) C++ Compiler: Version Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn) Target: x86_64-apple-darwin13.3.0 Thread model: posix (at /usr/bin/clang++)
-
x86_64
-
os_x
The latest filemap.cpp cannot be compiled on MacOS X due to the following compilation error:
/work/jdk9-dev/hotspot/src/share/vm/memory/filemap.cpp:91:17: error: format string is not a string literal [-Werror,-Wformat-nonliteral]
tty->vprint(msg, ap);
^~~
The same source code can be compiled on Linux without errors.
/work/jdk9-dev/hotspot/src/share/vm/memory/filemap.cpp:91:17: error: format string is not a string literal [-Werror,-Wformat-nonliteral]
tty->vprint(msg, ap);
^~~
The same source code can be compiled on Linux without errors.
- duplicates
-
JDK-8055754 filemap.cpp does not compile with clang
-
- Closed
-