Skip to content

Commit dc10eea

Browse files
committed
[scripts] Work around JDK-8231612 (100% CPU in ServiceThread)
1 parent 947420a commit dc10eea

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ if [ "$JDKPLATFORM" == "ev3" ]; then
7676
--with-libpng=system \
7777
--with-zlib=system \
7878
--with-lcms=system \
79+
--with-extra-cflags="-fno-tree-pre" \
80+
--with-extra-cxxflags="-fno-tree-pre" \
7981
AR="$AR" \
8082
NM="$NM" \
8183
BUILD_AR="gcc-ar" \

0 commit comments

Comments
 (0)