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 |
|
Magnus Ihse Bursie
|
fb469fb894
|
8284893: Fix typos in java.base
Reviewed-by: iris, wetmore, lancea, mullan, naoto
|
2022-04-19 20:07:57 +00:00 |
|
Andrey Turbanov
|
9a3e954299
|
8274879: Replace uses of StringBuffer with StringBuilder within java.base classes
Reviewed-by: naoto
|
2021-10-27 16:18:12 +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 |
|
Daniel Fuchs
|
5f4bc0aca6
|
8253100: Fix "no comment" warnings in java.base/java.net
Reviewed-by: ryadav, chegar, naoto, alanb
|
2021-03-02 12:54:54 +00:00 |
|
Jaikiran Pai
|
db9c114d40
|
7146776: deadlock between URLStreamHandler.getHostAddress and file.Handler.openconnection
Reviewed-by: alanb, chegar
|
2021-01-18 11:53:22 +00:00 |
|
Sergey Tsypanov
|
15481041e0
|
8255477: Remove unused method URL.set(String protocol, String host, int port, String file, String ref)
Reviewed-by: dfuchs
|
2020-12-14 13:03:55 +00:00 |
|
Evan Whelan
|
67b3cbff2e
|
8250748: Doc of URL(String, String, int, String, URLStreamHandler) does not use link
Reviewed-by: dfuchs
|
2020-08-19 08:58:00 +00: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
|
3375411e1b
|
8228548: Normalize normalization for all
Reviewed-by: chegar, rhalade, igerasim
|
2019-08-08 16:47:55 +01:00 |
|
Aleksei Efimov
|
d6304e88e6
|
8223892: Improved handling of jar files
Reviewed-by: dfuchs, chegar, michaelm, rhalade, ahgross
|
2019-06-25 00:07:47 +01: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 |
|
Jaikiran Pai
|
c84e19f3ca
|
8177389: Hyphen "-" should be removed in URL class documentation
Javadoc of java.net.URL constructor updated to remove an unnecessary hyphen
Reviewed-by: dfuchs
|
2019-08-24 09:31:15 +05:30 |
|
Joe Darcy
|
9d764ee48e
|
8229997: Apply java.io.Serial annotations in java.base
Reviewed-by: alanb, rriggs
|
2019-08-29 16:31:34 -07:00 |
|
Daniel Fuchs
|
c9da623b6f
|
8221518: Normalize normalization
Reviewed-by: chegar, igerasim, ahgross, rhalade
|
2019-04-10 15:49:24 +01:00 |
|
Sean Coffey
|
a712b37bd0
|
8217364: Custom URLStreamHandler for jrt or file protocol can override default handler
Reviewed-by: redestad
|
2019-05-02 22:52:51 +01:00 |
|
Claes Redestad
|
53c47fe98e
|
8215990: Avoid using reflection to create common default URLStreamHandlers
Reviewed-by: alanb
|
2019-01-02 19:06:16 +01:00 |
|
Deepak kejriwal
|
6774e567aa
|
8214567: Use {@systemProperty} for definitions of system properties
8214569: Use {@systemProperty} for definitions of system properties
Reviewed-by: lancea, mchung, alanb, naoto
|
2018-12-26 17:09:19 +05:30 |
|
Claes Redestad
|
a3df1d618e
|
8215281: Use String.isEmpty() when applicable in java.base
Reviewed-by: dfuchs, alanb
|
2018-12-13 15:31:05 +01:00 |
|
Daniel Fuchs
|
019a097385
|
8215008: Clear confusion between URL/URI paths and file system paths
Reviewed-by: alanb, chegar, martin
|
2018-12-11 15:09:15 +00:00 |
|
Joe Darcy
|
5d1cc7fc01
|
8213911: Use example.com in java.net and other examples
Reviewed-by: prappo, chegar, rriggs, mullan
|
2018-11-27 11:28:47 -08:00 |
|
Sean Coffey
|
6e905c8389
|
8214295: Populate handlers while holding streamHandlerLock
Reviewed-by: chegar
|
2018-11-27 11:09:53 +00:00 |
|
Sean Coffey
|
7b8898d03c
|
8213942: URLStreamHandler initialization race
Reviewed-by: alanb, chegar, prappo
|
2018-11-21 15:09:27 +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 |
|
Mandy Chung
|
9ffe7e1205
|
8211122: Reduce the number of internal classes made accessible to jdk.unsupported
Reviewed-by: alanb, dfuchs, kvn
|
2018-11-06 10:01:16 -08:00 |
|
Martin Buchholz
|
184bbf01dd
|
8200125: Fix some classloader/module typos
Reviewed-by: alanb
|
2018-04-05 09:33:27 -07:00 |
|
Erik Joelsson
|
3789983e89
|
8187443: Forest Consolidation: Move files to unified layout
Reviewed-by: darcy, ihse
|
2017-09-12 19:03:39 +02:00 |
|