-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
P2
-
Affects Version/s: 12
-
Component/s: hotspot
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
-
There are no Sub-Tasks for this issue.