-
Bug
-
Resolution: Fixed
-
P4
-
21, 25
-
b07
-
generic
-
linux
Configure command:
bash configure --enable-asan --with-toolchain-type=clang --with-toolchain-path=~/software/acc/x86_64/bin
Make command:
time make images test-image &> build/make.log
Make output:
/tmp/tone/run/jtreg/jdk-repo/build/linux-x86_64-server-fastdebug/jdk/bin/javac: symbol lookup error: /tmp/tone/run/jtreg/jdk-repo/build/linux-x86_64-server-fastdebug/jdk/bin/../lib/libjli.so: undefined symbol: __asan_init
Additional configure parameter --with-extra-ldflags=-shared-libasan can work around
bash configure --enable-asan --with-toolchain-type=clang --with-toolchain-path=~/software/acc/x86_64/bin
Make command:
time make images test-image &> build/make.log
Make output:
/tmp/tone/run/jtreg/jdk-repo/build/linux-x86_64-server-fastdebug/jdk/bin/javac: symbol lookup error: /tmp/tone/run/jtreg/jdk-repo/build/linux-x86_64-server-fastdebug/jdk/bin/../lib/libjli.so: undefined symbol: __asan_init
Additional configure parameter --with-extra-ldflags=-shared-libasan can work around
- links to
-
Commit(master) openjdk/jdk/e7795ccd
-
Review(master) openjdk/jdk/23124