Integrated: 8284369: TestFailedAllocationBadGraph fails with -XX:TieredStopAtLevel < 4

Tobias Hartmann thartmann at openjdk.java.net
Wed Apr 6 06:53:42 UTC 2022


On Wed, 6 Apr 2022 05:27:50 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:

> Trivial fix that adds a missing `@requires` to guard against the case when C2 is not available (for example, when `TieredStopAtLevel < 4`).
> 
> Thanks,
> Tobias

This pull request has now been integrated.

Changeset: 955d61df
Author:    Tobias Hartmann <thartmann at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/955d61df30099c01c6968fa5851643583f71250e
Stats:     2 lines in 1 file changed: 1 ins; 0 del; 1 mod

8284369: TestFailedAllocationBadGraph fails with -XX:TieredStopAtLevel < 4

Reviewed-by: chagedorn

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

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


More information about the hotspot-compiler-dev mailing list