gziemski [Tue, 14 Aug 2018 18:42:14 -0500] rev 51405
8195100: Use a low latency hashtable for SymbolTable
Summary: Used concurrentHashTable, similar to stringTable
Reviewed-by: coleenp, kbarrett, iklam, pliden
kvn [Tue, 14 Aug 2018 14:08:04 -0700] rev 51404
8208463: jdk.internal.vm.compiler's module-info.java.extra contains duplicated provides of the same service interface
Reviewed-by: mchung
kbarrett [Tue, 14 Aug 2018 14:58:14 -0400] rev 51403
8209347: SATBMarkQueue.cpp should not need jvm.h
Summary: Use os::snprintf instead of jio_snprintf.
Reviewed-by: shade, tschatzl
amenkov [Tue, 14 Aug 2018 11:56:32 -0700] rev 51402
8209109: [TEST] rewrite com/sun/jdi shell tests to java version - step1
Reviewed-by: sspitsyn, jcbeyler
kbarrett [Tue, 14 Aug 2018 13:16:26 -0400] rev 51401
8209346: Refactor SATBMarkQueue filter configuration
Summary: Moved reference to G1-specific option to G1CollectedHeap.
Reviewed-by: shade, rkennke
rhalade [Tue, 14 Aug 2018 10:08:21 -0700] rev 51400
8209452: VerifyCACerts.java failed with "At least one cacert test failed"
Summary: Allow test to pass even if cert in EXPIRY_EXC_ENTRIES expires
Reviewed-by: mullan
akolarkunnu [Mon, 13 Aug 2018 21:57:17 -0700] rev 51399
8209418: Synchronize test/jdk/sanity/client/lib/jemmy with code-tools/jemmy/v2
Reviewed-by: serb
Contributed-by: abdul.kolarkunnu@oracle.com, alexandre.iline@oracle.com
weijun [Tue, 14 Aug 2018 22:39:34 +0800] rev 51398
8209416: Refactoring GetPropertyAction calls in security libs
Reviewed-by: xuelei, rriggs
lucy [Tue, 14 Aug 2018 14:28:23 +0200] rev 51397
8209433: [s390] Fix build, broken by 8208672 (Enable -Wreorder)
Reviewed-by: tschatzl, shade
jcbeyler [Mon, 13 Aug 2018 09:19:21 -0700] rev 51396
8061467: Add UseLargePages to TestNUMAPageSize
Summary: Add flag to test for all architectures to be tested
Reviewed-by: phh, pliden, tschatzl
pliden [Mon, 13 Aug 2018 14:04:43 +0200] rev 51395
8209376: ZGC: Move ZMarkStackAllocator into a separate file
Reviewed-by: eosterlund, kbarrett
pliden [Mon, 13 Aug 2018 14:04:42 +0200] rev 51394
8209375: ZGC: Use dynamic base address for mark stack space
Reviewed-by: eosterlund, kbarrett
kbarrett [Tue, 14 Aug 2018 00:15:56 -0400] rev 51393
8209345: Merge SATBMarkQueueFilter into SATBMarkQueueSet
Summary: Move filter extension protocol to SATBMarkQueueSet.
Reviewed-by: shade, tschatzl, rkennke
xiaofeya [Tue, 14 Aug 2018 10:42:00 +0800] rev 51392
8194230: jdk/internal/jrtfs/remote/RemoteRuntimeImageTest.java fails with java.lang.NullPointerException
Reviewed-by: mchung
iignatyev [Mon, 13 Aug 2018 17:39:27 -0700] rev 51391
8209382: [error-prone] HashtableContains in sun/rmi/server/ActivationGroupImpl.java
Reviewed-by: rriggs
kbarrett [Mon, 13 Aug 2018 18:21:26 -0400] rev 51390
8209396: Make PtrQueueSets not statically allocated
Summary: Change the G1BarrierSet PtrQueueSet static members to ordinary members.
Reviewed-by: shade, tschatzl, rkennke
kvn [Mon, 13 Aug 2018 13:24:55 -0700] rev 51389
8207153: Some intrinsic tests take long time to run
Reviewed-by: thartmann, mikael
redestad [Mon, 13 Aug 2018 19:21:43 +0200] rev 51388
8209120: Archive the Integer.IntegerCache
Reviewed-by: jiangli, alanb, plevart, iklam, mchung
mbaesken [Fri, 10 Aug 2018 09:16:10 +0200] rev 51387
8209115: adjust libsplashscreen linux ppc64le builds for easier libpng update
Reviewed-by: prr, dholmes
epavlova [Mon, 13 Aug 2018 04:02:51 -0700] rev 51386
8199486: [Graal] gc/g1/ihop/TestIHOPStatic.java fails by timeout with -Xcomp
Reviewed-by: kvn
tschatzl [Mon, 13 Aug 2018 12:24:25 +0200] rev 51385
8200365: TestOptionsWithRanges.java of '-XX:TLABWasteTargetPercent=100' fails intermittently
Summary: For initial TLAB sizing, increase the number of expected refills to 2.
Reviewed-by: phh, sangheki
tschatzl [Mon, 13 Aug 2018 12:24:25 +0200] rev 51384
8205633: TestOptionsWithRanges.java of '-XX:TLABSize=2147483648' fails intermittently
Summary: Exclude maximum range value from testing.
Reviewed-by: sangheki, kbarrett
tschatzl [Mon, 13 Aug 2018 12:24:25 +0200] rev 51383
8209193: Fix aarch64-linux compilation after -Wreorder changes
Reviewed-by: shade, drwhite
ghaug [Mon, 13 Aug 2018 12:24:25 +0200] rev 51382
8209357: [PPC64] Fix build which was broken by 8208672 (Enable -Wreorder)
Reviewed-by: mbaesken, tschatzl
avoitylov [Mon, 13 Aug 2018 12:24:25 +0200] rev 51381
8209380: ARM: cleanup maybe-uninitialized and reorder compiler warnings
Reviewed-by: dholmes, drwhite, tschatzl
shade [Mon, 13 Aug 2018 10:28:01 +0200] rev 51380
8209378: Fix Minimal VM after JDK-8208677
Reviewed-by: coleenp, shade
Contributed-by: Aleksei Voitylov <aleksei.voitylov@bell-sw.com>
coleenp [Sat, 11 Aug 2018 12:49:33 -0400] rev 51379
8207924: serviceability/sa/TestUniverse.java#id0 intermittently fails with assert(get_instanceKlass()->is_loaded()) failed: must be at least loaded
Summary: InstanceKlass::implementors() needs the Compile_lock
Reviewed-by: thartmann, eosterlund
coleenp [Fri, 10 Aug 2018 22:38:18 -0400] rev 51378
8209384: ProblemList stressHierarchy metaspace tests
Summary: These try to trigger GC by filling metaspace which seems to be not working.
Reviewed-by: jiangli
bchristi [Fri, 10 Aug 2018 12:05:53 -0700] rev 51377
8205399: Set node color on pinned HashMap.TreeNode deletion
Reviewed-by: martin
coleenp [Fri, 10 Aug 2018 09:36:01 -0400] rev 51376
8164683: Solaris: JVM abuses thread preemption control
Summary: Complete removal of preemption control and command line arguments (were deprecated in 11).
Reviewed-by: hseigel, pchilanomate, dholmes
hseigel [Fri, 10 Aug 2018 09:30:26 -0400] rev 51375
8207778: Add locking to ModuleEntry and PackageEntry tables
Summary: Restructure ClassLoaderDataGraph code to simplify using locks in SystemDictionary::do_unloading()
Reviewed-by: lfoltan, coleenp
bulasevich [Fri, 10 Aug 2018 14:22:49 +0300] rev 51374
8206895: aarch64: rework error-prone cmp instuction
Reviewed-by: aph