Skip to content

Commit a0eb190

Browse files
MaxXSoftjsikstro
authored andcommitted
8358104: Fix ZGC compilation error on GCC 10.2
Reviewed-by: kbarrett, jsikstro
1 parent 566e3b2 commit a0eb190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotspot/share/gc/z/zMappedCache.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ size_t ZMappedCache::remove_discontiguous_with_strategy(size_t size, ZArray<ZVir
556556

557557
ZMappedCache::ZMappedCache()
558558
: _tree(),
559-
_size_class_lists{},
559+
_size_class_lists(),
560560
_size(0),
561561
_min(_size) {}
562562

0 commit comments

Comments
 (0)