RFR: 8326742: Change compiler tests without additional VM flags from @run driver to @run main [v2]

Evgeny Nikitin enikitin at openjdk.org
Wed Apr 24 09:33:54 UTC 2024


On Mon, 22 Apr 2024 09:23:26 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:

>> Evgeny Nikitin has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   ccp/TestShiftConvertAndNotification.java: change run mode from main/othervm to main
>
> test/hotspot/jtreg/compiler/ccp/TestShiftConvertAndNotification.java line 41:
> 
>> 39:  * @summary Test CCP notification for value update of AndL through LShiftI and
>> 40:  *          ConvI2L (no flags).
>> 41:  * @run main/othervm compiler.ccp.TestShiftConvertAndNotification
> 
> Can we just use `main` instead of `main/othervm`?

Let's try (adjusted).

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

PR Review Comment: https://git.openjdk.org/jdk/pull/18854#discussion_r1577588492


More information about the hotspot-compiler-dev mailing list