diff options
author | Sven Gothel <[email protected]> | 2010-10-08 01:56:46 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-10-08 01:56:46 +0200 |
commit | b9adfc2c67d2bc46cae887ed39a5953b1e74e96a (patch) | |
tree | a11a1815fc25496245ebc1c13a6277a9996b8330 /make/scripts/java-run-all.sh | |
parent | 7c2916a999ece43ada42a1964bab3d6b886f3984 (diff) |
Fix: JOGL GLContextLock starvation; Tighten NEWT/AWT focus unit tests
Fix: JOGL GLContextLock starvation
- Apply changes made in RecursiveToolkitLock (c8a9c59e4838cd43090378a7ed60544449472801),
ie notifyAll() -> notify(), plus sync (flow/mem) usage.
Fix: Tighten NEWT/AWT focus unit tests
- AWTRobotUtil.requestFocusAndWait() waits for EventCountAdapter gain and lost focus as well.
- In case of NewtCanvasAWT, additionally wait for it's lost focus
Diffstat (limited to 'make/scripts/java-run-all.sh')
-rwxr-xr-x | make/scripts/java-run-all.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/scripts/java-run-all.sh b/make/scripts/java-run-all.sh index 6bb053a16..bd8b16faf 100755 --- a/make/scripts/java-run-all.sh +++ b/make/scripts/java-run-all.sh @@ -45,9 +45,9 @@ uname -a | grep -i Darwin && MOSX=1 # D_ARGS="-Djogl.debug=all -Dnewt.debug=all -Dnativewindow.debug=all" # D_ARGS="-Dnewt.debug=all" # D_ARGS="-Dnewt.debug.Window -Dnewt.debug.Display -Dnewt.debug.EDT" -# D_ARGS="-Dnewt.debug.EDT -Dnewt.debug.Window" +D_ARGS="-Dnewt.debug.EDT -Dnewt.debug.Window" # D_ARGS="-Dsun.awt.disableMixing=true -Dnewt.debug.EDT" -D_ARGS="-Dnewt.debug.EDT" +# D_ARGS="-Dnewt.debug.EDT" # D_ARGS="-Dnativewindow.debug.TraceLock" # D_ARGS="-Dnewt.debug.Display" # D_ARGS="-Djogl.debug.Animator -Dnewt.debug.Window -Dnewt.debug.Display" |