Commit Graph

17583 Commits

Author SHA1 Message Date
Nishit Jain
2935665766 8186713: Document default rounding mode in NumberFormat
Reviewed-by: naoto, bpb
2017-08-29 12:16:22 +05:30
Xue-Lei Andrew Fan
25c3c626bf 8179654: New JDK 9 typos in SSLEngineResult
Reviewed-by: ascarpino, wetmore
2017-08-29 00:01:00 +00:00
Roger Riggs
c8b0184da7 8186539: [testlibrary] TestSocketFactory should allow triggers before match/replace
Reviewed-by: smarks
2017-08-28 13:21:58 -04:00
Naoto Sato
b474897fe2 8171049: Era.getDisplayName doesn't work with non-IsoChronology
Reviewed-by: rriggs
2017-08-28 10:16:33 -07:00
Mandy Chung
496b798b66 8186145: tools/launcher/modules/validate/ValidateModulesTest.java fails when launched with -XX:+EnableJVMCI
--validate-modules runs with a boot layer resolving all system modules rather than only java.base

Reviewed-by: alanb
2017-08-25 10:52:17 -07:00
Brian Burkhalter
d5f19a429a 8186707: Remove libnio FileChannelImpl native close0() function
Remove Java_sun_nio_ch_FileChannelImpl_close0() on Unix and Windows and Java_sun_nio_ch_FileDispatcherImpl_closeByHandle on Windows only

Reviewed-by: alanb
2017-08-25 10:43:12 -07:00
Brent Christian
3d44d41bf8 8186217: Remove erroneous @hidden JavaDoc tag from java.util.Properties.replace(Object, Object, Object)
Reviewed-by: bpb, naoto
2017-08-25 10:39:02 -07:00
Abhijit Saha
a2b2bb8b23 Merge 2017-08-25 05:02:36 +00:00
Abhijit Saha
a33b72acab Added tag jdk-10+21 for changeset c6cefe631b18 2017-08-25 04:59:20 +00:00
Weijun Wang
56d9e8360f 8186576: KerberosTicket does not properly handle renewable tickets at the end of their lifetime
Reviewed-by: xuelei
2017-08-25 09:28:10 +08:00
Jonathan Gibbons
15a9282cb9 8186684: Fix broken links in java.base API docs
Reviewed-by: sherman, martin, mchung, bpb, lancea
2017-08-24 16:52:21 -07:00
Igor Ignatyev
2637330e18 8186613: remove ClassFileInstaller from jdk/test/lib/testlibrary
Reviewed-by: mchung, igerasim
2017-08-24 15:40:26 -07:00
Vinnie Ryan
ac74c7fdb4 8173181: Empty string alias in KeyStore throws StringIndexOutOfBoundsException for getEntry()
Reviewed-by: weijun
2017-08-24 16:49:56 +01:00
Claes Redestad
07d8b10614 8186500: StringConcatFactory.makeConcatWithConstants throws AssertionError when recipe contains non-String constants
Reviewed-by: shade, psandoz
2017-08-24 15:03:38 +02:00
Xueming Shen
1152b56c5b 8186142: ZipPath.{starts,ends}With(nonZipPath) throws an exception, but should return false
Reviewed-by: martin
2017-08-23 21:27:02 -07:00
Jonathan Gibbons
0ad228775f 8186466: Fix accessibility and other minor issues in java.base
Reviewed-by: mchung, naoto, martin
2017-08-23 10:58:11 -07:00
Lance Andersen
51f1081189 8184120: javax.transaction.xa.Xid fields reference obsolete method names
Reviewed-by: psandoz
2017-08-23 12:24:55 -04:00
Sibabrata Sahoo
6244c921c7 8183310: java/security/modules/ModularTest.java should clean up better
This require cleaning up Test files.

Reviewed-by: weijun
2017-08-23 09:13:32 -07:00
Jesper Wilhelmsson
cce73f294c Merge 2017-08-22 16:20:29 +02:00
Roger Riggs
9c6245db87 8173817: StackOverflowError in "process reaper" thread
Switch to inner class to avoid lambda stack overhead in ProcessReaper

Reviewed-by: dholmes, martin
2017-08-22 09:41:58 -04:00
Jan Lahoda
312f813dbb 8182297: jshell tool: pasting multiple lines of code truncated
Read input needs to be kept across ConsoleReader.readLine invocations unless consumed.

Reviewed-by: rfield
2017-08-22 13:08:15 +02:00
Nishit Jain
48c3c0e860 6609718: [Fmt-Ch] uninformative exception in ChoiceFormat.applyPattern(String)
Reviewed-by: naoto
2017-08-22 12:04:53 +05:30
Claes Redestad
01c44cfed8 8185362: Replace use of AtomicReferenceFieldUpdater from BufferedInputStream with Unsafe
Reviewed-by: shade, martin, sherman
2017-08-22 07:52:40 +02:00
Claes Redestad
a0682e8231 8186334: JarFile throws ArrayIndexOutOfBoundsException when the manifest contains certain characters
Reviewed-by: psandoz, bchristi
2017-08-22 07:52:16 +02:00
Kevin Walls
d425d3d235 Merge 2017-08-21 14:14:01 +00:00
Sean Mullan
f36db2dd00 8159544: Remove deprecated classes in com.sun.security.auth.**
Reviewed-by: jlahoda, vinnie, weijun
2017-08-21 14:05:10 +00:00
Igor Ignatyev
d46142923c 8186095: upgrade to jtreg 4.2 b08
Reviewed-by: rriggs, mchung, dholmes, iklam
2017-08-20 20:36:12 -07:00
Harold Seigel
10195e6bf1 8168677: Typo in API docs for com.sun.tools.attach
Change "VirtalMachine" to "VirtualMachine"

