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

Changes

Summary

  1. Remove unused addNativeJarLibs() method; the only consumer was a unit (details)
  2. Clean up native library loading and remove the ability to strip (details)
  3. StringBuilder message parameter was unused. (details)
  4. Do not keep re-indexing into the same array. (details)
Commit 3901130f7fa4b3484a202f5db3a541f1edf9d6e8 by code
Remove unused addNativeJarLibs() method; the only consumer was a unit test
of the method.
The file was modifiedsrc/junit/com/jogamp/common/util/TestTempJarCache.java (diff)
The file was modifiedsrc/java/com/jogamp/common/jvm/JNILibLoaderBase.java (diff)
Commit 46faa59d439ef235d7691fc64d56eedc600ffa1a by code
Clean up native library loading and remove the ability to strip prefixes.

Bug: 1023
Bug: 1024
The file was modifiedsrc/java/com/jogamp/common/jvm/JNILibLoaderBase.java (diff)
The file was modifiedsrc/java/com/jogamp/common/os/Platform.java (diff)
Commit 46430b8202c3fde3ee60f72c38c621729bac52ec by code
StringBuilder message parameter was unused.
The file was modifiedsrc/java/com/jogamp/common/jvm/JNILibLoaderBase.java (diff)
Commit dc1fee7a307ed24c1b6b02fa0936641450c24984 by code
Do not keep re-indexing into the same array.
The file was modifiedsrc/java/com/jogamp/common/jvm/JNILibLoaderBase.java (diff)