Alan Bateman
|
4b573343a6
|
8278326: Socket close is not thread safe and other cleanup
Reviewed-by: jpai
|
2023-01-12 09:38:31 +00:00 |
|
Matthias Baesken
|
c929d8be5d
|
8299475: Enhance SocketException by cause where it is missing in net and nio area
Reviewed-by: alanb
|
2023-01-05 08:26:38 +00:00 |
|
Alan Bateman
|
9583e3657e
|
8284161: Implementation of Virtual Threads (Preview)
Co-authored-by: Ron Pressler <rpressler@openjdk.org>
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Co-authored-by: Erik Österlund <eosterlund@openjdk.org>
Co-authored-by: Andrew Haley <aph@openjdk.org>
Co-authored-by: Rickard Bäckman <rbackman@openjdk.org>
Co-authored-by: Markus Grönlund <mgronlun@openjdk.org>
Co-authored-by: Leonid Mesnik <lmesnik@openjdk.org>
Co-authored-by: Serguei Spitsyn <sspitsyn@openjdk.org>
Co-authored-by: Chris Plummer <cjplummer@openjdk.org>
Co-authored-by: Coleen Phillimore <coleenp@openjdk.org>
Co-authored-by: Robbin Ehn <rehn@openjdk.org>
Co-authored-by: Stefan Karlsson <stefank@openjdk.org>
Co-authored-by: Thomas Schatzl <tschatzl@openjdk.org>
Co-authored-by: Sergey Kuksenko <skuksenko@openjdk.org>
Reviewed-by: lancea, eosterlund, rehn, sspitsyn, stefank, tschatzl, dfuchs, lmesnik, dcubed, kevinw, amenkov, dlong, mchung, psandoz, bpb, coleenp, smarks, egahlin, mseledtsov, coffeys, darcy
|
2022-05-07 08:06:16 +00:00 |
|
Claes Redestad
|
30b0f820ce
|
8272626: Avoid C-style array declarations in java.*
Reviewed-by: dfuchs, alanb
|
2021-08-18 10:47:03 +00:00 |
|
Weijun Wang
|
6765f90250
|
8266459: Implement JEP 411: Deprecate the Security Manager for Removal
Co-authored-by: Sean Mullan <mullan@openjdk.org>
Co-authored-by: Lance Andersen <lancea@openjdk.org>
Co-authored-by: Weijun Wang <weijun@openjdk.org>
Reviewed-by: erikj, darcy, chegar, naoto, joehw, alanb, mchung, kcr, prr, lancea
|
2021-06-02 11:57:31 +00:00 |
|
Patrick Concannon
|
fdd3941121
|
8263233: Update java.net and java.nio to use instanceof pattern variable
Reviewed-by: dfuchs, bpb, chegar, michaelm
|
2021-03-10 11:05:29 +00:00 |
|
Patrick Concannon
|
1662373400
|
8235139: Deprecate the socket impl factory mechanism
Reviewed-by: dfuchs, alanb, chegar
|
2021-02-11 10:00:31 +00:00 |
|
Pavel Rappo
|
c5462bb95d
|
8255989: Remove explicitly unascribed authorship from Java source files
Reviewed-by: redestad, mr, mchung, iris, serb
|
2020-11-07 12:11:43 +00:00 |
|
Jonathan Gibbons
|
0aa3c92577
|
8255262: Remove use of legacy custom @spec tag
Reviewed-by: lancea, mr, iris, alanb, darcy, mchung
|
2020-10-22 19:42:01 +00:00 |
|
Vipin Sharma
|
d4626d89cc
|
8251542: Several small Javadoc errors in java.base
Fixing wrong exception type in throws clause and wrong return type description
Reviewed-by: darcy, dfuchs, mullan, mchung, rriggs
|
2020-08-25 09:27:36 +01:00 |
|
Ivan Gerasimov
|
53b2368d49
|
8241760: Typos: empty lines in javadoc, inconsistent indents, etc. (net and nio)
Reviewed-by: alanb, prappo, dfuchs
|
2020-03-30 13:59:16 -07:00 |
|
Daniel Fuchs
|
7135b5dd9c
|
8235141: Specify the required standard socket options for the socket types in the java.net package
Reviewed-by: alanb, chegar
|
2019-12-10 13:22:52 +00:00 |
|
Julia Boes
|
a8a2246158
|
8234335: Remove line break in class declaration in java.base
Remove line break in class declarations where applicable
Reviewed-by: rriggs, lancea
|
2019-11-21 09:10:21 +00:00 |
|
Patrick Concannon
|
c497b2b066
|
8231719: Correct contradictions in timeout range descriptions
Clarified verbiage in method descriptions.
Reviewed-by: chegar, dfuchs
|
2019-10-16 11:12:47 +01:00 |
|
Michael McMahon
|
e4553cb2fa
|
8217997: Better socket support
Reviewed-by: alanb, ahgross, chegar, igerasim
|
2019-03-25 17:15:27 +00:00 |
|
Julia Boes
|
b15b322cf3
|
8230648: Replace @exception tag with @throws in java.base
Minor coding style update of javadoc tag in any file in java.base
Reviewed-by: prappo, lancea
|
2019-09-20 11:07:52 +01:00 |
|
Chris Hegarty
|
b6696bad84
|
8225426: Replace plain with system-default in Socket and ServerSocket
Reviewed-by: alanb, dfuchs
|
2019-06-11 09:21:34 +01:00 |
|
Chris Hegarty
|
bc24d17e80
|
8224477: java.net socket types new-style socket option methods - spec and impl mismatch
Reviewed-by: alanb
|
2019-05-29 13:58:05 +01:00 |
|
Michael McMahon
|
70ea5ab6e1
|
8216978: Drop support for pre JDK 1.4 SocketImpl implementations
Reviewed-by: chegar, alanb, dfuchs
|
2019-05-02 17:29:10 +01:00 |
|
Chris Hegarty
|
1933437f12
|
8219446: Specify behaviour of timeout accepting methods of Socket and ServerSocket if timeout is negative
Reviewed-by: alanb, dfuchs
|
2019-03-26 17:02:11 +00:00 |
|
Alan Bateman
|
8743be63c4
|
8220493: Prepare Socket/ServerSocket for alternative platform SocketImpl
Co-authored-by: Michael McMahon <michael.x.mcmahon@oracle.com>
Reviewed-by: chegar
|
2019-03-16 19:44:12 +00:00 |
|
Roger Calnan
|
edb879df0d
|
8215912: Various Typos in java.net Method Documentation
Reviewed-by: coffeys
|
2019-01-03 17:46:09 +00:00 |
|
Pavel Rappo
|
8c361a3e74
|
8213490: Networking area typos and inconsistencies cleanup
Reviewed-by: alanb, chegar, dfuchs
|
2018-11-13 12:24:34 +00:00 |
|
Chris Hegarty
|
4187dff26a
|
8213418: Socket/ServerSocket supportedOptions does not work with custom SocketImpl
Reviewed-by: alanb, dfuchs
|
2018-11-08 16:16:57 +00:00 |
|
Erik Joelsson
|
3789983e89
|
8187443: Forest Consolidation: Move files to unified layout
Reviewed-by: darcy, ihse
|
2017-09-12 19:03:39 +02:00 |
|