[jdk17u-dev] RFR: 8287801: Fix test-bugs related to stress flags [v3]

SendaoYan syan at openjdk.org
Fri Feb 21 07:13:08 UTC 2025


> 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:
> 
> - [ ] Run all the touch tests on linux-aarch64
> - [ ] Run all the touch tests on linux-x64
> 
> [list.txt](https://github.com/user-attachments/files/18902361/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

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

Changes:
  - all: https://git.openjdk.org/jdk17u-dev/pull/3290/files
  - new: https://git.openjdk.org/jdk17u-dev/pull/3290/files/717e386b..4b9d7982

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk17u-dev&pr=3290&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk17u-dev&pr=3290&range=01-02

  Stats: 844 lines in 2 files changed: 0 ins; 844 del; 0 mod
  Patch: https://git.openjdk.org/jdk17u-dev/pull/3290.diff
  Fetch: git fetch https://git.openjdk.org/jdk17u-dev.git pull/3290/head:pull/3290

PR: https://git.openjdk.org/jdk17u-dev/pull/3290


More information about the jdk-updates-dev mailing list