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

Changes

Summary

  1. Fix Long*HashMap impl. of IntIntHashMap: Better 64bit hash value, using (details)
Commit 1a4514accc8f61ab7ff5fe8c82d22a5ef356c865 by Sven Gothel
Fix Long*HashMap impl. of IntIntHashMap: Better 64bit hash value, using new HashUtil.

Introduce markup: /*keyHash*/(.*)/*keyHash*/ allowing Long*HashMap to inject hash function for 64bit value.
The file was addedsrc/java/com/jogamp/common/util/HashUtil.java (diff)
The file was modifiedsrc/java/com/jogamp/common/util/IntIntHashMap.java (diff)
The file was modifiedmake/scripts/runtest.sh (diff)
The file was modifiedmake/build.xml (diff)