RFR: 8180514: TestPrintMdo.java test fails with -XX:-TieredCompilation

Serguei Spitsyn sspitsyn at openjdk.java.net
Thu Oct 1 00:27:56 UTC 2020


On Wed, 30 Sep 2020 22:51:59 GMT, Leonid Mesnik <lmesnik at openjdk.org> wrote:

> Test fails with -XX:-TieredCompilation because j.l.Object hasn't been used enough time to trigger compilation. The
> default CompileThreshold value is good enough when tiered compilation is enabled (by default) but not for server-only
> mode. So it is needed to reduce CompileThreshold to ensure that methods are compiled in any mode.

Looks good.

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

Marked as reviewed by sspitsyn (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/447


More information about the serviceability-dev mailing list