< prev index next >

src/share/vm/gc/parallel/psScavenge.hpp

Print this page
rev 8362 : [mq]: hotspot

*** 1,7 **** /* ! * Copyright (c) 2002, 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) 2002, 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.
*** 20,36 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_IMPLEMENTATION_PARALLELSCAVENGE_PSSCAVENGE_HPP ! #define SHARE_VM_GC_IMPLEMENTATION_PARALLELSCAVENGE_PSSCAVENGE_HPP ! #include "gc_implementation/parallelScavenge/cardTableExtension.hpp" ! #include "gc_implementation/parallelScavenge/psVirtualspace.hpp" ! #include "gc_implementation/shared/collectorCounters.hpp" ! #include "gc_implementation/shared/gcTrace.hpp" #include "memory/allocation.hpp" #include "oops/oop.hpp" #include "utilities/stack.hpp" class GCTaskManager; --- 20,36 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_PARALLEL_PSSCAVENGE_HPP ! #define SHARE_VM_GC_PARALLEL_PSSCAVENGE_HPP ! #include "gc/parallel/cardTableExtension.hpp" ! #include "gc/parallel/psVirtualspace.hpp" ! #include "gc/shared/collectorCounters.hpp" ! #include "gc/shared/gcTrace.hpp" #include "memory/allocation.hpp" #include "oops/oop.hpp" #include "utilities/stack.hpp" class GCTaskManager;
*** 161,166 **** inline static bool is_obj_in_young(HeapWord* o) { return o >= _young_generation_boundary; } }; ! #endif // SHARE_VM_GC_IMPLEMENTATION_PARALLELSCAVENGE_PSSCAVENGE_HPP --- 161,166 ---- inline static bool is_obj_in_young(HeapWord* o) { return o >= _young_generation_boundary; } }; ! #endif // SHARE_VM_GC_PARALLEL_PSSCAVENGE_HPP
< prev index next >