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

Changes

Summary

  1. Fix SingletonInstanceServerSocket.kill(): Needs to mark alive=false in (details)
  2. AbstractBuffer: Generalize 'capacity' calculation, since we may (details)
  3. UnixDynamicLinkerImpl: Unify impl. of openLibraryLocal(..), (details)
  4. Refine commit 5e01e993aeba4e95fc8aa6e75b3e295011e27bbb, skip (details)
Commit 6ff3fe730671b0bfed61b56e1179aaecd39f53a5 by Sven Gothel
Fix SingletonInstanceServerSocket.kill(): Needs to mark alive=false in case of JVM shutdown!
The file was modified src/java/jogamp/common/util/locks/SingletonInstanceServerSocket.java (diff)
Commit 5e01e993aeba4e95fc8aa6e75b3e295011e27bbb by Sven Gothel
AbstractBuffer: Generalize 'capacity' calculation, since we may encounter a byte-buffer w/ given elementSize semantics
The file was modified src/java/com/jogamp/common/nio/AbstractBuffer.java (diff)
Commit 72f60a534db7c0b731d4dca83481679817ad7574 by Sven Gothel
UnixDynamicLinkerImpl: Unify impl. of openLibraryLocal(..), openLibraryGlobal(..) and lookupSymbolGlobal(..) - removing duplicate code.
The file was modified src/java/jogamp/common/os/MacOSXDynamicLinkerImpl.java (diff)
The file was modified src/java/jogamp/common/os/PosixDynamicLinkerImpl.java (diff)
The file was modified src/java/jogamp/common/os/BionicDynamicLinkerImpl.java (diff)
The file was modified src/java/jogamp/common/os/UnixDynamicLinkerImpl.java (diff)
Commit c28d5c8d0d83670a548671a1d0da55e3447ea0c7 by Sven Gothel
Refine commit 5e01e993aeba4e95fc8aa6e75b3e295011e27bbb, skip Buffers.sizeOfBufferElem(..) call.
The file was modified src/java/com/jogamp/common/nio/AbstractBuffer.java (diff)
The file was modified src/java/com/jogamp/common/nio/PointerBuffer.java (diff)