--- old/src/share/vm/gc_implementation/g1/g1GCPhaseTimes.cpp 2015-02-18 13:26:48.713311743 +0100 +++ new/src/share/vm/gc_implementation/g1/g1GCPhaseTimes.cpp 2015-02-18 13:26:48.651309914 +0100 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, 2014 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2013, 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 @@ -29,7 +29,6 @@ #include "gc_implementation/g1/g1Log.hpp" #include "gc_implementation/g1/g1StringDedup.hpp" #include "runtime/atomic.inline.hpp" -#include "g1CollectedHeap.hpp" // Helper class for avoiding interleaved logging class LineBuffer: public StackObj { @@ -146,7 +145,6 @@ for (uint i = 0; i < _length; i++) { _data[i] = (T)_uninitialized; } - _has_new_data = true; } template