--- old/src/share/vm/gc/g1/g1ParScanThreadState.hpp 2017-06-23 11:37:44.052149710 +0200 +++ new/src/share/vm/gc/g1/g1ParScanThreadState.hpp 2017-06-23 11:37:43.922145695 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2014, 2017, 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 @@ -54,7 +54,7 @@ InCSetState _dest[InCSetState::Num]; // Local tenuring threshold. uint _tenuring_threshold; - G1ParScanClosure _scanner; + G1ScanEvacuatedObjClosure _scanner; int _hash_seed; uint _worker_id;