mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
8292680: Convert Dictionary to ConcurrentHashTable
Reviewed-by: rehn, hseigel
This commit is contained in:
parent
2fe0ce0148
commit
4f50316a1a
30 changed files with 436 additions and 356 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue