--- old/src/share/vm/memory/sharedHeap.cpp 2015-02-18 13:26:49.455333634 +0100 +++ new/src/share/vm/memory/sharedHeap.cpp 2015-02-18 13:26:49.394331835 +0100 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2000, 2015, 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 @@ -190,7 +190,7 @@ CLDClosure* strong_cld_closure, CLDClosure* weak_cld_closure, CodeBlobClosure* code_roots, - GCPhaseTimeTracker* phase_durations) { + PhaseTimeData* phase_durations) { StrongRootsScope srs(this, activate_scope); // General roots. @@ -311,7 +311,7 @@ OopClosure* roots, CLDClosure* cld_closure, CodeBlobClosure* code_closure, - GCPhaseTimeTracker* phase_durations) { + PhaseTimeData* phase_durations) { process_roots(activate_scope, so, roots, roots, cld_closure, cld_closure, @@ -324,7 +324,7 @@ OopClosure* roots, CLDClosure* cld_closure, CodeBlobClosure* code_closure, - GCPhaseTimeTracker* phase_durations) { + PhaseTimeData* phase_durations) { process_roots(activate_scope, so, roots, NULL, cld_closure, NULL,