< prev index next >

src/share/vm/gc/shared/gcTimer.cpp

Print this page
rev 8362 : [mq]: hotspot

*** 1,7 **** /* ! * Copyright (c) 2012, 2013, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 2012, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 21,31 **** * questions. * */ #include "precompiled.hpp" ! #include "gc_implementation/shared/gcTimer.hpp" #include "utilities/growableArray.hpp" #include "utilities/ticks.inline.hpp" // the "time" parameter for most functions // has a default value set by Ticks::now() --- 21,31 ---- * questions. * */ #include "precompiled.hpp" ! #include "gc/shared/gcTimer.hpp" #include "utilities/growableArray.hpp" #include "utilities/ticks.inline.hpp" // the "time" parameter for most functions // has a default value set by Ticks::now()
< prev index next >