RFR: JDK-8301959: Compile command in compiler.loopopts.TestRemoveEmptyCountedLoop does not work
Vladimir Kozlov
kvn at openjdk.org
Wed Feb 15 19:12:52 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
Good.
Do we have a RFE to fix this inconsistency?
-------------
Marked as reviewed by kvn (Reviewer).
PR: https://git.openjdk.org/jdk/pull/12575
More information about the hotspot-compiler-dev
mailing list