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

Changes

Summary

  1. CgDynamicLibraryBundleInfo: Add TempJarCache usage for atomic native jar (details)
  2. Fix bug 531. Thx to Sebastien (finding) and Julien (fixing) it. (details)
Commit 8fc2136686abeaeba42e2210ae09b509fde40cb5 by Sven Gothel
CgDynamicLibraryBundleInfo: Add TempJarCache usage for atomic native jar (of atomic java JAR)

- GLProfile, NWJNILibLoader, NEWTJNILibLoader:
  Issue Platform.initSingleton() upfront within priviledge block.
The file was modifiedsrc/jogl/classes/javax/media/opengl/GLProfile.java (diff)
The file was modifiedsrc/nativewindow/classes/jogamp/nativewindow/NWJNILibLoader.java (diff)
The file was modifiedsrc/newt/classes/jogamp/newt/NEWTJNILibLoader.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/cg/CgDynamicLibraryBundleInfo.java (diff)
Commit 927521af10162f2bf8c02b12cce75bd7de71dafe by Sven Gothel
Fix bug 531. Thx to Sebastien (finding) and Julien (fixing) it.

https://jogamp.org/bugzilla/show_bug.cgi?id=531

Sorry .. we normally don't add credits in these git logs,
maybe we should change that to encourage contributors!?
The file was modifiedsrc/newt/classes/jogamp/newt/WindowImpl.java (diff)