mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 03:54:33 +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
|
@ -158,7 +158,7 @@ class ObjectClosure : public Closure {
|
|||
};
|
||||
|
||||
|
||||
class BoolObjectClosure : public ObjectClosure {
|
||||
class BoolObjectClosure : public Closure {
|
||||
public:
|
||||
virtual bool do_object_b(oop obj) = 0;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue