[jdk17u-dev] RFR: 8287801: Fix test-bugs related to stress flags [v3]
SendaoYan
syan at openjdk.org
Fri Mar 21 12:20:13 UTC 2025
On Fri, 21 Feb 2025 07:13:08 GMT, SendaoYan <syan at openjdk.org> wrote:
>> Hi all,
>>
>> This pull request contains a backport of commit [302a6c06](https://github.com/openjdk/jdk/commit/302a6c068dcbb176381b1535baf25547079c9b06) from the [openjdk/jdk](https://git.openjdk.org/jdk) repository.
>>
>> There are three files can not backport cleanly:
>>
>> 1. Backport JDK-8271707 touch the file test/hotspot/jtreg/compiler/rangechecks/TestRangeCheckSmearing.java cause this file can not backport cleanly.
>>
>> 2. Below files not exists in jdk17u-dev cause [JDK-8287801](https://bugs.openjdk.org/browse/JDK-8287801) can not backported cleanly.
>>
>>
>> test/hotspot/jtreg/compiler/uncommontrap/Decompile.java
>> test/hotspot/jtreg/compiler/rangechecks/TestLongRangeCheck.java
>>
>>
>> Backport to fix test bugs which cause tests fails with stress flags, make test more robustness, change has been verified locally, test-fix only, no risk.
>>
>> Additional testing:
>>
>> - [x] Run all the touch tests except test/hotspot/jtreg/compiler/c2/cr7200264/TestDriver.java on linux-aarch64
>> - [x] Run all the touch tests except test/hotspot/jtreg/compiler/c2/cr7200264/TestDriver.java on linux-x64
>>
>> [list.txt](https://github.com/user-attachments/files/18902538/list.txt)
>
> SendaoYan has updated the pull request incrementally with one additional commit since the last revision:
>
> rm test/hotspot/jtreg/compiler/uncommontrap/Decompile.java test/hotspot/jtreg/compiler/rangechecks/TestLongRangeCheck.java
Hi, can anyone take look this PR.
-------------
PR Comment: https://git.openjdk.org/jdk17u-dev/pull/3290#issuecomment-2743203565
More information about the jdk-updates-dev
mailing list