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

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)
  5. gluegen: remove unused imports, unneeded semicolons, add missing (details)
  6. gluegen: remove the unused reverse map from TypeDictionary (details)
  7. gluegen: relax private variable access to package-private for members (details)
  8. Remove @deprecated methods (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)
Commit e774abd1a18ee53caa2c550718179f0567d45323 by Harvey Harrison
gluegen: remove unused imports, unneeded semicolons, add missing @Override annotations
The file was modifiedsrc/java/com/jogamp/common/util/Bitstream.java (diff)
The file was modifiedsrc/java/com/jogamp/gluegen/JavaEmitter.java (diff)
The file was modifiedsrc/java/com/jogamp/common/util/ReflectionUtil.java (diff)
The file was modifiedsrc/java/com/jogamp/common/util/JogampVersion.java (diff)
The file was modifiedsrc/java/com/jogamp/gluegen/cgram/CSymbolTable.java (diff)
The file was modifiedsrc/java/com/jogamp/common/util/IntIntHashMap.java (diff)
Commit 908822aa64c03ec4e8ca9fd3202f740c3e844bbd by Harvey Harrison
gluegen: remove the unused reverse map from TypeDictionary
The file was modifiedsrc/java/com/jogamp/gluegen/cgram/types/TypeDictionary.java (diff)
Commit 37f76d17cdf90a8dded8beba99651b19a8795c54 by Harvey Harrison
gluegen: relax private variable access to package-private for members accessed from inner class

Otherwise the compiler has to fill in a wrapping access function for the inner
class to call, which is less efficient.
The file was modifiedsrc/java/com/jogamp/common/os/DynamicLibraryBundle.java (diff)
The file was modifiedsrc/java/com/jogamp/common/util/IntIntHashMap.java (diff)
Commit 629814e1b5dcbf28af7e5f7d8e872e8c5cc4805b by Sven Gothel
Remove @deprecated methods
The file was modifiedsrc/java/com/jogamp/common/util/TaskBase.java (diff)
The file was modifiedsrc/java/com/jogamp/common/util/Ringbuffer.java (diff)
The file was modifiedsrc/java/com/jogamp/common/util/LFRingbuffer.java (diff)
The file was modifiedsrc/java/com/jogamp/common/util/SyncedRingbuffer.java (diff)