Michael McMahon
|
247a6a2ce4
|
8216417: cleanup of IPv6 scope-id handling
Reviewed-by: alanb, chegar, dfuchs
|
2019-06-13 09:10:51 +01:00 |
|
Thomas Stuefe
|
d45aa9c1a9
|
8223777: In posix_spawn mode, failing to exec() jspawnhelper does not result in an error
Reviewed-by: rriggs, martin, fweimer
|
2019-06-05 09:12:45 +02:00 |
|
Thomas Stuefe
|
7fa6705cb3
|
8224181: On child process spawn, child may write to random file descriptor instead of the fail pipe
Reviewed-by: rriggs, martin
|
2019-06-05 08:59:17 +02: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 |
|
Dmitry Chuyko
|
7a1ce223b9
|
8220072: GCC 8.3 reports errors in java.base
Reviewed-by: rriggs
|
2019-05-22 21:33:58 +03:00 |
|
Arthur Eubanks
|
4e1d7a6caa
|
8223532: Don't try creating IPv4 sockets in NetworkInterface.c if IPv4 is not supported
Reviewed-by: dfuchs, chegar
|
2019-05-07 16:18:21 -07:00 |
|
Prasanta Sadhukhan
|
dfe0ca547b
|
Merge
|
2019-05-14 11:23:08 +05:30 |
|
Phil Race
|
8ca1211aab
|
8212700: Change the mechanism by which JDK loads the platform-specific AWT Toolkit
Reviewed-by: serb, rriggs
|
2019-05-10 16:22:35 -07:00 |
|
Phil Race
|
1b03f22dff
|
Merge
|
2019-05-07 11:52:28 -07:00 |
|
Phil Race
|
5c2948942f
|
8222819: Remove setting of headless property on MacOS from launcher code
Reviewed-by: serb, rriggs
|
2019-05-03 17:06:42 -07:00 |
|
Phil Race
|
501a6f3423
|
Merge
|
2019-05-02 10:48:56 -07: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 |
|
Phil Race
|
d43616c60a
|
8130266: Change the mechanism by which JDK loads the platform-specific GraphicsEnvironment class
Reviewed-by: serb, bchristi
|
2019-04-29 10:16:58 -07:00 |
|
Phil Race
|
e3e016b54c
|
8212701: remove sun.desktop property from launcher code
Reviewed-by: serb, alanb, rriggs
|
2019-04-24 09:21:02 -07:00 |
|
Brian Burkhalter
|
2c35825433
|
8220793: (fs) No support for changing modification time of symlink
Reviewed-by: alanb, rriggs
|
2019-05-02 13:25:00 -07:00 |
|
Alan Bateman
|
94d1d0d3d4
|
8223353: (ch) Change channel close implementation to not wait for I/O threads
Reviewed-by: dfuchs, chegar
|
2019-05-08 08:15:04 +01:00 |
|
Arthur Eubanks
|
0465104af6
|
8222562: Don't set IPV6_V6ONLY when IPv4 is not available
Reviewed-by: dfuchs, chegar
|
2019-04-16 13:16:49 -07:00 |
|
Alan Bateman
|
2998236d83
|
8222774: (ch) Replace uses of stateLock and blockingLock with j.u.c. locks
Reviewed-by: dfuchs, bpb, martin
|
2019-04-25 10:41:49 +01:00 |
|
Christoph Langer
|
6ede0b6bb8
|
8221262: Cleanups in UnixFileSystem/WinNTFileSystem implementation classes
Reviewed-by: alanb, igerasim
|
2019-03-26 09:16:07 +01:00 |
|
Alan Bateman
|
3a4d5db248
|
8221252: (sc) SocketChannel and its socket adaptor need to handle connection reset
Reviewed-by: bpb
|
2019-03-22 11:35:35 +00:00 |
|
Ivan Gerasimov
|
9f5bcd46f0
|
8170494: JNI exception pending in PlainDatagramSocketImpl.c
Reviewed-by: clanger, vtewari
|
2019-03-21 12:28:58 -07:00 |
|
Ivan Gerasimov
|
07b560a1a1
|
6307456: UnixFileSystem_md.c use of chmod() and access() should handle EINTR signal appropriately (unix)
Reviewed-by: bpb, dholmes, alanb
|
2019-03-16 13:44:30 -07:00 |
|
Alan Bateman
|
c306e3f059
|
8220738: (sc) Move ServerSocketChannelImpl remaining native method to Net
Reviewed-by: bpb
|
2019-03-16 12:31:31 +00:00 |
|
Henry Jen
|
b481f5bd24
|
8217216: Launcher does not defend itself against LD_LIBRARY_PATH_64 (Solaris)
Reviewed-by: rriggs
|
2019-03-07 10:18:23 -08:00 |
|
Dmitry Chuyko
|
b818234d2a
|
8215009: GCC 8 compilation error in libjli
Reviewed-by: dholmes, mikael, rriggs
|
2019-02-27 13:13:15 +03:00 |
|
Brian Burkhalter
|
dce16304c1
|
8218882: NET_Writev is declared, NET_WriteV is defined
Reviewed-by: alanb, chegar
|
2019-02-13 07:58:04 -08:00 |
|
Thomas Stuefe
|
e21cb12d35
|
8212828: (process) Change the Process launch mechanism default on Linux to be posix_spawn
Reviewed-by: rriggs, martin
|
2019-02-08 08:49:32 +01:00 |
|
Alan Bateman
|
779991a9c8
|
8217500: (sc) Move SocketChannelImpl's remaining native methods to Net
Reviewed-by: bpb
|
2019-01-23 13:16:16 +00:00 |
|
Alan Bateman
|
755872aa82
|
8217461: (ch) Add Net.available to return the number of bytes in the socket input buffer
Reviewed-by: clanger, michaelm
|
2019-01-22 16:39:52 +00:00 |
|
Alan Bateman
|
bb1e1c7120
|
8217451: ExtendedSocketOptions should encapsulate support for SO_FLOW_SLA
Reviewed-by: michaelm, chegar
|
2019-01-22 12:32:19 +00:00 |
|
Christoph Langer
|
289c155e7d
|
8217311: Improve Exception thrown when MulticastSocket.setInterface fails on AIX(Unix)
Reviewed-by: sgroeger, alanb, mbaesken, chegar
|
2019-01-18 09:04:09 +01:00 |
|
Ivan Gerasimov
|
f31819f7c5
|
8007606: Handle realloc() failure in unix/native/libnet/net_util_md.c correctly
Reviewed-by: clanger, mbaesken
|
2019-01-16 10:12:58 -08:00 |
|
Goetz Lindenmaier
|
5f2fe089e3
|
8217044: [aix] Launcher still adds old path to jli library to LIBPATH
Reviewed-by: ihse, rriggs, dholmes
|
2019-01-15 12:02:40 +01:00 |
|
Jesper Wilhelmsson
|
a8c5f1e59a
|
Merge
|
2019-01-15 22:54:09 +01:00 |
|
Henry Jen
|
776ef6a071
|
Merge
|
2019-01-15 10:55:26 -08:00 |
|
Henry Jen
|
def1ac3acc
|
Merge
|
2018-12-13 11:51:06 -08:00 |
|
Henry Jen
|
d77f96b0b2
|
Merge
|
2018-12-13 11:47:35 -08:00 |
|
Claes Redestad
|
a3df1d618e
|
8215281: Use String.isEmpty() when applicable in java.base
Reviewed-by: dfuchs, alanb
|
2018-12-13 15:31:05 +01:00 |
|
Prasanta Sadhukhan
|
597c61458e
|
Merge
|
2018-12-12 15:04:47 +05:30 |
|
Prasanta Sadhukhan
|
b3eb4c3ce8
|
Merge
|
2018-12-11 10:47:37 +05:30 |
|
Phil Race
|
8895605e66
|
8212703: Remove sun.java2d.fontpath property from java launcher code
Reviewed-by: alanb, rriggs
|
2018-12-10 12:33:23 -08:00 |
|
Muthusamy Chinnathambi
|
2fa6333113
|
8215397: jsig.c missing classpath exception
Reviewed-by: dholmes
|
2018-12-18 12:59:39 +05:30 |
|
Pavel Rappo
|
884c808e83
|
8215292: Back out changes for node- and link- local ipv6 multicast address
Reviewed-by: chegar, alanb
|
2018-12-14 19:49:03 +00:00 |
|
Steve Groeger
|
4de59847eb
|
8211844: [aix] ProcessBuilder: Piping between created processes does not work
Reviewed-by: cjplummer, simonis, goetz
|
2018-12-07 14:35:57 +01:00 |
|
Roger Riggs
|
938b844088
|
8214971: Replace use of string.equals("") with isEmpty()
Reviewed-by: jlaskey, prappo, lancea, dfuchs, redestad
|
2018-12-07 11:51:17 -05:00 |
|
Prasanta Sadhukhan
|
5f2062b484
|
Merge
|
2018-12-04 13:35:04 +05:30 |
|
Phil Race
|
7fe615f9a7
|
8130264: change the mechanism by which JDK loads the platform-specific PrinterJob implementation
Reviewed-by: serb, rriggs
|
2018-11-30 10:55:59 -08:00 |
|
Matthias Baesken
|
4fb0c5f31b
|
8216355: missing NULL checks in libnet in interface iteration and potential resource leak in getMacAddress
Reviewed-by: clanger, rwestberg
|
2019-01-09 14:46:40 +01:00 |
|
Jesper Wilhelmsson
|
f4f859b446
|
Merge
|
2018-12-19 20:53:30 +01:00 |
|
Nick Gasson
|
1d7662e428
|
8214077: test java/io/File/SetLastModified.java fails on ARM32
Replace uses of stat with stat64 in java.base
Reviewed-by: alanb
|
2018-12-14 13:30:21 +00:00 |
|