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

Changes

Summary

  1. Bug 1145: JNILibLoaderBase.addNativeJarLibsImpl: Proper order: #1 (details)
  2. Bug 1145, Bug 1172: Add performance counter for native-jar lookup: (details)
Commit 73bb0ada4c77ef86d37747532f4807e0ec0ab51d by Sven Gothel
Bug 1145: JNILibLoaderBase.addNativeJarLibsImpl: Proper order: #1 single-slim-jar, #2 fat-jar, #3 Classpath + TAG.class

We shall attempt the official recommendation of deployment first (single-slim-jar)
not wasting time trying a 'nativeLibraryPath' lookup within the classpath.
The file was modified src/java/com/jogamp/common/jvm/JNILibLoaderBase.java (diff)
Commit b4ad01b53421a58ccfe7028a520cf3e06d6b6742 by Sven Gothel
Bug 1145, Bug 1172: Add performance counter for native-jar lookup: Property 'jogamp.debug.JNILibLoader.Perf'
The file was modified make/scripts/runtest.sh (diff)
The file was modified src/java/com/jogamp/common/jvm/JNILibLoaderBase.java (diff)