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

Changes

Summary

  1. Fix DynamicLibraryBundle.isToolLibComplete() no tool-lib case, (details)
Commit 030b580cf8bb7f1e91eed6e47a341eb50fc2e6be by Sven Gothel
Fix DynamicLibraryBundle.isToolLibComplete() no tool-lib case, regression of commit 12feaa7d3b1544098f684d851e3caff1ec88cbc8

Regression of commit 12feaa7d3b1544098f684d851e3caff1ec88cbc8

'isToolLibComplete()' returned false if dynLinkGlobal is null,
even if no tool-lib has been used. In which case dynLinkGlobal
has not been initialized and hence is always null.

'isToolLibComplete()' now takes no tool-lib into consideration!

Currently only 'OVRDynamicLibraryBundleInfo' of JOGL's 'oculusvr' binding
used this configuration within JogAmp.
The file was modified src/java/com/jogamp/common/os/DynamicLibraryBundle.java (diff)