OpenJDK / amber / amber
changeset 56709:218f5a414379
8225514: Shenandoah: ShenandoahCodeRoots should inherit from AllStatic
Reviewed-by: shade
author | zgu |
---|---|
date | Mon, 10 Jun 2019 13:42:11 -0400 |
parents | 4cf21c5c956a |
children | b76aee290002 |
files | src/hotspot/share/gc/shenandoah/shenandoahCodeRoots.hpp |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/hotspot/share/gc/shenandoah/shenandoahCodeRoots.hpp Mon Jun 10 09:41:09 2019 -0700 +++ b/src/hotspot/share/gc/shenandoah/shenandoahCodeRoots.hpp Mon Jun 10 13:42:11 2019 -0400 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018, Red Hat, Inc. All rights reserved. + * Copyright (c) 2017, 2019, 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 @@ -122,7 +122,7 @@ void possibly_parallel_blobs_do(CodeBlobClosure* f); }; -class ShenandoahCodeRoots : public CHeapObj<mtGC> { +class ShenandoahCodeRoots : public AllStatic { friend class ShenandoahHeap; friend class ShenandoahCodeRootsIterator;