changeset 9443:a020263526c9

8265832: runtime/StackGap/testme.sh fails to compile in 8u Reviewed-by: sgehwolf
author shade
date Mon, 26 Apr 2021 09:52:35 +0200
parents be4334c66da8
children 52ef318dba48
files test/runtime/StackGap/testme.sh
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 $?