diff -r db65921e9a9b -r bd6b78feb6a3 src/hotspot/share/memory/metaspaceShared.cpp --- a/src/hotspot/share/memory/metaspaceShared.cpp Thu Jun 07 06:27:09 2018 -0400 +++ b/src/hotspot/share/memory/metaspaceShared.cpp Thu Jun 07 14:11:56 2018 +0200 @@ -1841,7 +1841,7 @@ G1CollectedHeap::heap()->begin_archive_alloc_range(); // Archive interned string objects - StringTable::write_to_archive(closed_archive); + StringTable::write_to_archive(); G1CollectedHeap::heap()->end_archive_alloc_range(closed_archive, os::vm_allocation_granularity());