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

Tobias Holenstein tholenstein at openjdk.org
Thu Feb 16 13:54:37 UTC 2023


On Wed, 15 Feb 2023 19:09:13 GMT, Vladimir Kozlov <kvn 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?

Thanks @vnkozlov and @TobiHartmann !

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

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


More information about the hotspot-compiler-dev mailing list