Stop-the-World Pause
An interval during which application threads are suspended so the runtime can perform an operation requiring globally consistent state.
Related Concepts
- Garbage Collection
- Safepoint
- Tail Latency
- Pause Time
An interval during which application threads are suspended so the runtime can perform an operation requiring globally consistent state.