mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-28 14:22:24 +00:00
Merge
This commit is contained in:
commit
adc8d722f0
@ -3540,7 +3540,8 @@ void MacroAssembler::eden_allocate(
|
||||
|
||||
if (CMSIncrementalMode || !Universe::heap()->supports_inline_contig_alloc()) {
|
||||
// No allocation in the shared eden.
|
||||
ba_short(slow_case);
|
||||
ba(slow_case);
|
||||
delayed()->nop();
|
||||
} else {
|
||||
// get eden boundaries
|
||||
// note: we need both top & top_addr!
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user