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

Changes

Summary

  1. - ensure slice uses the buffers original byteorder. (details)
  2. - Buffers.slice() should maintain byteorder when sliceing ByteBuffers (details)
Commit b4d3f5fc0d846c3b302e99846610e52955ec826b by Michael Bien
 - ensure slice uses the buffers original byteorder.
- create new buffers only if size > capacity not if >= capacity
The file was modifiedsrc/java/com/jogamp/common/nio/CachedBufferFactory.java (diff)
The file was modifiedsrc/junit/com/jogamp/common/nio/CachedBufferFactoryTest.java (diff)
Commit 0fea7dfb1514ab1c3d5765057975be50d7282d0d by Michael Bien
 - Buffers.slice() should maintain byteorder when sliceing ByteBuffers
- simplified isDirect() and getArray()
The file was modifiedsrc/java/com/jogamp/common/nio/Buffers.java (diff)