8213948: Solaris-X64 build fails with compact hashtable

Reviewed-by: dcubed, shade
This commit is contained in:
Ioi Lam 2018-11-16 17:46:15 -08:00
parent e310d296e2
commit 26cf1a832b

View File

@ -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);
}