Pavel Rappo
|
01a3fec4cb
|
8212001: Verify exported symbols in java.base (libjava)
Reviewed-by: chegar
|
2018-10-11 14:10:13 +01:00 |
|
Pavel Rappo
|
a9efcea778
|
8212000: Verify exported symbols in java.base (libnet, libnio/ch)
Reviewed-by: alanb, chegar
|
2018-10-10 14:13:32 +01:00 |
|
Matthias Baesken
|
f8d007dbf0
|
8211149: fix potential memleak in getJavaIDFromLangID after failing SetupI18nProps call [windows]
Reviewed-by: naoto, lucy
|
2018-09-27 15:37:55 +02:00 |
|
Ivan Gerasimov
|
27e26fbdd7
|
8210786: Typo s/overriden/overridden/ in several places
Reviewed-by: weijun
|
2018-09-15 22:02:08 -07:00 |
|
Calvin Cheung
|
fcc414655b
|
8190737: use unicode version of the canonicalize() function to handle long path on windows
Also calling CreateFileW in zip_util.c to handle long path
Reviewed-by: sherman, iklam
|
2018-09-14 11:17:25 -07:00 |
|
Naoto Sato
|
009cd15a1b
|
8209167: Use CLDR's time zone mappings for Windows
Reviewed-by: erikj, rriggs, ihse
|
2018-09-13 13:41:17 -07:00 |
|
Matthias Baesken
|
149be4bad1
|
8210147: adjust some WSAGetLastError usages in windows network coding
Reviewed-by: clanger, stuefe
|
2018-08-29 10:11:51 +02:00 |
|
Matthias Baesken
|
3f4b55c4df
|
8209994: windows: Java_java_net_NetworkInterface_getAll misses releasing interface-list
Reviewed-by: bpb, chegar, simonis
|
2018-08-28 09:01:54 +02: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 |
|
Ivan Gerasimov
|
121c59eb6d
|
8207753: Handle to process snapshot is leaked if Process32First() fails
Reviewed-by: rriggs
|
2018-07-19 13:41:26 -07:00 |
|
Phil Race
|
28e828130d
|
Merge
|
2018-07-19 10:17:22 -07:00 |
|
Ivan Gerasimov
|
b30fe07450
|
8207750: Native handle leak in java.io.WinNTFileSystem.list()
Reviewed-by: bpb
|
2018-07-17 17:17:16 -07:00 |
|
Ivan Gerasimov
|
bd236c55d0
|
8207016: Avoid redundant native memory allocation in getFinalPath()
Reviewed-by: alanb
|
2018-07-16 10:07:22 -07:00 |
|
Ivan Gerasimov
|
051dfe9fb4
|
8207060: Memory leak when malloc fails within WITH_UNICODE_STRING block
Reviewed-by: vtewari, rriggs
|
2018-07-12 11:18:01 -07:00 |
|
Ivan Gerasimov
|
78f3c8a7d4
|
8207145: (fs) Native memory leak in WindowsNativeDispatcher.LookupPrivilegeValue0
Reviewed-by: alanb
|
2018-07-12 06:04:57 -07:00 |
|
Ivan Gerasimov
|
8774d70044
|
8204310: Simpler RandomAccessFile.setLength() on Windows
Reviewed-by: alanb
|
2018-06-29 17:35:04 -07:00 |
|
Xueming Shen
|
4029057547
|
8200243: System error message is decoded as invalid encoding in Windows
Reviewed-by: alanb
|
2018-06-27 09:45:18 -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 |
|
Matthias Baesken
|
7628589694
|
8205342: windows : potential memleaks in getAdapter(s) in NetworkInterface_winXP.c
Reviewed-by: alanb, igerasim, stuefe
|
2018-06-26 09:17:53 +02:00 |
|
Michael McMahon
|
1d79d38007
|
8204233: Add configurable option for enhanced socket IOException messages
Reviewed-by: alanb, chegar
|
2018-06-22 18:10:20 +01:00 |
|
Matthias Baesken
|
b0c5afb037
|
8205416: windows: fix checking of CloseHandle return code in Java_java_io_FileCleanable_cleanupClose0
Reviewed-by: alanb, stuefe
|
2018-06-20 14:25:45 +02: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 |
|
Matthias Baesken
|
48966d03e8
|
8204539: improve error messages in matchJavaTZ [windows]
Reviewed-by: coffeys, clanger, goetz
|
2018-06-08 13:06:08 +02:00 |
|
Jonathan Gibbons
|
fe24730ed9
|
8201274: Launch Single-File Source-Code Programs
Reviewed-by: mcimadamore, jlahoda, ksrini, mchung, ihse, alanb
|
2018-06-07 16:06:49 -07: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 |
|
Brian Burkhalter
|
c9e23b5e71
|
8202076: test/jdk/java/io/File/WinSpecialFiles.java on windows with VS2017
If all other means to obtain the file length fail, fall back to FindFirstFile
Reviewed-by: igerasim, alanb
|
2018-05-22 16:19:31 -07:00 |
|
Erik Joelsson
|
ad3144f97f
|
8202920: jvm.cfg generation incorrect
Reviewed-by: ihse, shade, dholmes, ksrini
|
2018-05-16 09:40:57 -07: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
|
408c972077
|
8202154: Remove unused code in java.base/windows/native/libnet
Reviewed-by: vtewari, clanger
|
2018-04-25 18:30:38 -07: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 |
|
Ivan Gerasimov
|
3649ace8a0
|
8202091: Rename DualStackPlainSocketImpl to PlainSocketImpl [win]
Reviewed-by: clanger, chegar
|
2018-04-23 08:36:41 -07:00 |
|
Ivan Gerasimov
|
9303a8a180
|
8201510: Merge TwoStacksPlainSocketImpl into DualStackPlainSocketImpl [win]
Reviewed-by: chegar
|
2018-04-19 09:36:06 -07:00 |
|
Xueming Shen
|
1775d925de
|
8194750: Console.readPassword does not save/restore tty settings
Reviewed-by: martin, alanb
|
2018-04-17 11:20:50 -07:00 |
|
Aleandr Miloslavskiy
|
d574c9e091
|
8194734: Handle to jimage file inherited into child processes (win)
Reviewed-by: alanb
|
2018-04-16 09:36:01 +01:00 |
|
Alexey Ivanov
|
79cee59a62
|
8199627: Use "Per-Monitor V2" High DPI awareness for Windows 10 v1703
Reviewed-by: serb, prr
|
2018-04-12 14:11:42 +01: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 |
|
Chris Hegarty
|
71a0d523dd
|
8200304: TwoStacksPlainDatagramSocketImpl and socket cleaner
Reviewed-by: alanb, dfuchs, rriggs
|
2018-03-29 20:12:02 +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 |
|
Chris Hegarty
|
22af725681
|
8200181: Remove superflous non-IPv4 code from Java_java_net_TwoStacksPlainSocketImpl_socketListen
Reviewed-by: alanb
|
2018-03-23 21:39:54 +00:00 |
|
Brian Burkhalter
|
917c015610
|
8198997: Cache normalized/resolved user.dir property
Normalize cached user.dir property value in constructor (windows only)
Reviewed-by: alanb
|
2018-03-22 08:41:06 -07:00 |
|
Alan Bateman
|
fc927f60c3
|
8199329: Remove code that attempts to read bytes after connection reset reported
Reviewed-by: redestad, clanger, chegar
|
2018-03-15 11:02:22 +00:00 |
|
Alan Bateman
|
3a7f72200c
|
8199611: (se) Minor selector implementation clean-up
Reviewed-by: clanger, redestad, bpb
|
2018-03-15 10:47:58 +00:00 |
|
Roger Riggs
|
d4941f14af
|
8199470: Remove unused property file.encoding.pkg
Reviewed-by: bpb, sherman
|
2018-03-13 12:46:01 -04:00 |
|