-
Bug
-
Resolution: Duplicate
-
P2
-
12
Allocation inside the critical section stops some uses-cases of this hash-table.
The down side with moving allocation to caller is that a insert might have bigger chance to fail and thus more often allocate/free might be called.
The down side with moving allocation to caller is that a insert might have bigger chance to fail and thus more often allocate/free might be called.
- duplicates
-
JDK-8215155 Remove get_insert() from concurrent hashtable and gtests
-
- Resolved
-
- relates to
-
JDK-8208142 Fix perf regression for simple startup benchmarks in new SymbolTable
-
- Closed
-
1.
|
StringTable: Use get and insert |
|
Resolved | Robbin Ehn | |
2.
|
SymbolTable: Use get and insert |
|
Resolved | Gerard Ziemski |