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

Eric Nothum duke at openjdk.org
Thu Jun 22 06:58:03 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.

\integrate

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

PR Comment: https://git.openjdk.org/jdk/pull/14583#issuecomment-1602104627


More information about the hotspot-compiler-dev mailing list