# HG changeset patch # User shade # Date 1619423555 -7200 # Node ID a020263526c9a854b8dce83079e43554c7dad7f9 # Parent be4334c66da8725cb89018ff258aed0c242f66e8 8265832: runtime/StackGap/testme.sh fails to compile in 8u Reviewed-by: sgehwolf diff -r be4334c66da8 -r a020263526c9 test/runtime/StackGap/testme.sh --- a/test/runtime/StackGap/testme.sh Fri Apr 23 01:47:39 2021 +0100 +++ b/test/runtime/StackGap/testme.sh Mon Apr 26 09:52:35 2021 +0200 @@ -67,7 +67,8 @@ $gcc_cmd -DLINUX ${CFLAGS} -o stack-gap \ -I${COMPILEJAVA}/include -I${COMPILEJAVA}/include/linux \ -L${COMPILEJAVA}/jre/lib/${VM_CPU}/${VM_TYPE} \ - -ljvm -lpthread exestack-gap.c + exestack-gap.c \ + -ljvm -lpthread ./stack-gap || exit $? ./stack-gap -XX:+DisablePrimordialThreadGuardPages || exit $?