100% cpu on arm32 in Service Thread
Aleksei Voitylov
aleksei.voitylov at bell-sw.com
Mon Sep 30 08:09:04 UTC 2019
Craig,
Ouch. Here is a bug to track this issue:
https://bugs.openjdk.java.net/browse/JDK-8231612
-Aleksei
On 27/09/2019 19:01, Craig.Condit wrote:
> 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