Christoph Langer
|
f6829cd1ed
|
8164057: Fix @since for java.net.Inet[46]Address
Reviewed-by: chegar
|
2016-12-12 15:33:46 +01:00 |
|
Paul Sandoz
|
c7da82e9c0
|
8166914: URLClassLoader spec needs to mention that it's MR-aware
Reviewed-by: mchung, alanb
|
2016-12-02 10:05:53 -08:00 |
|
Daniel Fuchs
|
31337809b0
|
8169495: Add a method to set an Authenticator on a HttpURLConnection
New public method java.net.HttpURLConnection::setAuthenticator allows to specify an authenticator to use with a given connection.
Reviewed-by: chegar
|
2016-12-02 13:18:50 +00:00 |
|
Brent Christian
|
20c0c1d9d0
|
8136831: Undefined null behavior in ClassLoader.getResourceXXXX()
Reviewed-by: alanb, mchung, psandoz
|
2016-11-23 10:41:25 -08:00 |
|
Daniel Fuchs
|
f3cb8c41dc
|
8169068: Add a new method: java.net.Authenticator.getDefault()
Reviewed-by: chegar
|
2016-11-16 15:40:06 +00:00 |
|
Mark Sheppard
|
9889b22056
|
8164815: 3 JCK NetworkInterface tests fail on Raspberry Pi
Reviewed-by: chegar, alanb
|
2016-11-11 13:11:27 +00:00 |
|
Mandy Chung
|
d74e2a09ac
|
6479237: (cl) Add support for classloader names
Reviewed-by: alanb, bchristi, coleenp, dfuchs, lfoltan, psandoz, sspitsyn
|
2016-11-03 18:08:28 -07:00 |
|
Christoph Langer
|
955f784be9
|
8167481: cleanup of headers and includes for native libnet
Reviewed-by: chegar
|
2016-10-27 11:00:28 +02:00 |
|
David Dehaven
|
b27d8f6dd9
|
8165271: Fix use of reflection to gain access to private fields
Reviewed-by: mchung
|
2016-10-12 08:47:53 -07:00 |
|
Claes Redestad
|
a424ba8c8d
|
8168073: Speed up URI creation during module bootstrap
Reviewed-by: alanb, mchung, psandoz, chegar
|
2016-10-18 14:22:16 +02:00 |
|
Jonathan Bluett-Duncan
|
a19fc7fbdb
|
8134373: use collections convenience factories in the JDK
Reviewed-by: scolebourne, prappo, dfuchs, redestad, smarks
|
2016-10-12 11:54:38 -07:00 |
|
Vyom Tewari
|
b09d8ad0e6
|
8163482: java.net.URLPermission.getActions() adds a trailing colon when header-names is empty
Reviewed-by: chegar, dfuchs
|
2016-10-11 15:12:40 +05:30 |
|
Vyom Tewari
|
0a885c4bc8
|
8153674: Expected SocketException not thrown when calling bind() with setReuseAddress(false)
Reviewed-by: chegar, msheppar
|
2016-10-04 21:59:16 +05:30 |
|
Mandy Chung
|
b5172ce65e
|
8165180: Provide a shared secret to access non-public ServerSocket constructor
Reviewed-by: chegar
|
2016-08-31 15:20:31 -07:00 |
|
Svetlana Nikandrova
|
f894a28859
|
8005068: HttpCookie does not correctly handle negative maxAge values
Reviewed-by: chegar
|
2016-08-25 20:53:40 +03:00 |
|
Brian Burkhalter
|
522e112b4a
|
8146215: (fs) java/nio/file/Files/probeContentType/Basic.java failed frequently on Solaris-sparc with Unexpected type: text/plain
Append a FileTypeDetector using java.net.FileNameMap as a fallback on all platforms
Reviewed-by: alanb, rriggs, naoto
|
2016-08-08 13:57:51 -07:00 |
|
Christoph Langer
|
d83a402794
|
8162819: fix minor Javadoc issues and remove warnings in java.net.Socket
Reviewed-by: dfuchs
|
2016-08-03 21:15:05 +02:00 |
|
Vyom Tewari
|
620b097690
|
8161291: Serialization Tests for URLPermission is failing
Reviewed-by: dfuchs, chegar
|
2016-07-26 13:26:12 +05:30 |
|
Steve Drach
|
e4a671e635
|
8155770: Correct URLClassLoader API documentation to explicitly say jar-scheme URL's are accepted
Reviewed-by: psandoz
|
2016-07-12 11:05:27 -07:00 |
|
Chris Hegarty
|
34f5b60b4a
|
8157166: Update spec to account for platforms that do not support multicast
Reviewed-by: alanb
|
2016-06-22 09:21:06 +01:00 |
|
Vyom Tewari
|
b75020a9b0
|
8071660: URLPermission not handling empty method lists correctly
Reviewed-by: chegar, dfuchs, prappo, rriggs
|
2016-06-22 09:01:34 +01:00 |
|
Vyom Tewari
|
6ae11043e9
|
8114860: Behavior of java.net.URLPermission.getActions() contradicts spec
Reviewed-by: chegar, prappo
|
2016-06-21 16:52:16 +01:00 |
|
Claes Redestad
|
ccc3cbf458
|
8159745: Remove java.net.Parts
Reviewed-by: alanb, chegar
|
2016-06-17 16:18:37 +02:00 |
|
Hamlin Li
|
abf7117cde
|
8158881: Doc typo in src/../java/net/URI.java
Reviewed-by: chegar, wetmore
|
2016-06-08 17:30:37 -07:00 |
|
Vyom Tewari
|
af7a591d39
|
8016521: InetAddress should not always re-order addresses returned from name service
Reviewed-by: chegar
|
2016-05-24 20:15:18 +01:00 |
|
Vyom Tewari
|
6bd865a6b4
|
8143923: java.net socket supportedOptions set depends on call order
Reviewed-by: chegar
|
2016-05-24 12:31:30 +01:00 |
|
Ivan Gerasimov
|
fcf085c678
|
8156661: Handful of typos in javadoc
Reviewed-by: prappo, rriggs
|
2016-05-10 17:16:55 +03:00 |
|
Joe Darcy
|
01ee88c8ae
|
6850612: Deprecate Class.newInstance since it violates the checked exception language contract
Reviewed-by: lancea, mullan, dfuchs
|
2016-05-03 10:40:54 -07:00 |
|
Claes Redestad
|
e8cd76568d
|
8155775: Re-examine naming of privileged methods to access System properties
Reviewed-by: mullan
|
2016-05-03 15:50:54 +02:00 |
|
Claes Redestad
|
2b5207e74d
|
8154231: Simplify access to System properties from JDK code
Reviewed-by: rriggs, chegar, weijun
|
2016-04-21 13:39:53 +02:00 |
|
Sean Coffey
|
29fc25717a
|
8071125: Improve exception messages in URLPermission
Reviewed-by: chegar, prappo
|
2016-04-20 22:46:47 +01:00 |
|
Chris Hegarty
|
07cdc33e34
|
8137058: Clear out all non-Critical APIs from sun.reflect
Reviewed-by: alanb, jfranck, mchung
|
2016-04-15 16:19:15 +01:00 |
|
Mandy Chung
|
becc097af0
|
8153665: URLClassLoader::definePackage no longer inspect packages from ancestors
Reviewed-by: alanb
|
2016-04-12 18:58:21 -07:00 |
|
Mark Sheppard
|
8906a1381d
|
8134577: Eliminate or standardize a replacement for sun.net.spi.nameservice.NameServiceDescriptor
Reviewed-by: chegar, alanb
|
2016-04-11 03:00:50 +01:00 |
|
Chris Hegarty
|
bbadf6c0ef
|
8149122: Move sun.misc.URLClassPath and Resouce to an internal package
Reviewed-by: alanb, rriggs
|
2016-03-24 15:32:54 +00:00 |
|
Alan Bateman
|
db4d383614
|
8142968: Module System implementation
Initial integration of JEP 200, JEP 260, JEP 261, and JEP 282
Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com>
Co-authored-by: Karen Kinnear <karen.kinnear@oracle.com>
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Co-authored-by: Chris Hegarty <chris.hegarty@oracle.com>
Co-authored-by: Alexandr Scherbatiy <alexandr.scherbatiy@oracle.com>
Co-authored-by: Amy Lu <amy.lu@oracle.com>
Co-authored-by: Calvin Cheung <calvin.cheung@oracle.com>
Co-authored-by: Daniel Fuchs <daniel.fuchs@oracle.com>
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Co-authored-by: Harold Seigel <harold.seigel@oracle.com>
Co-authored-by: Jaroslav Bachorik <jaroslav.bachorik@oracle.com>
Co-authored-by: Jean-Francois Denise <jean-francois.denise@oracle.com>
Co-authored-by: Jan Lahoda <jan.lahoda@oracle.com>
Co-authored-by: James Laskey <james.laskey@oracle.com>
Co-authored-by: Lois Foltan <lois.foltan@oracle.com>
Co-authored-by: Miroslav Kos <miroslav.kos@oracle.com>
Co-authored-by: Huaming Li <huaming.li@oracle.com>
Co-authored-by: Sean Mullan <sean.mullan@oracle.com>
Co-authored-by: Naoto Sato <naoto.sato@oracle.com>
Co-authored-by: Masayoshi Okutsu <masayoshi.okutsu@oracle.com>
Co-authored-by: Peter Levart <peter.levart@gmail.com>
Co-authored-by: Philip Race <philip.race@oracle.com>
Co-authored-by: Claes Redestad <claes.redestad@oracle.com>
Co-authored-by: Sergey Bylokhov <sergey.bylokhov@oracle.com>
Co-authored-by: Alexandre Iline <alexandre.iline@oracle.com>
Co-authored-by: Volker Simonis <volker.simonis@gmail.com>
Co-authored-by: Staffan Larsen <staffan.larsen@oracle.com>
Co-authored-by: Stuart Marks <stuart.marks@oracle.com>
Co-authored-by: Semyon Sadetsky <semyon.sadetsky@oracle.com>
Co-authored-by: Serguei Spitsyn <serguei.spitsyn@oracle.com>
Co-authored-by: Sundararajan Athijegannathan <sundararajan.athijegannathan@oracle.com>
Co-authored-by: Valerie Peng <valerie.peng@oracle.com>
Co-authored-by: Vincent Ryan <vincent.x.ryan@oracle.com>
Co-authored-by: Weijun Wang <weijun.wang@oracle.com>
Co-authored-by: Yuri Nesterenko <yuri.nesterenko@oracle.com>
Co-authored-by: Yekaterina Kantserova <yekaterina.kantserova@oracle.com>
Co-authored-by: Alexander Kulyakthin <alexander.kulyakhtin@oracle.com>
Co-authored-by: Felix Yang <felix.yang@oracle.com>
Co-authored-by: Andrei Eremeev <andrei.eremeev@oracle.com>
Co-authored-by: Frank Yuan <frank.yuan@oracle.com>
Co-authored-by: Sergei Pikalev <sergei.pikalev@oracle.com>
Co-authored-by: Sibabrata Sahoo <sibabrata.sahoo@oracle.com>
Co-authored-by: Tiantian Du <tiantian.du@oracle.com>
Co-authored-by: Sha Jiang <sha.jiang@oracle.com>
Reviewed-by: alanb, mchung, naoto, rriggs, psandoz, plevart, mullan, ascarpino, vinnie, prr, sherman, dfuchs, mhaupt
|
2016-03-17 19:04:16 +00:00 |
|
Vyom Tewari
|
96f1a8250d
|
8148609: socket impl supportedOptions() should return an immutable set
Reviewed-by: alanb, chegar
|
2016-03-03 17:21:08 +00:00 |
|
Michael McMahon
|
095027bd74
|
8087112: HTTP API and HTTP/1.1 implementation
Reviewed-by: alanb, chegar, coffeys, psandoz, rriggs
|
2016-02-25 23:14:22 +00:00 |
|
Steve Drach
|
4054254344
|
8132734: JDK 9 runtime changes to support multi-release jar files
JEP 238 Multi-Release JAR Files runtime support
Reviewed-by: alanb, psandoz, sherman
|
2016-02-15 17:47:53 -08:00 |
|
Yingqi Lu
|
4dfed66526
|
6432031: Add support for SO_REUSEPORT
Reviewed-by: alanb, simonis, chegar
|
2016-02-23 17:41:00 +00:00 |
|
Claes Redestad
|
9102b6eb21
|
8148626: URI.toURL needs to use protocol Handler to parse file URIs
Back out the parts of 8147462 that attempted to optimize file URI to URL conversions
Reviewed-by: darcy, chegar
|
2016-01-31 22:30:35 +01:00 |
|
Claes Redestad
|
7ae729a77f
|
8147462: URI.toURL could be more efficient for most non-opaque URIs
Reviewed-by: alanb, chegar
|
2016-01-29 11:35:56 +01:00 |
|
Claes Redestad
|
e9df200123
|
8147962: URL should handle lower-casing of protocol locale-independently
Reviewed-by: chegar, alanb, naoto
|
2016-01-27 13:51:35 +01:00 |
|
Iris Clark
|
9d07dc02e1
|
8136494: Update "@since 1.9" to "@since 9" to match java.version.specification
Reviewed-by: alanb, chegar, lancea, prr
|
2016-01-20 11:02:36 -08:00 |
|
Mark Sheppard
|
72e0832da6
|
8059054: Better URL processing
Reviewed-by: chegar, rriggs, ahgross, coffeys, igerasim
|
2015-07-29 13:42:56 +01:00 |
|
Svetlana Nikandrova
|
c100bda1b5
|
8143554: UnsupportedOperationException is not thrown for unsupported options
Reviewed-by: alanb
|
2016-01-16 00:27:53 +03:00 |
|
Chris Hegarty
|
ed581c190a
|
8146736: Move sun.misc performance counters to jdk.internal.perf
Reviewed-by: alanb, mchung, rriggs
|
2016-01-13 14:32:42 +00:00 |
|
Claes Redestad
|
79ef0bb994
|
8146686: Create the schemeSpecificPart for non-opaque URIs lazily
Reviewed-by: alanb, chegar
|
2016-01-10 14:14:13 +01:00 |
|
Claes Redestad
|
01b7a38291
|
8146526: Improve java.net.URI$Parser startup characteristics
Reviewed-by: chegar, alanb
|
2016-01-06 20:16:59 +01:00 |
|
Brian Burkhalter
|
ae68be4a75
|
8146041: java.net.URLConnection.guessContentTypeFromStream() does not recognize TIFF streams
Add detection of TIFF magic numbers.
Reviewed-by: rriggs, chegar
|
2016-01-06 10:15:37 -08:00 |
|