spark git commit: [SPARK-8309] [CORE] Support for more than 12M items in OpenHashMap

2015-06-17 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-1.3 5f1a8e74b -> cf232f0ee [SPARK-8309] [CORE] Support for more than 12M items in OpenHashMap The problem occurs because the position mask `0xEFF` is incorrect. It has zero 25th bit, so when capacity grows beyond 2^24, `OpenHashMap` ca

spark git commit: [SPARK-8309] [CORE] Support for more than 12M items in OpenHashMap

2015-06-17 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-1.4 877deb046 -> a5f602efc [SPARK-8309] [CORE] Support for more than 12M items in OpenHashMap The problem occurs because the position mask `0xEFF` is incorrect. It has zero 25th bit, so when capacity grows beyond 2^24, `OpenHashMap` ca

spark git commit: [SPARK-8309] [CORE] Support for more than 12M items in OpenHashMap

2015-06-17 Thread srowen
Repository: spark Updated Branches: refs/heads/master e3de14d3b -> c13da20a5 [SPARK-8309] [CORE] Support for more than 12M items in OpenHashMap The problem occurs because the position mask `0xEFF` is incorrect. It has zero 25th bit, so when capacity grows beyond 2^24, `OpenHashMap` calcul