Integrated: 8327380: Add tests for Shenandoah barrier expansion optimization

Kangcheng Xu kxu at openjdk.org
Wed Jun 26 13:22:16 UTC 2024


On Wed, 17 Apr 2024 13:27:11 GMT, Kangcheng Xu <kxu at openjdk.org> wrote:

> The Ideal graph for Shenandoah barrier expansion is optimized so that unnecessary checks are eliminated; however, currently there is no test cases to determine these optimizations are in effect.
> 
> Adding unit tests with the IR test framework will support related code changes in the future.

This pull request has now been integrated.

Changeset: b2ac7259
Author:    Kangcheng Xu <kxu at openjdk.org>
Committer: Roland Westrelin <roland at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/b2ac7259c96f154ba0ca54fd47b37caaa8c8647b
Stats:     89 lines in 1 file changed: 89 ins; 0 del; 0 mod

8327380: Add tests for Shenandoah barrier expansion optimization

Reviewed-by: roland, shade

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

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


More information about the hotspot-compiler-dev mailing list