17600 Commits

Author SHA1 Message Date
Roger Riggs
f16bb08f89 8087189: RMI server-side multiplex protocol support should be removed
Reviewed-by: alanb
2017-08-31 17:08:35 -04:00
Bradford Wetmore
a787caa42d 8186093: A comment in the java.security configuration file incorrectly says that strong but "limited" is the default value
Reviewed-by: mullan
2017-08-31 12:48:19 -07:00
Naoto Sato
183e692a6e 8180469: Wrong short form text for supplemental Japanese era
Reviewed-by: rriggs
2017-08-31 08:35:16 -07:00
Jonathan Gibbons
7eb1d1757a 8186934: Fix accessibility issues in the java.naming module
Reviewed-by: mchung
2017-08-30 12:46:53 -07:00
Jonathan Gibbons
965798a643 8186932: Fix accessibility issues in the java.management module
Reviewed-by: mchung
2017-08-30 12:45:43 -07:00
Naoto Sato
d335accdd5 8179246:  /  are literally visible in javadoc
Reviewed-by: jjg
2017-08-30 11:37:48 -07:00
Claes Redestad
a0564d954d 8186517: sun.nio.cs.StandardCharsets$Aliases and Classes can be lazily loaded
Reviewed-by: sherman, martin, plevart
2017-08-30 20:12:53 +02:00
Xueming Shen
cfe34ed89c 8186801: Add regression test to test mapping based charsets (generated at build time)
Reviewed-by: alanb
2017-08-30 10:09:13 -07:00
Claes Redestad
e7360c4387 8186930: Constant fold URI constants
Reviewed-by: alanb, chegar
2017-08-30 18:45:27 +02:00
Jesper Wilhelmsson
a65fbadfdf Merge 2017-08-29 17:17:57 +02:00
Stuart Marks
312d5273ed 8186851: fix misspellings of "dependent" and "independent" in the JDK repo
Reviewed-by: bpb, psadhukhan
2017-08-29 12:16:28 -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
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
Serguei Spitsyn
5f6d70b62b Merge 2017-08-28 07:53:26 +00:00
Steve Groeger
3cb81ffff9 8186776: use ReleaseStringUTFChars instead of jvmtiDeallocate to release strings
Replace jvmtiDeallocate with ReleaseStringUTFChars

Reviewed-by: sspitsyn, clanger
2017-08-28 00:49:06 -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
75ab5a406c Merge 2017-08-22 16:20:29 +02: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