mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-23 11:58:03 +00:00
8358104: Fix ZGC compilation error on GCC 10.2
Reviewed-by: kbarrett, jsikstro
This commit is contained in:
parent
566e3b21ed
commit
a0eb1900c9
@ -556,7 +556,7 @@ size_t ZMappedCache::remove_discontiguous_with_strategy(size_t size, ZArray<ZVir
|
||||
|
||||
ZMappedCache::ZMappedCache()
|
||||
: _tree(),
|
||||
_size_class_lists{},
|
||||
_size_class_lists(),
|
||||
_size(0),
|
||||
_min(_size) {}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user