Brian Burkhalter
|
c7bb91a8f4
|
8177809: File.lastModified() is losing milliseconds (always ends in 000)
Use higher precision time values where available.
Reviewed-by: bchristi, rriggs
|
2017-05-18 12:53:19 -07:00 |
|
Brian Burkhalter
|
08ce8454f6
|
8180519: Windows FILETIME should be converted to and from ULARGE_INTEGER not LARGE_INTEGER
Change LARGE_INTEGER to ULARGE_INTEGER for FILETIMEs used with the GetFileTime() and SetFileTime() functions.
Reviewed-by: rriggs
|
2017-05-18 10:22:55 -07:00 |
|
Henry Jen
|
ca94b73222
|
8180447: Trailing space in JDK_JAVA_OPTIONS causes an application fail to launch
Reviewed-by: alanb, mchung, ksrini
|
2017-05-17 16:26:23 -07:00 |
|
Brian Burkhalter
|
374e7bae7a
|
7086489: File.lastModified should accuracy as well as resolution
Add an @apiNote indicating that the last-modified time might be of coarser than millisecond granularity.
Reviewed-by: smarks
|
2017-05-17 14:29:26 -07:00 |
|
Laurent Bourgès
|
80581a0c13
|
8180055: Upgrade the Marlin renderer in Java2D
Added the double-precision variant + MarlinFX backports + Improved MarlinTileGenerator + higher precision of the cubic / quadratic curve
Reviewed-by: flar, pnarayanan
|
2017-05-17 22:05:11 +02:00 |
|
Phil Race
|
7eb1822889
|
Merge
|
2017-05-17 11:01:09 -07:00 |
|
Sean Mullan
|
a99fc645d6
|
8180307: Update JDK 9 Required Cipher Algorithms
Reviewed-by: valeriep
|
2017-05-17 08:51:46 -04:00 |
|
Kumar Srinivasan
|
b0e4f83d40
|
8180202: -XXaltjvm is not working anymore on MacOSX
Reviewed-by: dholmes
|
2017-05-16 07:17:08 -07:00 |
|
Roger Riggs
|
27770e6af7
|
8180319: Update Serialization spec to omit obsolete serialver -show and change history
Reviewed-by: chegar
|
2017-05-16 09:42:38 -04:00 |
|
Matthias Baesken
|
3237d00f72
|
8180413: avoid accessing NULL in jdk.jdwp.agent
Reviewed-by: clanger, dsamersoff, sspitsyn
|
2017-05-16 10:52:30 +02:00 |
|
Naoto Sato
|
0c7b96199f
|
8176160: AbstractCalendar.getEra compares Era and String
Reviewed-by: martin
|
2017-06-01 12:44:01 -07:00 |
|
Naoto Sato
|
b62344e08a
|
8176853: Locale.Builder.removeUnicodeLocaleAttribute(null) should throw NullPointerException
Reviewed-by: martin
|
2017-06-01 12:43:46 -07:00 |
|
Naoto Sato
|
74cfd999b9
|
8176847: Calendar.checkDisplayNameParams() should check case of style == 3
Reviewed-by: martin
|
2017-06-01 12:43:11 -07:00 |
|
Thomas Stuefe
|
7d4c61e2b7
|
8181207: 8177809 breaks AIX 5.3, 6.1 builds
Reviewed-by: vtewari, simonis, clanger
|
2017-06-01 08:59:24 +02:00 |
|
Lana Steuck
|
dfd0cc3152
|
Merge
|
2017-05-31 17:47:58 +00:00 |
|
Mikhail Cherkasov
|
1df6a97a4d
|
8175915: NullPointerException from JComboBox and JList when Accessibility enabled
Reviewed-by: serb, prr
|
2017-05-15 15:32:14 +03:00 |
|
Stuart Marks
|
44bdf50a3a
|
8180137: fix broken link in java.lang.Iterable
Reviewed-by: rriggs
|
2017-05-12 14:52:26 -07:00 |
|
Vladimir Kozlov
|
0a1859b858
|
Merge
|
2017-05-12 13:59:16 -07:00 |
|
Ron Pressler
|
999aabdd77
|
8180075: Javadoc of MethodHandles.Lookup::bind should note the difference from MethodHandle::bindTo
Reviewed-by: psandoz
|
2017-05-12 13:43:06 -07:00 |
|
Roger Riggs
|
48dc9fb500
|
8180082: Broken javadoc links
Reviewed-by: mchung, bpb, chegar, ihse
|
2017-05-12 15:15:43 -04:00 |
|
Lance Andersen
|
f5156046b4
|
8180309: Minor update to javax.sql.rowset package.html
Reviewed-by: mchung
|
2017-05-12 14:35:58 -04:00 |
|
Daniel Fuchs
|
915eecdb1a
|
8180176: Broken javadoc links in java.logging and java.naming
Replace relative hrefs with {@extLink } taglets.
Reviewed-by: chegar, mchung, vtewari
|
2017-05-12 19:06:56 +01:00 |
|
Jonathan Gibbons
|
2792fa9b9e
|
Merge
|
2017-05-12 10:43:28 -07:00 |
|
Kumar Srinivasan
|
2bfca02246
|
8179697: Fix Html5 errors in java.naming, java.logging, jdk.httpserver, jdk.net, jdk.sctp
Reviewed-by: dfuchs
|
2017-05-12 10:26:25 -07:00 |
|
Kumar Srinivasan
|
a48f7a4251
|
8179631: Fix Html5 errors in java.management, jdk.management, jdk.jdi and jdk.attach
Reviewed-by: mchung
|
2017-05-12 09:42:23 -07:00 |
|
Adam Petcher
|
d137e5465c
|
8175110: Higher quality ECDSA operations
Reviewed-by: jnimeh, valeriep, vinnie, xuelei
|
2017-05-12 17:30:47 +01:00 |
|
Anthony Scarpino
|
adcce8ff05
|
8179998: Clear certificate chain connections
Reviewed-by: mullan, ahgross, rhalade, igerasim
|
2017-05-12 08:20:11 -07:00 |
|
Harsha Wardhana B
|
fb87831bf8
|
8176055: JMX diagnostic improvements
Reviewed-by: dfuchs, mchung, ahgross, rhalade, jwilhelm
|
2017-05-12 18:21:13 +05:30 |
|
Alexander Zvegintsev
|
8ec46c5612
|
8178996: [macos] JComboBox doesn't display popup in mixed JavaFX Swing Application on 8u131 and Mac OS 10.12
Reviewed-by: serb, ssadetsky
|
2017-05-12 15:01:22 +03:00 |
|
David Holmes
|
b88f541750
|
Merge
|
2017-05-12 02:06:04 +00:00 |
|
Jonathan Gibbons
|
1479810601
|
8180256: Fix HTML 5 issues in java.sql and java.sql.rowset modules
Reviewed-by: lancea
|
2017-05-11 18:04:24 -07:00 |
|
Mikael Vidstedt
|
e258384e06
|
8180003: Remove sys/ prefix from poll.h and signal.h includes
Reviewed-by: dholmes, bpb
|
2017-05-11 17:55:05 -07:00 |
|
Doug Lea
|
810e80970a
|
8179515: Class java.util.concurrent.ThreadLocalRandom fails to Initialize when using SecurityManager
Break connection to security framework by using VM.getSavedProperty to read the proeprty.
Reviewed-by: dholmes, martin, redestad, psandoz, mchung
|
2017-05-11 19:34:59 -04:00 |
|
Lana Steuck
|
331e956b48
|
Merge
|
2017-05-11 23:21:42 +00:00 |
|
Lana Steuck
|
5d5921732e
|
Merge
|
2017-05-11 20:22:54 +00:00 |
|
Ron Pressler
|
1f2554ca5c
|
8159995: Rename internal Unsafe.compare methods
Reviewed-by: psandoz, dholmes
|
2017-05-11 12:55:53 -07:00 |
|
Jonathan Gibbons
|
b05e3d5acf
|
8179592: Update tables in java.base to be HTML 5-friendly
Reviewed-by: mchung, darcy, martin
|
2017-05-11 10:48:00 -07:00 |
|
Adam Petcher
|
0dadd76ac8
|
8175106: Higher quality DSA operations
Reviewed-by: vinnie, valeriep, rhalade, ahgross, xuelei
|
2017-05-11 17:21:16 +00:00 |
|
Ajit Ghaisas
|
e80ef7a2e0
|
8179014: JFileChooser with Windows look and feel crashes on win 10
Reviewed-by: prr, serb
|
2017-05-11 12:41:35 +05:30 |
|
Xue-Lei Andrew Fan
|
d9de25905c
|
8140436: Negotiated Finite Field Diffie-Hellman Ephemeral Parameters for TLS
Reviewed-by: valeriep, jnimeh, apetcher
|
2017-05-10 23:40:46 +00:00 |
|
Weijun Wang
|
7a4f23e55d
|
8179389: X509Certificate generateCRLs is extremely slow using a PEM crl list
Reviewed-by: mullan
|
2017-05-11 07:33:23 +08:00 |
|
Stuart Marks
|
56a26d4865
|
8180128: small errors in String javadoc
Reviewed-by: lancea
|
2017-05-10 15:59:15 -07:00 |
|
Kumar Srinivasan
|
00b9efeb0b
|
8169646: Remove launcher's -d32/-d64 option
Reviewed-by: dholmes
|
2017-05-10 15:12:43 -07:00 |
|
Vyom Tewari
|
a502fb459e
|
8179905: Remove the use of gettimeofday in Networking code
Reviewed-by: chegar, rriggs, dfuchs, clanger
|
2017-05-10 23:06:49 +05:30 |
|
Pavel Rappo
|
c74eb4302e
|
8179021: Latest bugfixes to WebSocket/HPACK from the sandbox repo
Reviewed-by: dfuchs
|
2017-05-10 12:36:14 +01:00 |
|
Magnus Ihse Bursie
|
e52af5f5b3
|
8178278: Move Standard Algorithm Names document to specs directory
Reviewed-by: erikj, wetmore, mullan
|
2017-05-10 09:02:43 +02:00 |
|
Ujwal Vangapally
|
987f6bf3ea
|
6515161: If remote removeNotificationListener gets SecurityException, client no longer gets notifications
There won't be any inconsistent state if remote removeNotificationListener gets any exception
Reviewed-by: dfuchs, hb
|
2017-05-10 12:00:08 +05:30 |
|
Ron Pressler
|
30c35f5e34
|
8177153: LambdaMetafactory has default constructor
Reviewed-by: psandoz
|
2017-05-09 15:04:46 -07:00 |
|
Mandy Chung
|
2acf66bce5
|
8179950: Custom system class loader using Enum.valueOf in its initialization triggers java.lang.InternalError
Reviewed-by: alanb, dfuchs, lancea
|
2017-05-09 10:34:13 -07:00 |
|
Brian Burkhalter
|
b1572c1a3d
|
8179662: OutputStreamWriter javadocs states that you can set the buffer size but there is no way to do that
Change specification verbiage to match longstanding behavior
Reviewed-by: briangoetz, chegar, lancea, rriggs
|
2017-05-09 07:40:20 -07:00 |
|