mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-30 21:18:25 +00:00
8282224: Correct TIG::bang_stack_shadow_pages comments
Reviewed-by: coleenp
This commit is contained in:
parent
e544e354a4
commit
8e70f4c3dc
@ -755,8 +755,8 @@ void TemplateInterpreterGenerator::bang_stack_shadow_pages(bool native_call) {
|
||||
__ bang_stack_with_offset(p*page_size);
|
||||
}
|
||||
|
||||
// Record a new watermark, unless the update is above the safe limit.
|
||||
// Otherwise, the next time around a check above would pass the safe limit.
|
||||
// Record the new watermark, but only if update is above the safe limit.
|
||||
// Otherwise, the next time around the check above would pass the safe limit.
|
||||
__ cmpptr(rsp, Address(thread, JavaThread::shadow_zone_safe_limit()));
|
||||
__ jccb(Assembler::belowEqual, L_done);
|
||||
__ movptr(Address(thread, JavaThread::shadow_zone_growth_watermark()), rsp);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user