--- old/src/hotspot/share/oops/instanceMirrorKlass.hpp 2020-01-21 14:54:36.085258359 -0800 +++ new/src/hotspot/share/oops/instanceMirrorKlass.hpp 2020-01-21 14:54:35.781252397 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -99,6 +99,8 @@ void oop_pc_update_pointers(oop obj, ParCompactionManager* cm); #endif + static void serialize_offsets(class SerializeClosure* f) NOT_CDS_RETURN; + // Oop fields (and metadata) iterators // // The InstanceMirrorKlass iterators also visit the hidden Klass pointer.