Integrated: JDK-8301959: Compile command in compiler.loopopts.TestRemoveEmptyCountedLoop does not work
Tobias Holenstein
tholenstein at openjdk.org
Thu Feb 16 13:54:40 UTC 2023
On Wed, 15 Feb 2023 16:08:24 GMT, Tobias Holenstein <tholenstein at openjdk.org> wrote:
> `TestRemoveEmptyCountedLoop.java` used an asterisk operator in CompileOnly which is not supported:
> `-XX:CompileOnly=compiler.loopopts.TestRemoveEmptyCountedLoop::test*`
>
> # Solution
> Changed the test to use `-XX:CompileCommand=compileonly` which supports the asterisk operator
This pull request has now been integrated.
Changeset: 9b911b49
Author: Tobias Holenstein <tholenstein at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/9b911b492f56fbf94682535a1d20dde07c62940f
Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
8301959: Compile command in compiler.loopopts.TestRemoveEmptyCountedLoop does not work
Reviewed-by: kvn, thartmann
-------------
PR: https://git.openjdk.org/jdk/pull/12575
More information about the hotspot-compiler-dev
mailing list