Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.
Success

Changes

Summary

  1. Platform: Slight reorder of initialization reducing one PrivilegedAction (details)
  2. windows scripts: bump to 6u35 (details)
  3. AWTEDTExecutor: Add convenient "invoke(Object treeLock, boolean wait, (details)
Commit c29fb2910e1a4d3227c0eeb4158cff3bbb99c783 by Sven Gothel
Platform: Slight reorder of initialization reducing one PrivilegedAction block.
The file was modified src/java/com/jogamp/common/os/Platform.java (diff)
Commit 7af0a33fd5855d4682050945a06b47fa922c4eeb by Sven Gothel
windows scripts: bump to 6u35
The file was modified make/scripts/java-win32.bat (diff)
The file was modified make/scripts/java-win64.bat (diff)
The file was modified make/scripts/make.gluegen.all.win64.bat (diff)
The file was modified make/scripts/make.gluegen.all.win32.bat (diff)
Commit 6fd3dea1ae94fd5862276ee5ed426276560531da by Sven Gothel
AWTEDTExecutor: Add convenient "invoke(Object treeLock, boolean wait, Runnable r)" to be used directly
The file was modified src/java/jogamp/common/awt/AWTEDTExecutor.java (diff)