Integrated: 8058176: [mlvm] tests should not allow code cache exhaustion

Evgeny Nikitin enikitin at openjdk.java.net
Wed Apr 14 17:36:40 UTC 2021


On Thu, 11 Feb 2021 13:27:52 GMT, Evgeny Nikitin <enikitin at openjdk.org> wrote:

> Another approach to the JDK-8058176 and #2440 - never allowing the tests hit CodeCache limits. The most significant consumer is the MH graph builder (the MHTransformationGen), whose consumption is now controlled. List of changes:
> 
> * Code cache size getters are added to WhiteBox;
> * MH sequences are now built with remaining Code cache size in mind (always let 2M clearance);
> * Dependencies on WhiteBox added for all affected tests;
> * The test cases in question un-problemlisted.
> 
> Testing: the whole vmTestbase/vm/mlvm/ in win-lin-mac x86.

This pull request has now been integrated.

Changeset: 4c83d24f
Author:    Evgeny Nikitin <enikitin at openjdk.org>
Committer: Igor Ignatyev <iignatyev at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/4c83d24f
Stats:     57 lines in 2 files changed: 49 ins; 6 del; 2 mod

8058176: [mlvm] tests should not allow code cache exhaustion

Reviewed-by: iignatyev

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

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


More information about the hotspot-dev mailing list