Lines Matching refs:STW
6 For now, all targets suppose interaction with the user, so we have some limitations for the STW pau…
28 …- low-pause/pauseless GC(for games) or GC with high throughput and acceptable STW pause (for not g…
370 ### STW GC
386 - acceptable STW pause
406 Minor GC(STW):
411 Note: we'll use adaptive thresholds for triggering Minor GC for minimizing STW pause
416 1. Initial Mark - root scan(STW #1)
418 1. Remark missed during concurrent marking objects (STW #2)
431 - acceptable stable STW pause
454 Minor GC(only for young regions - STW):
463 1. Root scan (STW #1)
465 1. Re-mark - finishes marking and update liveness statistics (STW #2)
473 - stable low STW pause/pauseless
481 1. Initial Mark - root scan(STW #1)
529 …| method that prepares data about objects on stack for the #X safepoint and waits until STW ends |…