Reviewed-by: dholmes
2017-08-18 15:07:32 -04:00
Jesper Wilhelmsson
d45a0b61f9 Merge 2017-08-18 18:39:35 +02:00
Shafi Ahmad
87b57deb8f 8169961: Memory leak after debugging session
TargetVM gets an EventController which is a daemon thread, but don't see the thread having a way of stopping so added code to exit as soon as TargetVM thread stops listening.

Reviewed-by: clanger, dcubed, sspitsyn
2017-08-18 04:34:16 -07:00
Abhijit Saha
38811d03a3 Added tag jdk-10+20 for changeset c647e44ea1b9 2017-08-18 04:36:56 +00:00
Jesper Wilhelmsson
745b1b769a Merge 2017-08-17 19:35:37 +02:00
Daniel Fuchs
ffe7f7d107 8177935: java/net/httpclient/http2/FixedThreadPoolTest.java fails frequently
Fixes a race condition in AsyncWriteQueue

Reviewed-by: chegar
2017-08-17 16:48:45 +01:00
Roger Riggs
f1c5dd9a93 8185346: Relax RMI Registry Serial Filter to allow arrays of any type
Registry filter should allow arrays of any type

Reviewed-by: dfuchs, smarks, coffeys
2017-08-16 16:46:51 -04:00
Xueming Shen
fd1b707758 8186227: jdk/nio/zipfs/ZeroDate.java fails on Windows with "IllegalArgumentException: Illegal character in opaque part at index 13"
Reviewed-by: rriggs
2017-08-16 13:15:45 -07:00
Jesper Wilhelmsson
31ebdb6fdd Merge 2017-08-16 21:16:30 +02:00
Phil Race
ce6e379b4e 8186259: IOExceptionIfEncodedURLTest.sh versus IOExceptionIfEncodedURLTest.java
Reviewed-by: tbell
2017-08-16 11:29:58 -07:00
Daniel Fuchs
997d77996c 8181422: ClassCastException in HTTP Client
Added missing AsyncSSLTunnelConnection

Reviewed-by: michaelm
2017-08-16 10:55:05 +01:00
John Jiang
55fe55c4ff 8179614: Test for jarsigner on verifying jars that are signed and timestamped by other JDK releases
A test on checking the compatibility on jarsigner cross different JDK releases

Reviewed-by: mullan
2017-08-15 19:19:50 -07:00
John Jiang
f413915e19 8185620: MSCAPI test leaves too many entries in keystore
Deletes the added entries before exiting

Reviewed-by: vinnie
2017-08-14 21:24:45 -07:00
Liam Miller-Cushon
925357af09 8184940: JDK 9 rejects zip files where the modified day or month is 0
Reviewed-by: martin
2017-08-14 17:19:31 -07:00
Jonathan Gibbons
b6f3d93557 8186160: Fix a11y issues in java.security package
Reviewed-by: wetmore
2017-08-14 13:57:15 -07:00
Jonathan Gibbons
0f6e2890e7 8186156: Fix a11y and HTML issues in java.net and javax.net packages
Reviewed-by: lancea, mchung
2017-08-14 13:54:10 -07:00
Daniel D. Daugherty
204e44eee9 8186152: quarantine sun/management/jdp/JdpOffTest.java
Reviewed-by: sspitsyn
2017-08-11 13:41:00 -07:00
Jesper Wilhelmsson
2cfd23d6f4 Merge 2017-08-08 22:55:42 +02:00
Weijun Wang
43ead07d44 8185934: keytool shows "Signature algorithm: SHA1withECDSA, -1-bit key"
Reviewed-by: mullan
2017-08-08 21:37:38 +08:00
Daniel Fuchs
36378834a9 8185852: HttpConnection should resolve addresses before SocketChannel.connect() is called
HttpConnection checks whether the proxy address is resolved and if not attempts to resolve it before creating the underlying connection that connects to the proxy.

Reviewed-by: chegar
2017-08-08 12:32:41 +01:00
Roger Riggs
15ebee5d38 8184744: Replace finalizer in crypto classes with Cleaner
Reviewed-by: mchung
2017-08-07 14:14:03 -04:00
Alan Bateman
df5b632f58 8185853: Generate readability graph at link time and other startup improvements
Reviewed-by: mchung
2017-08-07 09:37:16 +01:00
Lana Steuck
39960027c3 Added tag jdk-10+18 for changeset cbd5a7843b0b 2017-08-04 23:29:10 +00:00