17650 Commits

Author SHA1 Message Date
Phil Race
dc468aae46 Merge 2017-08-29 10:47:16 -07:00
Goetz Lindenmaier
0c89a9cfe5 8186719: [testbug] add @requires vm.cds to CDS tests in jdk test suite
Reviewed-by: dholmes, iklam
2017-08-29 17:29:19 +02:00
Ujwal Vangapally
29378dc9ac 8186224: javax/management/remote/mandatory/subjectDelegation/* fail with java.security.AccessControlException
Edited policy files to grant permissions to all drives on windows

Reviewed-by: hb, clanger
2017-08-29 20:23:14 +05:30
Felix Yang
894ac9ad94 8186818: Enable debug option for TcpTest.java
Reviewed-by: rriggs
2017-08-29 07:16:49 -07:00
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
Phil Race
4211e523ea 8186317: Cache font layout tables for use by harfbuzz
Reviewed-by: srl, pnarayanan
2017-08-28 11:53:44 -07: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
Sergey Bylokhov
05aa9c6d1d 8186261: 4 JNI primitive type mismatch defect groups in XlibWrapper.c
Reviewed-by: azvegint
2017-08-24 11:30:13 -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
Phil Race
3c205b2acc Merge 2017-08-23 12:05:28 -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
Phil Race
6d83ae7b5c 8184135: Remove obsolete dga code and binaries from Solaris SPARC build
Reviewed-by: serb, psadhukhan, pnarayanan
2017-08-23 09:28:08 -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
Sergey Bylokhov
7377576533 8186474: WColor class is superseded by the SystemColor and should be removed
Reviewed-by: azvegint
2017-08-22 09:41:11 -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
Sergey Bylokhov
cc73a1d421 8186263: The SunDropTargetEvent sometimes is not dispatched
Reviewed-by: prr
2017-08-18 14:03:06 -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
Phil Race
d3752ab147 Merge 2017-08-18 11:25:20 -07:00
Laurent Bourgès
076ad85e98 8186364: RFE: API for java.awt.geom.Path2D storage trimming
Reviewed-by: prr, flar
2017-08-18 10:12:50 -07: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
Dmitry Batrak
cb9b582f3e 8174744: [macos] Wrong rendering of string containing surrogate pairs
Reviewed-by: prr, serb
2017-08-17 19:24:58 -07:00
Sergey Bylokhov
858eff4f0b 8185683: Inaccessible and unused classes can be removed from java.desktop module
Reviewed-by: prr, kcr
2017-08-17 13:51:01 -07: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