< prev index next >

src/share/vm/gc_implementation/shenandoah/shenandoahPacer.inline.hpp

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

*** 1,7 **** /* ! * Copyright (c) 2018, 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) 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. *
*** 23,32 **** --- 23,33 ---- #ifndef SHARE_VM_GC_SHENANDOAH_SHENANDOAHPACER_INLINE_HPP #define SHARE_VM_GC_SHENANDOAH_SHENANDOAHPACER_INLINE_HPP #include "gc_implementation/shenandoah/shenandoahPacer.hpp" + #include "runtime/atomic.hpp" inline void ShenandoahPacer::report_mark(size_t words) { report_internal(words); report_progress_internal(words); }
< prev index next >