--- old/src/hotspot/share/gc/shared/genCollectedHeap.cpp 2020-01-30 17:11:02.314455191 +0100 +++ new/src/hotspot/share/gc/shared/genCollectedHeap.cpp 2020-01-30 17:11:01.170438812 +0100 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2000, 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 @@ -678,7 +678,7 @@ } #ifdef TRACESPINNING - ParallelTaskTerminator::print_termination_counts(); + OWSTTaskTerminator::print_termination_counts(); #endif }