prr [Tue, 29 Aug 2017 10:48:58 -0700] rev 47078
Merge
prr [Wed, 23 Aug 2017 12:05:36 -0700] rev 47077
Merge
prr [Fri, 18 Aug 2017 11:27:27 -0700] rev 47076
Merge
prr [Mon, 14 Aug 2017 10:48:09 -0700] rev 47075
Merge
prr [Mon, 07 Aug 2017 09:45:59 -0700] rev 47074
Merge
prr [Thu, 27 Jul 2017 12:36:49 -0700] rev 47073
Merge
prr [Tue, 25 Jul 2017 14:07:47 -0700] rev 47072
Merge
psadhukhan [Fri, 21 Jul 2017 10:22:17 +0530] rev 47071
8184813: Class javax/swing/plaf/metal/MetalFontDesktopProperty is broken in JDK10
Reviewed-by: prr, serb
prr [Thu, 20 Jul 2017 09:38:13 -0700] rev 47070
Merge
prr [Mon, 17 Jul 2017 09:13:49 -0700] rev 47069
Merge
prr [Thu, 06 Jul 2017 09:36:17 -0700] rev 47068
Merge
prr [Fri, 23 Jun 2017 09:53:43 -0700] rev 47067
Merge
prr [Fri, 02 Jun 2017 14:46:29 -0700] rev 47066
Merge
psadhukhan [Sat, 27 May 2017 12:52:18 +0530] rev 47065
6461834: Minimize WindowsLookAndFeel classes included with Unix JDKs
Reviewed-by: ihse, aniyogi, prr
erikj [Wed, 06 Sep 2017 16:05:49 +0200] rev 47064
8186983: CompileJavaModule.gmk overrides values from a custom extension gmk
Reviewed-by: ihse, dholmes
Contributed-by: jason_yong@uk.ibm.com
erikj [Mon, 04 Sep 2017 13:36:52 +0200] rev 47063
8185928: Generate OpenJDK builds for Mac platform JDK 9.0.3 and beyond in Mach 5
Reviewed-by: ihse, tbell
jwilhelm [Sun, 03 Sep 2017 14:19:44 +0200] rev 47062
Merge
gziemski [Thu, 31 Aug 2017 20:25:47 -0500] rev 47061
8173715: Remove FlatProfiler
Summary: Obsoleted Xprof flag, removed FlatProfiler code
Reviewed-by: dholmes, erikj
goetz [Thu, 31 Aug 2017 17:18:23 -0400] rev 47060
8186978: Introduce configure argument enable-cds
Reviewed-by: dholmes, erikj, ihse
bobv [Thu, 31 Aug 2017 16:29:54 +0200] rev 47059
Merge
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
vinnie [Thu, 24 Aug 2017 16:49:56 +0100] rev 47002
8173181: Empty string alias in KeyStore throws StringIndexOutOfBoundsException for getEntry()
Reviewed-by: weijun
duke [Mon, 04 Sep 2017 11:04:26 +0200] rev 47001
Merge
jwilhelm [Tue, 29 Aug 2017 17:17:58 +0200] rev 47000
Merge
never [Mon, 28 Aug 2017 16:40:01 +0000] rev 46999
Merge
never [Mon, 28 Aug 2017 15:21:47 +0000] rev 46998
8181858: [JVMCI] JVMCI should update the trap counters when invalidating for Reason_not_compiled_exception_handler
Reviewed-by: kvn
coleenp [Mon, 28 Aug 2017 15:11:20 +0000] rev 46997
Merge
coleenp [Mon, 28 Aug 2017 09:06:30 -0400] rev 46996
8186042: Optimize OopMapCache lookup
Summary: Use lock free access to oopMapCache
Reviewed-by: dholmes, sspitsyn
Contributed-by: frederic.parain@oracle.com, coleen.phillimore@oracle.com
redestad [Mon, 28 Aug 2017 14:07:07 +0000] rev 46995
Merge
redestad [Mon, 28 Aug 2017 00:20:35 +0200] rev 46994
8179040: Avoid Ticks::now calls when EventClassLoad is not enabled
Reviewed-by: ehelin, mgronlun, dholmes, iklam
Contributed-by: claes.redestad@oracle.com, markus.gronlund@oracle.com
eosterlund [Mon, 28 Aug 2017 13:31:20 +0200] rev 46993
8186476: Generalize Atomic::add with templates
Reviewed-by: aph, dholmes
Contributed-by: kim.barrett@oracle.com
rraghavan [Mon, 28 Aug 2017 02:55:31 -0700] rev 46992
8186666: Bug in the C2 matcher code
Summary: Correctly used Op_WeakCompareAndSwapI as required
Reviewed-by: shade, thartmann
Contributed-by: Andrew Haley <aph@redhat.com>
dholmes [Mon, 28 Aug 2017 01:09:14 +0000] rev 46991
Merge
glaubitz [Sun, 27 Aug 2017 20:09:21 -0400] rev 46990
8186723: Add SuperH as new architecture for linux
Reviewed-by: dholmes, stuefe
jiangli [Sun, 27 Aug 2017 15:48:52 -0400] rev 46989
8186706: ArchivedObjectCache obj_hash() is broken.
Summary: Use oop's identity_hash. Also use larger table size.
Reviewed-by: ccheung, iklam, coleenp
njian [Tue, 01 Aug 2017 14:58:38 +0800] rev 46988
8184049: AArch64: Matching rule for ubfiz
Reviewed-by: aph, adinn
Contributed-by: daniel.stewart@linaro.org
kvn [Fri, 25 Aug 2017 18:21:47 -0700] rev 46987
8186144: [Graal] some tests fail with: Improperly specified VM option UseJVMCICompiler: EnableJVMCI cannot be disabled
Summary: disable Graal by switching off UseJVMCICompiler when JVMCI is disabled
Reviewed-by: twisti
goetz [Tue, 22 Aug 2017 15:12:26 +0200] rev 46986
8186437: Lock held when compiler thread creation fails.
Reviewed-by: stuefe, kvn
kvn [Fri, 25 Aug 2017 14:07:18 -0700] rev 46985
8186136: [Graal] some tests setting -Djvmci.Compiler=null fail with: jdk.vm.ci.common.JVMCIError: no JVMCI compiler selected
Summary: removed -Djvmci.Compiler=null for tests which do JIT compilation
Reviewed-by: twisti
jwilhelm [Mon, 28 Aug 2017 21:46:13 +0200] rev 46984
Merge
martin [Thu, 24 Aug 2017 10:26:32 -0700] rev 46983
8174050: Compilation errors with clang-4.0
Reviewed-by: kvn
kvn [Thu, 24 Aug 2017 23:54:53 +0000] rev 46982
Merge
kvn [Thu, 24 Aug 2017 22:46:23 +0000] rev 46981
Merge
kvn [Thu, 24 Aug 2017 13:11:02 -0700] rev 46980
8186721: AOT tests fail with: section alignment is not valid: 128
Summary: add missing negation in assert chech, add -ea -esa to AOT testing
Reviewed-by: dlong
sspitsyn [Thu, 24 Aug 2017 22:37:27 +0000] rev 46979
Merge
sspitsyn [Thu, 24 Aug 2017 21:06:33 +0000] rev 46978
Merge
sspitsyn [Thu, 24 Aug 2017 14:03:21 -0700] rev 46977
8185687: Fix minor bugs in jvmti specification
Summary: Fix the doc
Reviewed-by: ksrini, jjg, dcubed
zgu [Thu, 24 Aug 2017 15:00:10 -0400] rev 46976
8186748: NMT: memTracker::record_virtual_memory_reserve_and_commit() does not tag the memory as committed
Summary: Fixed bug that results NMT to report "Shared class space" as reserved, but not committed memory
Reviewed-by: shade, coleenp
dholmes [Thu, 24 Aug 2017 14:00:04 +0000] rev 46975
Merge
ghaug [Wed, 16 Aug 2017 14:14:23 +0200] rev 46974
8186286: [BSD] Primary thread's stack size is reported incorrectly
Reviewed-by: shade, stuefe
mdoerr [Thu, 24 Aug 2017 14:56:48 +0200] rev 46973
8186734: AIX build broken after 8186166: Generalize Atomic::cmpxchg with templates
Reviewed-by: goetz
dnsimon [Wed, 23 Aug 2017 23:38:06 +0200] rev 46972
8186459: [JVMCI] ClassNotFoundException thrown by CompilerToVM.lookupType() should be converted to a LinkageError
Reviewed-by: kvn, iveresov
dnsimon [Thu, 24 Aug 2017 08:38:50 +0000] rev 46971
Merge
dnsimon [Mon, 14 Aug 2017 14:15:56 -0700] rev 46970
8186163: [JVMCI] bad signatures should be detected by MetaAccessProvider.parseMethodDescriptor
Reviewed-by: kvn, iveresov
coleenp [Thu, 24 Aug 2017 01:13:04 +0000] rev 46969
Merge
coleenp [Wed, 23 Aug 2017 14:52:55 -0400] rev 46968
8160399: is_oop_or_null involves undefined behavior
8164984: Improper use of is_oop in production code
Summary: replace oop->is_oop*() with oopDesc::is_oop*(oop) so this pointer can be verified
Reviewed-by: iklam, kvn, dholmes
glaubitz [Wed, 23 Aug 2017 17:45:49 -0400] rev 46967
8186655: Identifier strings for PowerPC 64 LE and PowerPC 64 are swapped
Reviewed-by: stuefe, dholmes
sangheki [Wed, 23 Aug 2017 20:20:59 +0000] rev 46966
Merge
sangheki [Wed, 23 Aug 2017 13:14:20 -0700] rev 46965
8186402: [TESTBUG] "Balance queues" output expected by test
Summary: Changed to use 2 ParallelGCThreads to guarantee generating 'Balance queues' log
Reviewed-by: tschatzl, aharlap
iveresov [Wed, 23 Aug 2017 18:28:45 +0000] rev 46964
Merge
iveresov [Wed, 23 Aug 2017 11:24:50 -0700] rev 46963
8186681: Update Graal
Reviewed-by: kvn
coleenp [Wed, 23 Aug 2017 16:37:33 +0000] rev 46962
Merge
coleenp [Wed, 23 Aug 2017 12:00:39 -0400] rev 46961
8186088: ConstantPoolCache::_resolved_references is not a JNIHandle
Summary: Make an OopHandle type to replace jobject to encapsulate these oop pointers in metadata and module entry.
Reviewed-by: sspitsyn, dholmes, jiangli, twisti
simonis [Wed, 23 Aug 2017 18:24:47 +0200] rev 46960
8186667: InterpreterCodeSize overflows on AIX
Reviewed-by: goetz
eosterlund [Wed, 23 Aug 2017 15:47:41 +0200] rev 46959
Merge
eosterlund [Wed, 23 Aug 2017 14:01:17 +0200] rev 46958
8186166: Generalize Atomic::cmpxchg with templates
Reviewed-by: dholmes, coleenp
Contributed-by: kim.barrett@oracle.com
coleenp [Wed, 23 Aug 2017 13:46:35 +0000] rev 46957
Merge
coleenp [Wed, 23 Aug 2017 12:39:55 +0000] rev 46956
Merge
stuefe [Tue, 15 Aug 2017 08:46:32 +0200] rev 46955
8186199: [windows] JNI_DestroyJavaVM not covered by SEH
Reviewed-by: dholmes, mdoerr
njian [Wed, 16 Aug 2017 14:48:41 +0800] rev 46954
8185786: AArch64: disable some address reshapings.
Summary: LoadS/LoadUS's address reshapings are disabled on Arm Cortex-A family for performance.
Reviewed-by: adinn, aph
Contributed-by: zhongwei.yao@linaro.org
mdoerr [Wed, 23 Aug 2017 10:25:25 +0200] rev 46953
8186611: s390: Add missing compiler barriers and fix assembler
Reviewed-by: goetz
jwilhelm [Tue, 22 Aug 2017 20:31:36 +0000] rev 46952
Merge
jwilhelm [Tue, 22 Aug 2017 16:20:30 +0200] rev 46951
Merge