Sean Mullan
db85090553
8338411: Implement JEP 486: Permanently Disable the Security Manager
...
Co-authored-by: Sean Mullan <mullan@openjdk.org>
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Co-authored-by: Weijun Wang <weijun@openjdk.org>
Co-authored-by: Aleksei Efimov <aefimov@openjdk.org>
Co-authored-by: Brian Burkhalter <bpb@openjdk.org>
Co-authored-by: Daniel Fuchs <dfuchs@openjdk.org>
Co-authored-by: Harshitha Onkar <honkar@openjdk.org>
Co-authored-by: Joe Wang <joehw@openjdk.org>
Co-authored-by: Jorn Vernee <jvernee@openjdk.org>
Co-authored-by: Justin Lu <jlu@openjdk.org>
Co-authored-by: Kevin Walls <kevinw@openjdk.org>
Co-authored-by: Lance Andersen <lancea@openjdk.org>
Co-authored-by: Naoto Sato <naoto@openjdk.org>
Co-authored-by: Roger Riggs <rriggs@openjdk.org>
Co-authored-by: Brent Christian <bchristi@openjdk.org>
Co-authored-by: Stuart Marks <smarks@openjdk.org>
Co-authored-by: Ian Graves <igraves@openjdk.org>
Co-authored-by: Phil Race <prr@openjdk.org>
Co-authored-by: Erik Gahlin <egahlin@openjdk.org>
Co-authored-by: Jaikiran Pai <jpai@openjdk.org>
Reviewed-by: kevinw, aivanov, rriggs, lancea, coffeys, dfuchs, ihse, erikj, cjplummer, coleenp, naoto, mchung, prr, weijun, joehw, azvegint, psadhukhan, bchristi, sundar, attila
2024-11-12 17:16:15 +00:00
Patricio Chilano Mateo
78b80150e0
8338383: Implement JEP 491: Synchronize Virtual Threads without Pinning
...
Co-authored-by: Patricio Chilano Mateo <pchilanomate@openjdk.org>
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Co-authored-by: Andrew Haley <aph@openjdk.org>
Co-authored-by: Fei Yang <fyang@openjdk.org>
Co-authored-by: Coleen Phillimore <coleenp@openjdk.org>
Co-authored-by: Richard Reingruber <rrich@openjdk.org>
Co-authored-by: Martin Doerr <mdoerr@openjdk.org>
Reviewed-by: aboldtch, dholmes, coleenp, fbredberg, dlong, sspitsyn
2024-11-12 15:23:48 +00:00
Brian Burkhalter
0853aee3b3
8338426: Test java/nio/channels/Selector/WakeupNow.java failed
...
Reviewed-by: jpai, alanb
2024-10-25 15:35:49 +00:00
Daniel Fuchs
3ca359ad22
8335771: Improve stability of java/nio/channels/DatagramChannel tests
...
Reviewed-by: alanb
2024-08-19 13:47:40 +00:00
Brian Burkhalter
21e86d10a7
8334405: java/nio/channels/Selector/SelectWithConsumer.java#id0 failed in testWakeupDuringSelect
...
Reviewed-by: dfuchs, alanb, vtewari
2024-08-01 19:02:33 +00:00
Alan Bateman
9f03f68755
8336339: (se) SelectionKey.interestOps(int) should not throw ClosedSelectorException
...
Reviewed-by: jpai, bpb
2024-07-23 05:13:49 +00:00
Jaikiran Pai
ae9f318fc3
8336301: test/jdk/java/nio/channels/AsyncCloseAndInterrupt.java leaves around a FIFO file upon test completion
...
Reviewed-by: alanb
2024-07-13 02:19:25 +00:00
Daniel Fuchs
49eb00da8d
8299813: java/nio/channels/DatagramChannel/Disconnect.java fails with jtreg test timeout due to lost datagram
...
Reviewed-by: aefimov
2024-06-28 11:13:11 +00:00
Daniel Fuchs
8ec378a6c8
8277949: (dc) java/nio/channels/DatagramChannel/AdaptorBasic.java failed in timeout
...
Reviewed-by: jpai
2024-06-28 11:03:29 +00:00
SendaoYan
c798316bc4
8269657: Test java/nio/channels/DatagramChannel/Loopback.java failed: Unexpected message
...
Reviewed-by: dfuchs
2024-06-28 09:38:18 +00:00
Jaikiran Pai
9bb675f89d
8334719: (se) Deferred close of SelectableChannel may result in a Selector doing the final close before concurrent I/O on channel has completed
...
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Reviewed-by: alanb, dfuchs
2024-06-27 04:38:32 +00:00
Daniel Fuchs
50bed6c67b
8334297: (so) java/nio/channels/SocketChannel/OpenLeak.java should not depend on SecurityManager
...
Reviewed-by: alanb
2024-06-19 10:54:13 +00:00
Alan Bateman
e7dc76b577
8333849: (dc) DatagramChannel send/receive fails with UOE if buffer backed by memory segment allocated from shared arena
...
Reviewed-by: dfuchs
2024-06-10 12:47:09 +00:00
Mark Sheppard
7acfba288f
8327650: Test java/nio/channels/DatagramChannel/StressNativeSignal.java timed out
...
Reviewed-by: bpb
2024-06-05 15:47:52 +00:00
Brian Burkhalter
0bb5ae6451
8332248: (fc) java/nio/channels/FileChannel/BlockDeviceSize.java failed with RuntimeException
...
Reviewed-by: alanb
2024-05-14 20:17:01 +00:00
Inigo Mediavilla Saiz
e91492ab43
8313674: (fc) java/nio/channels/FileChannel/BlockDeviceSize.java should test for more block devices
...
Reviewed-by: alanb, bpb
2024-05-14 16:04:34 +00:00
Mark Sheppard
90df3b7fbb
8329190: (ch) DatagramChannel.receive should throw ClosedChannelException when called on closed channel
...
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Reviewed-by: jpai, michaelm
2024-04-16 15:44:15 +00:00
Bill Huang
375bfac8e7
8327474: Review use of java.io.tmpdir in jdk tests
...
Reviewed-by: michaelm, jpai
2024-04-03 17:04:09 +00:00
Brian Burkhalter
debd59732d
8327095: (ch) java/nio/channels/AsyncCloseAndInterrupt.java: improve error message when mkfifo fails
...
Reviewed-by: alanb
2024-03-14 15:50:43 +00:00
Brian Burkhalter
94b4ed5766
8327096: (fc) java/nio/channels/FileChannel/Size.java fails on partition incapable of creating large files
...
Reviewed-by: djelinski
2024-03-12 18:06:45 +00:00
Richard Reingruber
4018b2b196
8323782: Race: Thread::interrupt vs. AbstractInterruptibleChannel.begin
...
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Reviewed-by: alanb, dholmes
2024-02-16 08:40:13 +00:00
Matthias Baesken
d0039960c4
8325743: test/jdk/java/nio/channels/unixdomain/SocketOptions.java enhance user name output in error case
...
Reviewed-by: dfuchs, alanb
2024-02-14 08:31:35 +00:00
Brian Burkhalter
6b7c9718d6
8325382: (fc) FileChannel.transferTo throws IOException when position equals size
...
Reviewed-by: alanb
2024-02-13 15:53:29 +00:00
Alan Bateman
43089bf006
8325399: Add tests for virtual threads doing Selector operations
...
Reviewed-by: bpb
2024-02-08 07:56:12 +00:00
Alan Bateman
ace010b38a
8319757: java/nio/channels/DatagramChannel/InterruptibleOrNot.java failed: wrong exception thrown
...
Reviewed-by: jpai, bpb
2024-01-06 08:52:27 +00:00
Alan Bateman
b67b71cd87
8320707: Virtual thread test updates
...
Reviewed-by: jpai
2024-01-03 14:59:03 +00:00
Alan Bateman
af5c49226c
8320532: Remove Thread/ThreadGroup suspend/resume
...
Reviewed-by: dholmes, jpai, sspitsyn, smarks
2023-12-08 07:10:20 +00:00
Daniel Fuchs
570dffb104
8310807: java/nio/channels/DatagramChannel/Connect.java timed out
...
Reviewed-by: msheppar, jpai
2023-11-21 14:09:46 +00:00
Alan Bateman
21a59b9f4e
8282726: java/net/vthread/BlockingSocketOps.java timeout/hang intermittently on Windows
...
Reviewed-by: djelinski
2023-11-21 14:05:32 +00:00
Alan Bateman
c099cf53f2
8318422: Allow poller threads be virtual threads
...
Reviewed-by: michaelm
2023-11-04 06:52:19 +00:00
Brian Burkhalter
d3534b08b5
8318677: (ch) Add implNote about minBufferCap to main variant of Channels.newWriter
...
Reviewed-by: alanb, rriggs
2023-10-30 18:28:01 +00:00
Leo Korinth
d52a995f35
8315097: Rename createJavaProcessBuilder
...
Reviewed-by: lmesnik, dholmes, rriggs, stefank
2023-10-27 08:47:26 +00:00
Brian Burkhalter
a1a62d9964
8306308: (ch) Writer created by Channels::newWriter may lose data
...
Reviewed-by: djelinski, alanb
2023-10-20 21:12:28 +00:00
Jorn Vernee
32ac72c3d3
8312522: Implementation of Foreign Function & Memory API
...
Co-authored-by: Maurizio Cimadamore <mcimadamore@openjdk.org>
Co-authored-by: Jorn Vernee <jvernee@openjdk.org>
Co-authored-by: Per Minborg <pminborg@openjdk.org>
Reviewed-by: dholmes, psandoz, mcimadamore, alanb
2023-10-12 19:50:08 +00:00
Alan Bateman
f44032969f
8316391: (zipfs) ZipFileSystem.readFullyAt does not tolerate short reads
...
Reviewed-by: jpai, lancea
2023-09-17 11:53:12 +00:00
Thomas Obermeier
486fa08d4b
8313873: java/nio/channels/DatagramChannel/SendReceiveMaxSize.java fails on AIX due to small default RCVBUF size and different IPv6 Header interpretation
...
Reviewed-by: clanger, mbaesken
2023-08-31 09:51:13 +00:00
Brian Burkhalter
4ba81f631f
8313368: (fc) FileChannel.size returns 0 on block special files
...
Reviewed-by: vtewari, alanb
2023-08-02 15:25:59 +00:00
Brian Burkhalter
d55d7e8d87
8136895: Writer not closed with disk full error, file resource leaked
...
Reviewed-by: djelinski, vtewari
2023-07-21 15:21:02 +00:00
Alan Bateman
f4b900b607
8310902: (fc) FileChannel.transferXXX async close and interrupt issues
...
Reviewed-by: bpb
2023-06-29 05:42:19 +00:00
Michael McMahon
7b45c8fc3a
8241800: Disable IPV6_MULTICAST_ALL to prevent interference from all multicast groups
...
Reviewed-by: alanb
2023-06-19 21:35:58 +00:00
Per Minborg
cbccc4c817
8304265: Implementation of Foreign Function and Memory API (Third Preview)
...
Co-authored-by: Maurizio Cimadamore <mcimadamore@openjdk.org>
Co-authored-by: Jorn Vernee <jvernee@openjdk.org>
Co-authored-by: Paul Sandoz <psandoz@openjdk.org>
Co-authored-by: Feilong Jiang <fjiang@openjdk.org>
Co-authored-by: Per Minborg <pminborg@openjdk.org>
Reviewed-by: erikj, jvernee, vlivanov, psandoz
2023-04-27 09:00:58 +00:00
Alan Bateman
2586f36120
8304919: Implementation of Virtual Threads
...
Reviewed-by: lmesnik, cjplummer, psandoz, mchung, sspitsyn, jpai
2023-04-11 05:49:54 +00:00
Brian Burkhalter
39f12a88e7
8305596: (fc) Two java/nio/channels tests fail after JDK-8303260
...
Reviewed-by: alanb
2023-04-05 20:16:13 +00:00
Brian Burkhalter
7baccd9ee2
8303260: (fc) FileChannel::transferFrom should support position > size()
...
Reviewed-by: alanb
2023-04-04 15:57:56 +00:00
Markus KARG
40aea04680
8278268: (ch) InputStream returned by Channels.newInputStream should have fast path for FileChannel targets
...
Reviewed-by: bpb
2023-04-03 15:45:29 +00:00
Archie L. Cobbs
4b8f7db6be
8027682: javac wrongly accepts semicolons in package and import decls
...
Reviewed-by: vromero
2023-03-23 16:04:35 +00:00
Alan Bateman
b6ecca1268
8280113: (dc) DatagramSocket.receive does not always throw when the channel is closed
...
Reviewed-by: jpai, dfuchs
2023-02-22 08:13:06 +00:00
Brian Burkhalter
84e47996e8
8297292: java/nio/channels/FileChannel/FileExtensionAndMap.java is too slow
...
Reviewed-by: jpai
2023-02-10 19:44:00 +00:00
Alan Bateman
ecf21a9a24
8301767: Convert virtual thread tests to JUnit
...
Reviewed-by: cstein, lancea, jpai
2023-02-08 14:56:28 +00:00
Daniel Jeliński
8d17d1ee6f
6914801: IPv6 unavailable if stdin is a socket
...
Reviewed-by: michaelm
2023-01-09 07:39:12 +00:00