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.
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.