JDK-8290252 : Add TEST.properties to java/nio/channels/FileChannel and move tests out of largeMemory sub-dir
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.nio
  • Affected Version: 19
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2022-07-13
  • Updated: 2022-07-27
  • Resolved: 2022-07-14
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 19 JDK 20
19 b32Fixed 20Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Relates :  
Description
Add a file TEST.properties with content

exclusiveAccess.dirs=.

so that FileChannel tests do not run in parallel with each other, and move the tests from the largeMemory sub-directory to their original locations and remove that sub-dir.
Comments
Changeset: fb27ddcb Author: Brian Burkhalter <bpb@openjdk.org> Date: 2022-07-14 15:23:42 +0000 URL: https://git.openjdk.org/jdk19/commit/fb27ddcbe5a503ddd841e55baaa9a10f8422b736
14-07-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jdk19/pull/139 Date: 2022-07-13 17:40:48 +0000
13-07-2022