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

Changes

Summary

  1. Add @Override (details)
  2. - LinkedList -> ArrayList (using tail) for O(1) operation (details)
The file was modifiedsrc/nativewindow/classes/javax/media/nativewindow/CapabilitiesImmutable.java (diff)
The file was modifiedsrc/jogl/classes/javax/media/opengl/GLCapabilitiesImmutable.java (diff)
Commit 85f730a91507e9d4bdeab51b97de8d395fa9eb40 by Sven Gothel
- LinkedList -> ArrayList (using tail) for O(1) operation
- Using new IntIntHashMap clone() operation
- Comment: Tuning IntIntHashMap capacity to avoid rehash
The file was modifiedsrc/jogl/classes/jogamp/opengl/GLStateTracker.java (diff)