summaryrefslogtreecommitdiffstats
path: root/make/scripts/java-win64.bat
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-11-06 16:10:51 +0100
committerSven Gothel <[email protected]>2012-11-06 16:10:51 +0100
commitb83b068c0f426f24a58e2bd9f52de9ebd0c7876d (patch)
treeeba95025517c96d7adb83824dec247c77f506fdc /make/scripts/java-win64.bat
parent9e2563da5e40964d691fe9502de6c9178f98bee0 (diff)
Fix GLDrawableHelper.recreateGLDrawable(..): Sync GL command stream before destruction of drawable
Lack of finishing the GL command stream lead to a SIGSEGV on Windows w/ Nvidia driver where probably pending GL commands were still being processed concurrently.
Diffstat (limited to 'make/scripts/java-win64.bat')
-rwxr-xr-xmake/scripts/java-win64.bat1
1 files changed, 1 insertions, 0 deletions
diff --git a/make/scripts/java-win64.bat b/make/scripts/java-win64.bat
index 99f9bdcef..9dc1113a7 100755
--- a/make/scripts/java-win64.bat
+++ b/make/scripts/java-win64.bat
@@ -17,3 +17,4 @@ echo CP_ALL %CP_ALL%
set X_ARGS="-Dsun.java2d.noddraw=true" "-Dsun.awt.noerasebackground=true"
%J2RE_HOME%\bin\java -classpath %CP_ALL% "-Djava.library.path=%LIB_DIR%" %X_ARGS% %* > java-win64.log 2>&1
+tail java-win64.log