Integrated: 8295210: IR framework should not whitelist -XX:-UseTLAB

Eric Nothum duke at openjdk.org
Fri Jun 23 07:28:13 UTC 2023


On Wed, 21 Jun 2023 11:29:51 GMT, Eric Nothum <duke at openjdk.org> wrote:

> Removed TLAB from the IR Framework whitelist. If TLAB allocations are disabled by `-XX:-UseTLAB` the IR verification can fail, therefore `"TLAB"` should not be withelisted. See [JDK-8295210](https://bugs.openjdk.org/browse/JDK-8295210) for an example of such a failure.

This pull request has now been integrated.

Changeset: 31dcda5d
Author:    Eric Nothum <eric.nothum at oracle.com>
Committer: Tobias Hartmann <thartmann at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/31dcda5d67c90ecd571b0a943bcedc0bfe3f1fba
Stats:     1 line in 1 file changed: 0 ins; 1 del; 0 mod

8295210: IR framework should not whitelist -XX:-UseTLAB

Reviewed-by: thartmann, chagedorn

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

PR: https://git.openjdk.org/jdk/pull/14583


More information about the hotspot-compiler-dev mailing list