100% cpu on arm32 in Service Thread

Craig.Condit Craig.Condit at target.com
Fri Sep 27 16:01:59 UTC 2019


It appears there is some sort of regression in serviceThread.cpp which consumes all available CPU on jdk13 arm32 builds (tested on multiple vendor builds including AdoptOpenJDK and BellSoft). This is easily reproducible  -- I used multiple Raspberry Pis (2 and 3).

All java processes consume 100% of a core in "Service Thread". To reproduce, launch any long-running java process (such as jshell), and in another terminal, run "top -H" to view CPU usage by thread.

This does not occur on jdk 11 or jdk 12.


More information about the hotspot-dev mailing list