Brian Burkhalter
|
de92fe3757
|
8233451: (fs) Files.newInputStream() cannot be used with character special files
Reviewed-by: alanb
|
2024-10-23 18:53:30 +00:00 |
|
Per Minborg
|
384deda65f
|
8325949: Create an internal utility method for creating VarHandle instances
Reviewed-by: rriggs
|
2024-09-23 10:57:43 +00:00 |
|
Andrey Turbanov
|
d35ffa4f6a
|
8339017: Make a couple of fields in DoubleByte static
Reviewed-by: bpb, naoto
|
2024-08-29 09:57:52 +00:00 |
|
Alan Bateman
|
2766b09e29
|
8338452: (dc) DatagramChannelImpl.blockingReceive with timeout may block indefinitely if all datagrams blocked by SecurityManager
Reviewed-by: dfuchs
|
2024-08-19 12:57:29 +00:00 |
|
Alan Bateman
|
58b9570544
|
8338142: (dc) DatagramChannelImpl.blockingReceive can use untimed-park when no timeout set
Reviewed-by: dfuchs
|
2024-08-13 16:05:38 +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
|
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
|
d2bebffb1f
|
8327370: (ch) sun.nio.ch.Poller.register throws AssertionError
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Reviewed-by: alanb, jpai, djelinski
|
2024-06-21 09:43:49 +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 |
|
Erik Gahlin
|
4a20691e9b
|
8331876: JFR: Move file read and write events to java.base
Reviewed-by: mgronlun, alanb
|
2024-05-30 13:32:57 +00:00 |
|
Jaikiran Pai
|
ce99198e3a
|
8332181: Deprecate for removal the MulticastSocket.send(DatagramPacket, byte) and setTTL/getTTL methods on DatagramSocketImpl and MulticastSocket
Reviewed-by: dfuchs, iris, alanb
|
2024-05-21 06:37:15 +00:00 |
|
Fabian Meumertzheim
|
a8b3f194e8
|
8330077: Allow max number of events to be buffered to be configurable to avoid OVERFLOW_EVENT
Reviewed-by: bpb, alanb
|
2024-05-06 17:01:11 +00:00 |
|
Tim Prinzing
|
f4caac8dea
|
8329138: Convert JFR FileForceEvent to static mirror event
Reviewed-by: alanb, egahlin
|
2024-04-30 15:39:23 +00:00 |
|
Jonathan Gibbons
|
9cc163a999
|
8330178: Clean up non-standard use of /** comments in java.base
Reviewed-by: darcy, iris, dfuchs, aivanov, naoto
|
2024-04-23 18:43:36 +00:00 |
|
Alan Bateman
|
412e306d81
|
8329593: Drop adjustments to target parallelism when virtual threads do I/O on files opened for buffered I/O
Reviewed-by: bpb, jpai
|
2024-04-23 16:10:13 +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 |
|
Brian Burkhalter
|
6b7c9718d6
|
8325382: (fc) FileChannel.transferTo throws IOException when position equals size
Reviewed-by: alanb
|
2024-02-13 15:53:29 +00:00 |
|
Joe Darcy
|
fbd15b2087
|
8325189 : Enable this-escape javac warning in java.base
Reviewed-by: alanb, erikj, naoto, smarks, ihse, joehw, lancea, weijun
|
2024-02-07 20:05:11 +00:00 |
|
Pavel Rappo
|
9efdd242fb
|
8324053: Use the blessed modifier order for sealed in java.base
Reviewed-by: naoto, darcy, ihse, dfuchs
|
2024-01-18 22:28:23 +00:00 |
|
Alan Bateman
|
b8dafa642e
|
8323612: IOVecWrapper should be changed to be TerminatingThreadLocal
Reviewed-by: bpb
|
2024-01-17 10:56:17 +00:00 |
|
Alan Bateman
|
7286f5291d
|
8322829: Refactor nioBlocker to avoid blocking while holding Thread's interrupt lock
Reviewed-by: jpai
|
2024-01-09 07:05:27 +00:00 |
|
Brian Burkhalter
|
51be857f3c
|
8322166: Files.isReadable/isWritable/isExecutable expensive when file does not exist
Reviewed-by: alanb
|
2023-12-19 18:27:06 +00:00 |
|
Alan Bateman
|
b8c0b2fd8c
|
8321594: NativeThreadSet should use placeholder for virtual threads
Reviewed-by: bpb
|
2023-12-12 07:55:56 +00:00 |
|
Daniel Jeliński
|
ead4fb1464
|
8321519: Typo in exception message
Reviewed-by: jpai
|
2023-12-07 12:00:12 +00:00 |
|
Naoto Sato
|
d568562966
|
8320798: Console read line with zero out should zero out underlying buffer
Reviewed-by: bpb, lancea, joehw, alanb, jpai, mbaesken
|
2023-12-01 17:39:11 +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 |
|
Tim Prinzing
|
1183b221c2
|
8310978: JFR events SocketReadEvent/SocketWriteEvent for Socket adaptor ops
Reviewed-by: dfuchs, alanb
|
2023-10-30 06:04:17 +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 |
|
Erik Gahlin
|
6aa837eee6
|
8316927: JFR: Move shouldCommit check earlier for socket events
Reviewed-by: alanb, dfuchs, mgronlun
|
2023-10-17 13:11:52 +00:00 |
|
Brian Burkhalter
|
0d091681c2
|
8312527: (ch) Re-examine use of sun.nio.ch.Invoker.myGroupAndInvokeCount
Reviewed-by: alanb, jpai
|
2023-10-16 14:52:44 +00:00 |
|
Maurizio Cimadamore
|
7cb2e6d65b
|
8317514: Ensure MemorySegment is initialized before touching NativeMemorySegmentImpl
Co-authored-by: Jorn Vernee <jvernee@openjdk.org>
Reviewed-by: jvernee
|
2023-10-13 20:51:52 +00:00 |
|
Tim Prinzing
|
b275bdd9b5
|
8308995: Update Network IO JFR events to be static mirror events
Reviewed-by: egahlin, alanb
|
2023-09-20 12:34:08 +00:00 |
|
Per Minborg
|
cf74b8c2a3
|
8316337: (bf) Concurrency issue in DirectByteBuffer.Deallocator
Reviewed-by: alanb, liach
|
2023-09-19 13:10:51 +00:00 |
|
Naoto Sato
|
ac2dfe45d1
|
8313865: Always true condition in sun.nio.cs.CharsetMapping#readINDEXC2B
Reviewed-by: aturbanov, vtewari, rriggs, iris
|
2023-09-12 18:19:07 +00:00 |
|
shiker
|
39f181337b
|
8315318: Typo in comment on sun.nio.ch.Net.unblock4
Reviewed-by: mbaesken, vtewari
|
2023-08-31 08:28:11 +00:00 |
|
Andrey Turbanov
|
b88c273503
|
8313743 : Make fields final in sun.nio.ch
Reviewed-by: bpb
|
2023-08-14 07:04:05 +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
|
028068a655
|
8312166: (dc) DatagramChannel's socket adaptor does not release carrier thread when blocking in receive
Reviewed-by: jpai, michaelm
|
2023-07-19 13:17:37 +00:00 |
|
Naoto Sato
|
00c7f914c6
|
8310047: Add UTF-32 based Charsets into StandardCharsets
Reviewed-by: alanb, lancea, bpb, jpai, jlu
|
2023-07-11 16:10:34 +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 |
|
Naoto Sato
|
3eeb681a0d
|
8167252: Some of Charset.availableCharsets() does not contain itself
Reviewed-by: bpb, alanb, iris, lancea, jpai
|
2023-06-15 16:34:00 +00:00 |
|
Tyler Steele
|
48d21bd089
|
8286597: Implement PollerProvider on AIX
Reviewed-by: mdoerr, alanb, vtewari
|
2023-05-25 14:59:11 +00:00 |
|
Oli Gillespie
|
73ac710533
|
8307425: Socket input stream read burns CPU cycles with back-to-back poll(0) calls
Reviewed-by: alanb
|
2023-05-05 19:36:35 +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 |
|
Sergey Tsypanov
|
287bb06def
|
8305902: (cs) Resolve default Charset only once in StreamEncoder and StreamDecoder
Reviewed-by: alanb, bpb
|
2023-04-14 06:21:39 +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 |
|
Brian Burkhalter
|
9a8a60f7d6
|
8304833: (fc) Remove dead code in sun.nio.ch.FileChannelImpl::implCloseChannel
Reviewed-by: alanb
|
2023-03-24 14:52:58 +00:00 |
|
Alan Bateman
|
dd79410824
|
8303509: Socket setTrafficClass does not work for IPv4 connections when IPv6 enabled
Reviewed-by: djelinski, michaelm
|
2023-03-09 08:13:57 +00:00 |
|