bobv [Tue, 29 Aug 2017 15:52:59 -0400] rev 47058
8186248: Allow more flexibility in selecting Heap % of available RAM
Reviewed-by: dholmes, drwhite
jwilhelm [Tue, 29 Aug 2017 17:17:57 +0200] rev 47057
Merge
kvn [Tue, 29 Aug 2017 10:24:10 -0700] rev 47056
8186462: [Graal] build Graal regardless AOT build
Reviewed-by: twisti, thartmann, erikj
jwilhelm [Mon, 28 Aug 2017 21:46:12 +0200] rev 47055
Merge
asaha [Fri, 01 Sep 2017 14:13:05 +0000] rev 47054
Added tag jdk-10+22 for changeset 23c02a1b49ee
duke [Mon, 04 Sep 2017 11:05:12 +0200] rev 47053
Added tag jdk-10+22 for changeset e5357aa85dad
duke [Mon, 04 Sep 2017 11:05:12 +0200] rev 47052
Merge
duke [Mon, 04 Sep 2017 11:05:06 +0200] rev 47051
Merge
jlahoda [Fri, 25 Aug 2017 13:48:49 +0200] rev 47050
8185426: Jshell crashing on autocompletion
Summary: Properly canceling completion on <tab> if needed.
Reviewed-by: rfield
asaha [Fri, 25 Aug 2017 05:02:57 +0000] rev 47049
Merge
asaha [Fri, 25 Aug 2017 04:59:23 +0000] rev 47048
Added tag jdk-10+21 for changeset 25ac5da6502e
bpatel [Thu, 24 Aug 2017 12:32:32 -0700] rev 47047
8182263: Search box and reset button needs to be a11y fixed.
Reviewed-by: jjg, ksrini
duke [Mon, 04 Sep 2017 11:05:00 +0200] rev 47046
Merge
asaha [Fri, 25 Aug 2017 04:59:19 +0000] rev 47045
Added tag jdk-10+21 for changeset 88329a180238
duke [Mon, 04 Sep 2017 11:04:56 +0200] rev 47044
Merge
joehw [Fri, 25 Aug 2017 10:17:08 -0700] rev 47043
8186675: Javadoc of SAXSource contains implementation detail
Reviewed-by: lancea
asaha [Fri, 25 Aug 2017 04:59:19 +0000] rev 47042
Added tag jdk-10+21 for changeset 5c8fbfb7f89e
duke [Mon, 04 Sep 2017 11:04:51 +0200] rev 47041
Merge
sdama [Fri, 01 Sep 2017 07:55:00 +0530] rev 47040
8184720: Nashorn engine in strict mode throws a java.lang.ClassCastException when calling apply() and passing the arguments object
Summary: Fixed needsCallee method to return true properly in strict mode
Reviewed-by: hannesw, sundar
Contributed-by: srinivas.dama@oracle.com
sdama [Fri, 01 Sep 2017 07:07:11 +0530] rev 47039
8073640: Nashorn scripting: here document with only whitespace gives error
Summary: Added support for handling trailing blank lines in here-doc string parsing
Reviewed-by: hannesw, jlaskey
Contributed-by: srinivas.dama@oracle.com
sdama [Fri, 01 Sep 2017 06:01:08 +0530] rev 47038
8177691: Labeled break in catch and finally works wrongly, when invoked through nashorn
Summary: Added support to check if the block contains goto statements before flagging it as terminal
Reviewed-by: hannesw, jlaskey
Contributed-by: srinivas.dama@oracle.com
hannesw [Wed, 30 Aug 2017 18:47:37 +0200] rev 47037
8184723: jdk.nashorn.internal.runtime.linker.JSObjectLinker.callToApply erroneously asserts given arguments
Reviewed-by: sundar, hannesw
Contributed-by: priya.lakshmi.muthuswamy@oracle.com
asaha [Fri, 25 Aug 2017 04:59:23 +0000] rev 47036
Added tag jdk-10+21 for changeset 66e475363705
duke [Mon, 04 Sep 2017 11:04:47 +0200] rev 47035
Merge
asaha [Fri, 25 Aug 2017 04:59:14 +0000] rev 47034
Added tag jdk-10+21 for changeset f5aa0489808d
duke [Mon, 04 Sep 2017 11:04:42 +0200] rev 47033
Merge
rriggs [Thu, 31 Aug 2017 17:08:35 -0400] rev 47032
8087189: RMI server-side multiplex protocol support should be removed
Reviewed-by: alanb
wetmore [Thu, 31 Aug 2017 12:48:19 -0700] rev 47031
8186093: A comment in the java.security configuration file incorrectly says that strong but "limited" is the default value
Reviewed-by: mullan
naoto [Thu, 31 Aug 2017 08:35:16 -0700] rev 47030
8180469: Wrong short form text for supplemental Japanese era
Reviewed-by: rriggs
jjg [Wed, 30 Aug 2017 12:46:53 -0700] rev 47029
8186934: Fix accessibility issues in the java.naming module
Reviewed-by: mchung
jjg [Wed, 30 Aug 2017 12:45:43 -0700] rev 47028
8186932: Fix accessibility issues in the java.management module
Reviewed-by: mchung
naoto [Wed, 30 Aug 2017 11:37:48 -0700] rev 47027
8179246: /  are literally visible in javadoc
Reviewed-by: jjg
redestad [Wed, 30 Aug 2017 20:12:53 +0200] rev 47026
8186517: sun.nio.cs.StandardCharsets$Aliases and Classes can be lazily loaded
Reviewed-by: sherman, martin, plevart
sherman [Wed, 30 Aug 2017 10:09:13 -0700] rev 47025
8186801: Add regression test to test mapping based charsets (generated at build time)
Reviewed-by: alanb
redestad [Wed, 30 Aug 2017 18:45:27 +0200] rev 47024
8186930: Constant fold URI constants
Reviewed-by: alanb, chegar
jwilhelm [Tue, 29 Aug 2017 17:17:57 +0200] rev 47023
Merge
sspitsyn [Mon, 28 Aug 2017 07:53:26 +0000] rev 47022
Merge
sspitsyn [Mon, 28 Aug 2017 00:49:06 -0700] rev 47021
8186776: use ReleaseStringUTFChars instead of jvmtiDeallocate to release strings
Summary: Replace jvmtiDeallocate with ReleaseStringUTFChars
Reviewed-by: sspitsyn, clanger
Contributed-by: groeges@uk.ibm.com
smarks [Tue, 29 Aug 2017 12:16:28 -0700] rev 47020
8186851: fix misspellings of "dependent" and "independent" in the JDK repo
Reviewed-by: bpb, psadhukhan
goetz [Tue, 29 Aug 2017 17:29:19 +0200] rev 47019
8186719: [testbug] add @requires vm.cds to CDS tests in jdk test suite
Reviewed-by: dholmes, iklam
uvangapally [Tue, 29 Aug 2017 20:23:14 +0530] rev 47018
8186224: javax/management/remote/mandatory/subjectDelegation/* fail with java.security.AccessControlException
Summary: Edited policy files to grant permissions to all drives on windows
Reviewed-by: hb, clanger
Contributed-by: ujwal.vangapally@oracle.com
xiaofeya [Tue, 29 Aug 2017 07:16:49 -0700] rev 47017
8186818: Enable debug option for TcpTest.java
Reviewed-by: rriggs
nishjain [Tue, 29 Aug 2017 12:16:22 +0530] rev 47016
8186713: Document default rounding mode in NumberFormat
Reviewed-by: naoto, bpb
Contributed-by: nishit.jain@oracle.com
xuelei [Tue, 29 Aug 2017 00:01:00 +0000] rev 47015
8179654: New JDK 9 typos in SSLEngineResult
Reviewed-by: ascarpino, wetmore
jwilhelm [Mon, 28 Aug 2017 21:46:12 +0200] rev 47014
Merge
jwilhelm [Tue, 22 Aug 2017 16:20:29 +0200] rev 47013
Merge
rriggs [Mon, 28 Aug 2017 13:21:58 -0400] rev 47012
8186539: [testlibrary] TestSocketFactory should allow triggers before match/replace
Reviewed-by: smarks
naoto [Mon, 28 Aug 2017 10:16:33 -0700] rev 47011
8171049: Era.getDisplayName doesn't work with non-IsoChronology
Reviewed-by: rriggs
mchung [Fri, 25 Aug 2017 10:52:17 -0700] rev 47010
8186145: tools/launcher/modules/validate/ValidateModulesTest.java fails when launched with -XX:+EnableJVMCI
Summary: --validate-modules runs with a boot layer resolving all system modules rather than only java.base
Reviewed-by: alanb
bpb [Fri, 25 Aug 2017 10:43:12 -0700] rev 47009
8186707: Remove libnio FileChannelImpl native close0() function
Summary: Remove Java_sun_nio_ch_FileChannelImpl_close0() on Unix and Windows and Java_sun_nio_ch_FileDispatcherImpl_closeByHandle on Windows only
Reviewed-by: alanb
bchristi [Fri, 25 Aug 2017 10:39:02 -0700] rev 47008
8186217: Remove erroneous @hidden JavaDoc tag from java.util.Properties.replace(Object, Object, Object)
Reviewed-by: bpb, naoto
asaha [Fri, 25 Aug 2017 05:02:36 +0000] rev 47007
Merge
asaha [Fri, 25 Aug 2017 04:59:20 +0000] rev 47006
Added tag jdk-10+21 for changeset c6cefe631b18
weijun [Fri, 25 Aug 2017 09:28:10 +0800] rev 47005
8186576: KerberosTicket does not properly handle renewable tickets at the end of their lifetime
Reviewed-by: xuelei
jjg [Thu, 24 Aug 2017 16:52:21 -0700] rev 47004
8186684: Fix broken links in java.base API docs
Reviewed-by: sherman, martin, mchung, bpb, lancea
iignatyev [Thu, 24 Aug 2017 15:40:26 -0700] rev 47003
8186613: remove ClassFileInstaller from jdk/test/lib/testlibrary
Reviewed-by: mchung, igerasim