On Thu, 18 Jul 2024 20:22:47 GMT, Chris Plummer <cjplum...@openjdk.org> wrote:

> Does not running with `-Xcomp` mean not running it with graal?

`-Xcomp` is not related to graal at all. It triggers all JIT compilers 
compilation for each called Java method. And Java thread waits until 
compilation is finished. It is very slow application execution. But it stress 
JIT compilers since they do a lot more compilations.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/20237#issuecomment-2237534976

Reply via email to