< prev index next >

src/hotspot/share/gc/shenandoah/shenandoahCodeRoots.hpp

Print this page

        

*** 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. * --- 1,7 ---- /* ! * 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 * published by the Free Software Foundation. *
*** 120,130 **** public: ShenandoahCsetCodeRootsIterator() : ShenandoahCodeRootsIterator() {}; void possibly_parallel_blobs_do(CodeBlobClosure* f); }; ! class ShenandoahCodeRoots : public CHeapObj<mtGC> { friend class ShenandoahHeap; friend class ShenandoahCodeRootsIterator; public: static void initialize(); --- 120,130 ---- public: ShenandoahCsetCodeRootsIterator() : ShenandoahCodeRootsIterator() {}; void possibly_parallel_blobs_do(CodeBlobClosure* f); }; ! class ShenandoahCodeRoots : public AllStatic { friend class ShenandoahHeap; friend class ShenandoahCodeRootsIterator; public: static void initialize();
< prev index next >