RFR: 8367899: compiler/c2/gvn/TestBitCompressValueTransform.java intermittent timed out [v2]

SendaoYan syan at openjdk.org
Mon Oct 6 09:41:57 UTC 2025


On Mon, 6 Oct 2025 07:13:18 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:

>> SendaoYan has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Remove the loop which do not use the loop variable i or do not use random number
>
> test/hotspot/jtreg/compiler/c2/gvn/TestBitCompressValueTransform.java line 78:
> 
>> 76: 
>> 77:     @Run(test = "test1")
>> 78:     public void run1(RunInfo info) {
> 
> While at it, you can also remove all the unused `RunInfo` parameters. But up to you if you want to squeeze that in here as well - it's only a clean-up that is not that important.

Sorry for missed this comment......

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

PR Review Comment: https://git.openjdk.org/jdk/pull/27548#discussion_r2405508641


More information about the hotspot-compiler-dev mailing list