Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion test/jdk/java/nio/channels/SocketChannel/OpenLeak.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,14 @@
* questions.
*/

// SapMachine 2026-09-21 Disable extended socket exception for this test to avoid timeouts
/* @test
* @bug 6548464
* @summary SocketChannel.open(SocketAddress) leaks file descriptor if
* connection cannot be established
* @requires vm.flagless
* @build OpenLeak
* @run junit/othervm/timeout=480 OpenLeak
* @run junit/othervm/timeout=480 -Djdk.includeInExceptions= OpenLeak
*/

import java.io.IOException;
Expand Down