< prev index next >

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

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

*** 1,7 **** /* ! * Copyright (c) 2014, 2015, 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) 2014, 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. *
*** 26,37 **** #include "gc_implementation/shared/gcTimer.hpp" #include "gc_implementation/shenandoah/shenandoahHeap.hpp" #include "gc_implementation/shenandoah/shenandoahHeapRegionSet.hpp" - class HeapWord; - /** * This implements Full GC (e.g. when invoking System.gc()) using a mark-compact algorithm. * * Current implementation is parallel sliding Lisp-2-style algorithm, based on * "Parallel Garbage Collection for Shared Memory Multiprocessors", by Christine Flood et al. --- 26,35 ----
< prev index next >