JDK-8324578 : [BACKOUT] [IMPROVE] OPEN_MAX is no longer the max limit on macOS >= 10.6 for RLIMIT_NOFILE
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 23
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: os_x
  • Submitted: 2024-01-24
  • Updated: 2024-06-21
  • Resolved: 2024-01-24
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 b07Fixed
Related Reports
Relates :  
Description
Need to back this out as it is causing tier 3 test failures that need investigating.

Tests failing:

com/sun/jdi/OnThrowTest.java
com/sun/jdi/JITDebug.java
com/sun/jdi/JdwpOnThrowTest.java

Comments
Since this is a backout added noreg-other
21-06-2024

Unclear what is happening, jstack of the process shows the Agent thread is blocked on a read whilst holding the lock of the process pipe; meanwhile the processreaper is blocked trying to get the lock of the process pipe.
24-01-2024

Changeset: 6d2f6408 Author: David Holmes <dholmes@openjdk.org> Date: 2024-01-24 03:14:01 +0000 URL: https://git.openjdk.org/jdk/commit/6d2f6408e417b267be0345f63656f232cf247b6d
24-01-2024

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/17546 Date: 2024-01-24 01:12:43 +0000
24-01-2024