JDK-8255969 : Improve java/io/BufferedInputStream/LargeCopyWithMark.java using jtreg tags
  • Type: Sub-task
  • Component: core-libs
  • Sub-Component: java.io
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-11-05
  • Updated: 2024-07-24
  • Resolved: 2020-11-06
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 11 JDK 16
11.0.25-oracleFixed 16 b24Fixed
Description
The test java/io/BufferedInputStream/LargeCopyWithMark.java uses a system property and a child process to do things which can now be done with jtreg tags. Specifically, the use of the “os.arch” property to check for a 64-bit platform can be replaced with “@requires”, and passing “-Xmx4G” can be done via the “@run” tag instead of using a child process.
Comments
Fix request [11u] I backport this for parity with 11.0.25-oracle. No risk, only tests change. Clean backport. Test pass. SAP nightly testing passed.
23-07-2024

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk11u-dev/pull/2873 Date: 2024-07-22 08:54:03 +0000
22-07-2024

Changeset: 727a69f5 Author: Brian Burkhalter <bpb@openjdk.org> Date: 2020-11-06 16:15:14 +0000 URL: https://github.com/openjdk/jdk/commit/727a69f5
06-11-2020