JDK-8322963 : ProblemList java/io/BufferedInputStream/TransferTo.java
  • Type: Sub-task
  • Component: core-libs
  • Sub-Component: java.io
  • Affected Version: 23
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2024-01-03
  • Updated: 2024-01-08
  • Resolved: 2024-01-03
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 23
23 b04Fixed
Description
In order to reduce the noise in the JDK23 CI, I'm ProblemListing:

java/io/BufferedInputStream/TransferTo.java

Although this failure has only been seen on linux-aarch64 and
linux-x64, there's no obvious reason it should be limited to Linux.
Comments
A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/17249 Date: 2024-01-03 17:13:02 +0000
03-01-2024

Changeset: cc9ab5f1 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2024-01-03 17:17:24 +0000 URL: https://git.openjdk.org/jdk/commit/cc9ab5f1976486f0a4a681e01b1a8ac36e7c6f29
03-01-2024

Here's the context diff for the proposed fix: $ git diff diff --git a/test/jdk/ProblemList.txt b/test/jdk/ProblemList.txt index 94a020585e4..904d4be664c 100644 --- a/test/jdk/ProblemList.txt +++ b/test/jdk/ProblemList.txt @@ -1,6 +1,6 @@ ########################################################################### # -# Copyright (c) 2009, 2023, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2009, 2024, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it @@ -503,6 +503,7 @@ java/lang/instrument/RetransformBigClass.sh 8065756 generic- # jdk_io java/io/pathNames/GeneralWin32.java 8180264 windows-all +java/io/BufferedInputStream/TransferTo.java 8322877 generic-all ############################################################################
03-01-2024