--- old/src/hotspot/share/oops/objArrayOop.hpp 2020-08-25 16:35:39.492848499 -0400 +++ new/src/hotspot/share/oops/objArrayOop.hpp 2020-08-25 16:35:38.980832155 -0400 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 2020, 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 @@ -38,7 +38,6 @@ friend class Runtime1; friend class psPromotionManager; friend class CSetMarkWordClosure; - friend class G1ParScanPartialArrayClosure; template T* obj_at_addr(int index) const; template T* obj_at_addr_raw(int index) const;