8292680: Convert Dictionary to ConcurrentHashTable

Reviewed-by: rehn, hseigel
This commit is contained in:
Coleen Phillimore 2022-08-25 19:02:52 +00:00
parent 2fe0ce0148
commit 4f50316a1a
30 changed files with 436 additions and 356 deletions

View file

@ -1133,7 +1133,6 @@ inline intx byte_size(void* from, void* to) {
return (address)to - (address)from;
}
// Pack and extract shorts to/from ints:
inline int extract_low_short_from_int(jint x) {