mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 09:04:41 +02:00
8034761: Remove the do_code_roots parameter from process_strong_roots
Reviewed-by: tschatzl, mgerdin, jmasa
This commit is contained in:
parent
05e4dd3c74
commit
2a866afcdb
14 changed files with 36 additions and 90 deletions
|
@ -1383,13 +1383,6 @@ class ASConcurrentMarkSweepGeneration : public ConcurrentMarkSweepGeneration {
|
|||
// Closures of various sorts used by CMS to accomplish its work
|
||||
//
|
||||
|
||||
// This closure is used to check that a certain set of oops is empty.
|
||||
class FalseClosure: public OopClosure {
|
||||
public:
|
||||
void do_oop(oop* p) { guarantee(false, "Should be an empty set"); }
|
||||
void do_oop(narrowOop* p) { guarantee(false, "Should be an empty set"); }
|
||||
};
|
||||
|
||||
// This closure is used to do concurrent marking from the roots
|
||||
// following the first checkpoint.
|
||||
class MarkFromRootsClosure: public BitMapClosure {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue