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

Tobias Hartmann thartmann at openjdk.org
Wed Jun 21 12:53:04 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.

Looks good and trivial. Thanks for fixing.

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

Marked as reviewed by thartmann (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/14583#pullrequestreview-1490662542


More information about the hotspot-compiler-dev mailing list