JDK-8367280 : Two java/nio/channels/Channels/TransferTo tests timed out during compilation
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.nio
  • Affected Version: 26
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2025-09-09
  • Updated: 2025-09-21
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.
Other
tbdUnresolved
Related Reports
Relates :  
Description
Tests:
- java/nio/channels/Channels/TransferTo.java
- java/nio/channels/Channels/TransferTo2.java

TEST RESULT: Error. "compile" action timed out with a timeout of 120 seconds on agent 3

Really nothing to go on but the test seems highly variable in execution time - < 7s versus 2m21s, so quite possible we just hit the problem due to the new reduced timeout.
Comments
Also seen with: java/nio/channels/DatagramChannel/AdaptorAsyncCloseAfterReceive.java
21-09-2025

Is there a timeout or timeoutFactor for compile tasks? Can we get some sense as to the load on the system at the time? Some of the FileChannel tests bash on the file system so can impact the performance of programs that run concurrently on the same system.
17-09-2025