--- old/src/hotspot/share/gc/g1/g1CollectedHeap.inline.hpp 2020-05-14 07:47:45.893906462 -0400 +++ new/src/hotspot/share/gc/g1/g1CollectedHeap.inline.hpp 2020-05-14 07:47:45.501893448 -0400 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2001, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2001, 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 @@ -139,7 +139,7 @@ card_table()->g1_mark_as_young(mr); } -inline RefToScanQueue* G1CollectedHeap::task_queue(uint i) const { +inline ScannerTasksQueue* G1CollectedHeap::task_queue(uint i) const { return _task_queues->queue(i); }