mirror of
https://github.com/openjdk/jdk.git
synced 2026-06-06 10:42:45 +00:00
8378677: Inline clear into ContiguousSpace::initialize
Reviewed-by: kbarrett
This commit is contained in:
parent
2069edca68
commit
ae4df28b38
@ -51,7 +51,7 @@ void ContiguousSpace::initialize(MemRegion mr,
|
||||
set_bottom(bottom);
|
||||
set_end(end);
|
||||
if (clear_space) {
|
||||
clear(SpaceDecorator::DontMangle);
|
||||
set_top(bottom);
|
||||
}
|
||||
if (ZapUnusedHeapArea) {
|
||||
mangle_unused_area();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user