[jdk11u-dev] RFR: 8281149: (fs) java/nio/file/FileStore/Basic.java fails with java.lang.RuntimeException: values differ by more than 1GB

Sonia Zaldana Calles szaldana at openjdk.org
Wed Nov 15 15:41:58 UTC 2023


Hi all, 

This pull request contains a backport of [a5343fa60505764c088dad4a17680d92568509d5](https://github.com/openjdk/jdk/commit/a5343fa60505764c088dad4a17680d92568509d5). 

Original patch doesn't apply cleanly. Notably, there is a variance in the parameter names used for the ```checkWithin1GB``` function. I had to also change line [61](https://github.com/SoniaZaldana/jdk11u-dev/blob/c8090051ae85ad5f1815b089176cba6e53fe371f/test/jdk/java/nio/file/FileStore/Basic.java#L61) to reflect the new parameter names. 

Testing: affected test, tier 1. 

Thanks!

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

Commit messages:
 - Merge master
 - Backport a5343fa60505764c088dad4a17680d92568509d5

Changes: https://git.openjdk.org/jdk11u-dev/pull/2257/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=2257&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8281149
  Stats: 17 lines in 1 file changed: 4 ins; 3 del; 10 mod
  Patch: https://git.openjdk.org/jdk11u-dev/pull/2257.diff
  Fetch: git fetch https://git.openjdk.org/jdk11u-dev.git pull/2257/head:pull/2257

PR: https://git.openjdk.org/jdk11u-dev/pull/2257


More information about the jdk-updates-dev mailing list