mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8014277: Remove ObjectClosure as base class for BoolObjectClosure
Reviewed-by: brutisso, tschatzl
This commit is contained in:
parent
b8276670c2
commit
0f9e2457c5
16 changed files with 1 additions and 29 deletions
|
@ -252,7 +252,6 @@ uint ReferenceProcessor::count_jni_refs() {
|
|||
class AlwaysAliveClosure: public BoolObjectClosure {
|
||||
public:
|
||||
virtual bool do_object_b(oop obj) { return true; }
|
||||
virtual void do_object(oop obj) { assert(false, "Don't call"); }
|
||||
};
|
||||
|
||||
class CountHandleClosure: public OopClosure {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue