Harold Seigel
|
d872314ef3
|
8211438: [Testbug] runtime/XCheckJniJsig/XCheckJSig.java looks for libjsig in wrong location
Remove the os_arch string and JRE path from the test. Also add JNIEXPORT to libjsig symbols so dlsym can find them
Reviewed-by: dholmes, lfoltan
|
2018-10-05 08:50:49 -04:00 |
|
Andrew Haley
|
1ef860cf09
|
8211163: UNIX version of Java_java_io_Console_echo does not return a clean boolean
Reviewed-by: shade, alanb
|
2018-10-03 17:29:47 +01:00 |
|
Matthias Baesken
|
19ca9280a6
|
8211146: fix problematic elif-tests after recent gcc warning changes Werror=undef
Reviewed-by: stuefe, clanger, dholmes, chegar, alanb
|
2018-09-26 14:28:37 +02:00 |
|
Brent Christian
|
3910193204
|
8072130: java/lang/instrument/BootClassPath/BootClassPathTest.sh fails on Mac OSX
Reviewed-by: sherman
|
2018-09-24 10:41:41 -07:00 |
|
Magnus Ihse Bursie
|
fe67f09af3
|
8210924: Remove PACKAGE_PATH
Reviewed-by: tbell
|
2018-09-20 00:19:46 +02:00 |
|
Ivan Gerasimov
|
27e26fbdd7
|
8210786: Typo s/overriden/overridden/ in several places
Reviewed-by: weijun
|
2018-09-15 22:02:08 -07:00 |
|
Magnus Ihse Bursie
|
6b2d1c9834
|
8200609: Proper fix for mapfile removal for libjsig
Reviewed-by: erikj, dholmes
|
2018-09-10 09:58:23 +02:00 |
|
Brian Burkhalter
|
67b2c6fc66
|
8207744: Clean up inconsistent use of opendir/closedir versus opendir64/closedir64
Reviewed-by: bsrbnd, mbaesken, bchristi, simonis
|
2018-08-30 12:39:26 -07:00 |
|
Claes Redestad
|
5ddac96c10
|
8209837: Avoid initializing ExpiringCache during bootstrap
Reviewed-by: sundar, forax
|
2018-08-24 14:04:34 +02:00 |
|
Roger Riggs
|
63b1edb7b7
|
8208715: Conversion of milliseconds to nanoseconds in UNIXProcess contains bug
Reviewed-by: martin
|
2018-08-15 10:38:27 -04:00 |
|
Brian Burkhalter
|
b924bf7233
|
8186766 : UnixNativeDispatcher::readlink() may truncate overlong paths
Reviewed-by: alanb
|
2018-08-03 12:45:18 -07:00 |
|
Phil Race
|
28e828130d
|
Merge
|
2018-07-19 10:17:22 -07:00 |
|
Bernard Blaser
|
f4723253b6
|
8202794: Native Unix code should use readdir rather than readdir_r
Reviewed-by: alanb, bsrbnd
|
2018-07-17 12:03:10 -07:00 |
|
Alan Bateman
|
df45a1b57e
|
8207340: (fs) UnixNativeDispatcher close and readdir usages should be fixed
Reviewed-by: bpb
|
2018-07-17 08:10:48 +01:00 |
|
Jesper Wilhelmsson
|
dafb3af62d
|
Merge
|
2018-07-11 21:41:43 +02:00 |
|
Brian Burkhalter
|
aef5f86408
|
8202252: (aio) Closed AsynchronousSocketChannel keeps completion handler alive
Clear handler instance variable after use
Reviewed-by: rriggs, alanb
|
2018-07-03 15:02:46 -07:00 |
|
Roger Riggs
|
4098f2560a
|
8066709: Make some JDK system properties read only
Reviewed-by: lancea, sundar, bchristi, weijun, mchung, alanb, mullan
|
2018-06-27 09:36:34 -04:00 |
|
Bhaktavatsal R Maram
|
dc7d03e19d
|
8202329: [AIX] Fix codepage mappings for IBM-943 and Big5
Reviewed-by: simonis, stuefe
|
2018-06-12 13:00:50 +05:30 |
|
Michael McMahon
|
1d79d38007
|
8204233: Add configurable option for enhanced socket IOException messages
Reviewed-by: alanb, chegar
|
2018-06-22 18:10:20 +01:00 |
|
Alan Bateman
|
db61a602f6
|
8199433: (se) select(Consumer<SelectionKey> action) as alternative to selected-key set
Reviewed-by: bpb
|
2018-06-16 10:10:54 +01:00 |
|
Thomas Stuefe
|
4d84004591
|
8204663: clean up remaining native parts after JDK-8187631
Reviewed-by: rriggs, psandoz
|
2018-06-13 20:11:18 +02:00 |
|
Brian Burkhalter
|
e9f3b0e527
|
8201407: Files.move throws DirectoryNonEmptyException when moving directory across file system
Reviewed-by: alanb
|
2018-06-07 07:43:29 -07:00 |
|
Alan Bateman
|
79ed34634b
|
8203937: Not possible to read data from socket after write detects connection reset
Reviewed-by: chegar
|
2018-06-06 12:17:01 +01:00 |
|
Vyom Tewari
|
6a48db9cf6
|
8194298: Add support for per Socket configuration of TCP keepalive
Reviewed-by: chegar, clanger, igerasim, alanb
|
2018-05-30 16:36:35 +05:30 |
|
Ivan Gerasimov
|
33b7f68964
|
8203369: Check for both EAGAIN and EWOULDBLOCK error codes
Reviewed-by: alanb
|
2018-05-25 12:44:34 -07:00 |
|
Erik Joelsson
|
ad3144f97f
|
8202920: jvm.cfg generation incorrect
Reviewed-by: ihse, shade, dholmes, ksrini
|
2018-05-16 09:40:57 -07:00 |
|
Christoph Langer
|
2ac4c89501
|
8202181: Correctly specify size of hostname buffer in Unix Inet*AddressImpl_getLocalHostName implementations
Reviewed-by: stuefe, bpb, vtewari, chegar
|
2018-05-04 14:37:58 +01:00 |
|
Jan Lahoda
|
f7afa8ff53
|
8202105: Console echo is disabled when exiting jshell
Preserving original terminal echo state when Console.readPassword finishes.
Reviewed-by: sherman, martin
|
2018-04-30 15:03:08 +02:00 |
|
Alan Bateman
|
2df7aa7b9f
|
8202261: (fc) FileChannel.map and RandomAccessFile.setLength should not preallocate space
Reviewed-by: bpb
|
2018-04-26 09:04:18 +01:00 |
|
Ivan Gerasimov
|
3a7104760a
|
8196224: Even better Internet address support
Reviewed-by: chegar, rriggs, rhalade, vtewari
|
2018-02-05 14:18:22 -08:00 |
|
Vyom Tewari
|
d5e9b33541
|
8193419: Better Internet address support
Reviewed-by: chegar, rriggs, igerasim, skoivu, rhalade
|
2018-01-18 13:55:26 +05:30 |
|
Srividya Shamaiah
|
698152fb51
|
8201369: Inet4AddressImpl_getLocalHostName reverse lookup on Solaris only
Reviewed-by: clanger, chegar
|
2018-04-16 12:50:10 +05:30 |
|
Xueming Shen
|
1775d925de
|
8194750: Console.readPassword does not save/restore tty settings
Reviewed-by: martin, alanb
|
2018-04-17 11:20:50 -07:00 |
|
Joel Pelaez Jorge
|
4f1c8f3d08
|
8200719: Cannot connect to IPv6 host when exists any active network interface without IPv6 address
Reviewed-by: clanger, chegar
|
2018-04-16 11:11:52 +02:00 |
|
Alan Bateman
|
45fb75c85a
|
8201474: (so) Socket adaptor connect(InetAddress, timeout) succeeds when connection fails
Reviewed-by: bpb
|
2018-04-14 08:41:42 +01:00 |
|
Magnus Ihse Bursie
|
70e23d4ded
|
8200298: Unify all unix versions of libjsig/jsig.c
Reviewed-by: dholmes, stuefe
|
2018-04-10 19:46:02 +02:00 |
|
Alan Bateman
|
97d7cfb14e
|
8200458: (se) Readiness information previously recorded in the ready set not preserved
Reviewed-by: bpb, chegar
|
2018-04-05 15:04:09 +01:00 |
|
Alan Bateman
|
d185d65b69
|
8200583: (se) Selector clean-up, part 4
Reviewed-by: bpb, chegar
|
2018-04-05 15:01:57 +01:00 |
|
Alan Bateman
|
34c94079ed
|
8200257: (se) More Selector cleanup
Reviewed-by: bpb
|
2018-03-30 08:28:09 +01:00 |
|
Magnus Ihse Bursie
|
89f6ccb93e
|
8200178: Remove mapfiles for JDK native libraries
Reviewed-by: erikj, alanb, mchung, prr, weijun
|
2018-03-28 23:56:08 +02:00 |
|
Ivan Gerasimov
|
3d160a80fc
|
8198358: Align organization of TwoStacksPlainSocketImp with DualStackPlainSocketImpl [win]
Reviewed-by: chegar, clanger
|
2018-03-27 13:22:40 -07:00 |
|
Alan Bateman
|
704b2ccd93
|
8200256: java/nio/channels/AsynchronousChannelGroup/Basic.java fails intermittently
Reviewed-by: chegar
|
2018-03-27 19:29:46 +01:00 |
|
Alan Bateman
|
187bf57418
|
8200179: (se) More Selector cleanup
Reviewed-by: bpb
|
2018-03-24 08:49:55 +00:00 |
|
Phil Race
|
3d9f35c4f5
|
Merge
|
2018-03-23 08:49:58 -07:00 |
|
Alan Bateman
|
3bb85f5fc5
|
8199791: (se) More Selector cleanup
Reviewed-by: redestad, bpb
|
2018-03-23 14:18:18 +00:00 |
|
Phil Race
|
1597645191
|
8200129: Remove D3D Performance Counter
Reviewed-by: alanb, serb
|
2018-03-22 14:02:20 -07:00 |
|
Brian Burkhalter
|
9e3d8fd230
|
8194746: (fs) Add equivalents of Paths.get to Path interface
Copy Paths.get() methods to Path.get() methods and have former call latter
Reviewed-by: alanb, forax, chegar, psandoz
|
2018-03-22 12:30:47 -07:00 |
|
Alan Bateman
|
889a041f22
|
8198928: (so) SocketChannel connect may deadlock if closed at around same time that connect fails
Reviewed-by: bpb, mli
|
2018-03-07 07:13:55 +00:00 |
|
Alan Bateman
|
13dd8888d2
|
8198562: (ch) Separate blocking and non-blocking code paths (part 1)
8198754: (ch) Separate blocking and non-blocking code paths (part 2)
Reviewed-by: bpb
|
2018-02-28 09:54:38 +00:00 |
|
Roger Riggs
|
cfe9ad4608
|
8189330: Cleanup FileDescriptor implementation
Reviewed-by: bpb
|
2018-02-23 14:26:29 -05:00 |
|