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