Add "-noasyncgc" option to Java Virtual Machine to avoid random hangs.

This commit is contained in:
Maxim Sobolev 2000-07-03 15:03:34 +00:00
parent 3c6bf83074
commit 110fbe8cff
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30136

View file

@ -7,4 +7,4 @@
+export CLASSPATH
+
+cd %%PREFIX%%/share/java/starlogo/sample-projects
+exec %%LOCALBASE%%/bin/javavm starlogo.Toplevel compiler "init 100"
+exec %%LOCALBASE%%/bin/javavm -noasyncgc starlogo.Toplevel compiler "init 100"