RFR: JDK-8301959: Compile command in compiler.loopopts.TestRemoveEmptyCountedLoop does not work

Tobias Hartmann thartmann at openjdk.org
Thu Feb 16 13:16:28 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

Looks good and trivial.

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

Marked as reviewed by thartmann (Reviewer).

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


More information about the hotspot-compiler-dev mailing list