Stop-the-World Pause

Turkish equivalent: Dünyayı durdurma beklemesiDomain: Java and JVM

An interval during which application threads are suspended so the runtime can perform an operation requiring globally consistent state.

  • Garbage Collection
  • Safepoint
  • Tail Latency
  • Pause Time