< prev index next >

src/share/vm/gc_implementation/shenandoah/shenandoahHeapLock.hpp

Print this page
rev 10690 : [backport] Cleanup header files and forward declarations
rev 10772 : [backport] Update copyrights

*** 1,7 **** /* ! * Copyright (c) 2017, Red Hat, Inc. and/or its affiliates. * * 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) 2017, 2018, Red Hat, Inc. All rights reserved. * * 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. *
*** 22,32 **** */ #ifndef SHARE_VM_GC_SHENANDOAH_SHENANDOAHHEAPLOCK_HPP #define SHARE_VM_GC_SHENANDOAH_SHENANDOAHHEAPLOCK_HPP - #include "gc_implementation/shenandoah/shenandoahHeap.hpp" #include "memory/allocation.hpp" #include "runtime/thread.hpp" class ShenandoahHeapLock { private: --- 22,31 ----
< prev index next >