Integrated: 8180514: TestPrintMdo.java test fails with -XX:-TieredCompilation
Leonid Mesnik
lmesnik at openjdk.java.net
Thu Oct 1 15:03:05 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.
This pull request has now been integrated.
Changeset: 84402796
Author: Leonid Mesnik <lmesnik at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/84402796
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
8180514: TestPrintMdo.java test fails with -XX:-TieredCompilation
Reviewed-by: cjplummer, sspitsyn
-------------
PR: https://git.openjdk.java.net/jdk/pull/447
More information about the serviceability-dev
mailing list