< prev index next >

src/share/vm/gc/shared/specialized_oop_closures.hpp

Print this page
rev 8362 : 8079792: GC directory structure cleanup
Reviewed-by:

*** 1,7 **** /* ! * Copyright (c) 2001, 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) 2001, 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,35 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_MEMORY_SPECIALIZED_OOP_CLOSURES_HPP ! #define SHARE_VM_MEMORY_SPECIALIZED_OOP_CLOSURES_HPP #include "utilities/macros.hpp" #if INCLUDE_ALL_GCS ! #include "gc_implementation/g1/g1_specialized_oop_closures.hpp" #endif // INCLUDE_ALL_GCS // The following OopClosure types get specialized versions of // "oop_oop_iterate" that invoke the closures' do_oop methods // non-virtually, using a mechanism defined in this file. Extend these --- 20,35 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_SHARED_SPECIALIZED_OOP_CLOSURES_HPP ! #define SHARE_VM_GC_SHARED_SPECIALIZED_OOP_CLOSURES_HPP #include "utilities/macros.hpp" #if INCLUDE_ALL_GCS ! #include "gc/g1/g1_specialized_oop_closures.hpp" #endif // INCLUDE_ALL_GCS // The following OopClosure types get specialized versions of // "oop_oop_iterate" that invoke the closures' do_oop methods // non-virtually, using a mechanism defined in this file. Extend these
*** 168,173 **** #define ALL_SINCE_SAVE_MARKS_CLOSURES(f) \ f(OopsInGenClosure,_v) \ SPECIALIZED_SINCE_SAVE_MARKS_CLOSURES(f) ! #endif // SHARE_VM_MEMORY_SPECIALIZED_OOP_CLOSURES_HPP --- 168,173 ---- #define ALL_SINCE_SAVE_MARKS_CLOSURES(f) \ f(OopsInGenClosure,_v) \ SPECIALIZED_SINCE_SAVE_MARKS_CLOSURES(f) ! #endif // SHARE_VM_GC_SHARED_SPECIALIZED_OOP_CLOSURES_HPP
< prev index next >