8213948: Solaris-X64 build fails with compact hashtable
Reviewed-by: dcubed, shade
This commit is contained in:
parent
e310d296e2
commit
26cf1a832b
@ -330,7 +330,7 @@ public:
|
||||
// offset from the CDS base address.
|
||||
|
||||
template <typename V>
|
||||
V read_value_from_compact_hashtable(address base_address, u4 offset) {
|
||||
inline V read_value_from_compact_hashtable(address base_address, u4 offset) {
|
||||
return (V)(base_address + offset);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user