naoto [Tue, 05 Jun 2018 08:33:40 -0700] rev 50410
8203324: Use out of scope in getMacOSXLocale of java_props_macosx.c:120
Reviewed-by: rriggs
coleenp [Tue, 05 Jun 2018 11:11:33 -0400] rev 50409
8204237: Clean up incorrectly included .inline.hpp files from jvmciJavaClasses.hpp
Summary: Reexpand macro to provide non-inline functions.
Reviewed-by: kvn, dnsimon
stefank [Tue, 05 Jun 2018 15:56:23 +0200] rev 50408
8204173: Lower the minimum number of heap memory pools in MemoryTest.java
Reviewed-by: mchung, sjohanss
stefank [Tue, 05 Jun 2018 15:56:21 +0200] rev 50407
8204168: Increase small heap sizes in tests to accommodate ZGC
Reviewed-by: pliden, ehelin
stefank [Tue, 05 Jun 2018 15:56:17 +0200] rev 50406
8204167: Filter out tests requiring compressed oops when CompressedOops is disabled
Reviewed-by: coleenp, kbarrett
stefank [Tue, 05 Jun 2018 15:56:14 +0200] rev 50405
8204165: Filter out tests requiring class unloading when ClassUnloading is disabled
Reviewed-by: coleenp, kbarrett
stefank [Tue, 05 Jun 2018 15:56:12 +0200] rev 50404
8204163: Also detect concurrent GCs in MetaspaceBaseGC.java
Reviewed-by: eosterlund, pliden
stefank [Tue, 05 Jun 2018 15:56:09 +0200] rev 50403
8204162: TestG1HeapRegion needs @requires vm.gc.G1
Reviewed-by: eosterlund
stefank [Tue, 05 Jun 2018 15:56:07 +0200] rev 50402
8204160: BiasedLockingTest needs -XX:+UseBiasedLocking
Reviewed-by: eosterlund, dholmes
kbarrett [Tue, 05 Jun 2018 09:15:03 -0400] rev 50401
8203319: JDK-8201487 disabled too much queue balancing
Summary: Sometimes ignore ParallelRefProcBalancingEnabled.
Reviewed-by: tschatzl, sjohanss
jlahoda [Tue, 05 Jun 2018 14:55:13 +0200] rev 50400
8200166: Repeating annotations refering to to-be-generated classes don't work.
Reviewed-by: jjg
glaubitz [Tue, 05 Jun 2018 13:02:01 +0200] rev 50399
8203787: Hotspot build broken on linux-sparc after 8202377
Reviewed-by: dholmes, eosterlund
mhorie [Tue, 05 Jun 2018 09:29:15 +0200] rev 50398
8154736: enhancement of cmpxchg and copy_to_survivor for ppc64
Reviewed-by: eosterlund, mdoerr, kbarrett
mdoerr [Tue, 05 Jun 2018 09:23:30 +0200] rev 50397
8204292: PPC64: Fix missing includes after 8204195
Reviewed-by: coleenp
sangheki [Mon, 04 Jun 2018 21:20:16 -0700] rev 50396
8204094: assert(worker_i < _length) failed: Worker 15 is greater than max: 11 at ReferenceProcessorPhaseTimes
Reviewed-by: kbarrett, tschatzl