Skip to content

Commit

Permalink
Double checking defautl gc is correct
Browse files Browse the repository at this point in the history
  • Loading branch information
judovana committed Feb 29, 2024
1 parent 17f1b83 commit ced0baf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,12 @@ if [ "x$GC" == "x" ] ; then
elif [ "x$OTOOL_garbageCollector" == "xdefaultgc" ] ; then
if [ "0$OTOOL_JDK_VERSION" -le 8 ] ; then
GC=par
echo "double checking default gc is correct:"
checkXX UseParallelGC | grep true
else
GC=g1
echo "double checking default gc is correct:"
checkXX UseG1GC | grep true
fi
else
GC="$OTOOL_garbageCollector"
Expand Down

0 comments on commit ced0baf

Please sign in to comment.