mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +02:00
Merge
This commit is contained in:
commit
b8633a3b01
46 changed files with 1401 additions and 256 deletions
|
@ -645,7 +645,7 @@ public:
|
|||
class ClearSpaceClosure : public SpaceClosure {
|
||||
public:
|
||||
void do_space(Space* s) {
|
||||
s->clear();
|
||||
s->clear(SpaceDecorator::Mangle);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue