They freeze application threads, delaying request processing.
When a 'Stop-The-World' pause occurs, all application threads are halted, which means that any processing of HTTP requests is paused. This can lead to latency spikes in a web application, especially during high traffic periods like Black Friday sales, where prompt response times are critical.
Additional Notes
Why do ‘Stop-The-World’ pauses affect HTTP requests?