diff -r 57ad70bcf06c -r 15936b142f86 src/hotspot/share/memory/metaspaceShared.hpp --- a/src/hotspot/share/memory/metaspaceShared.hpp Wed Nov 13 11:27:50 2019 +0000 +++ b/src/hotspot/share/memory/metaspaceShared.hpp Wed Nov 13 08:23:23 2019 -0500 @@ -307,7 +307,7 @@ static void pack_dump_space(DumpRegion* current, DumpRegion* next, ReservedSpace* rs); - static void rewrite_nofast_bytecodes_and_calculate_fingerprints(InstanceKlass* ik); + static void rewrite_nofast_bytecodes_and_calculate_fingerprints(Thread* thread, InstanceKlass* ik); #endif // Allocate a block of memory from the "mc", "ro", or "rw" regions.