< prev index next > src/hotspot/share/gc/shenandoah/shenandoahRootVerifier.hpp
Print this page
/*
* Copyright (c) 2019, 2021, Red Hat, Inc. All rights reserved.
+ * Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* 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.
};
class ShenandoahRootVerifier : public AllStatic {
public:
// Used to seed ShenandoahVerifier, do not honor root type filter
- static void roots_do(OopClosure* cl);
- static void strong_roots_do(OopClosure* cl);
+ static void roots_do(OopIterateClosure* cl);
+ static void strong_roots_do(OopIterateClosure* cl);
};
#endif // SHARE_GC_SHENANDOAH_SHENANDOAHROOTVERIFIER_HPP
< prev index next >