Wed, 29 Aug 2018 08:00:00 +0200 8210045: Allow using a subset of worker threads even when UseDynamicNumberOfGCThreads is not set
pliden [Wed, 29 Aug 2018 08:00:00 +0200] rev 51560
8210045: Allow using a subset of worker threads even when UseDynamicNumberOfGCThreads is not set Reviewed-by: eosterlund, kbarrett
Tue, 28 Aug 2018 21:25:37 -0700 8210035: Fix copyrights for files created for the HeapMonitor work
jcbeyler [Tue, 28 Aug 2018 21:25:37 -0700] rev 51559
8210035: Fix copyrights for files created for the HeapMonitor work Summary: Added the Oracle copyright to newly created files Reviewed-by: sspitsyn, cjplummer
Tue, 28 Aug 2018 16:01:12 -0700 8210040: TestOptionsWithRanges.java is very slow
iklam [Tue, 28 Aug 2018 16:01:12 -0700] rev 51558
8210040: TestOptionsWithRanges.java is very slow Summary: Added -Xmx1024m -XX:-ZapUnusedHeapArea; split into 10 smaller tests Reviewed-by: kvn, coleenp
Tue, 28 Aug 2018 16:01:01 -0700 8210043: Invalid assert(HeapBaseMinAddress > 0) in ReservedHeapSpace::initialize_compressed_heap
iklam [Tue, 28 Aug 2018 16:01:01 -0700] rev 51557
8210043: Invalid assert(HeapBaseMinAddress > 0) in ReservedHeapSpace::initialize_compressed_heap Summary: Removed the assert Reviewed-by: ccheung, jiangli
Tue, 28 Aug 2018 16:18:58 -0700 8209743: [TESTBUG] java/lang/management/MemoryMXBean/LowMemoryTest2.sh fails with OutOfMemoryError running in CDS mode
ccheung [Tue, 28 Aug 2018 16:18:58 -0700] rev 51556
8209743: [TESTBUG] java/lang/management/MemoryMXBean/LowMemoryTest2.sh fails with OutOfMemoryError running in CDS mode Summary: increase the MaxMetaspaceSize from 16m to 32m Reviewed-by: jiangli, iklam, mchung
Tue, 28 Aug 2018 18:31:14 -0400 Merge
coleenp [Tue, 28 Aug 2018 18:31:14 -0400] rev 51555
Merge
Tue, 28 Aug 2018 18:17:01 -0400 8209958: Clean up duplicate basic array type statics in Universe
coleenp [Tue, 28 Aug 2018 18:17:01 -0400] rev 51554
8209958: Clean up duplicate basic array type statics in Universe Reviewed-by: lfoltan, zgu
Tue, 28 Aug 2018 15:17:52 -0700 8210008: custom extension for make/SourceRevision.gmk
twisti [Tue, 28 Aug 2018 15:17:52 -0700] rev 51553
8210008: custom extension for make/SourceRevision.gmk Reviewed-by: erikj
Tue, 28 Aug 2018 18:03:33 -0400 8210088: ProblemList gc/epsilon/TestMemoryMXBeans.java
coleenp [Tue, 28 Aug 2018 18:03:33 -0400] rev 51552
8210088: ProblemList gc/epsilon/TestMemoryMXBeans.java Reviewed-by: kbarrett, jiangli
Tue, 28 Aug 2018 14:37:34 -0700 8209611: use C++ compiler for hotspot tests
iignatyev [Tue, 28 Aug 2018 14:37:34 -0700] rev 51551
8209611: use C++ compiler for hotspot tests Reviewed-by: vlivanov, ihse, erikj, jcbeyler
Tue, 28 Aug 2018 14:33:18 -0700 8210108: sun/tools/jstatd test build failures after JDK-8210022
iignatyev [Tue, 28 Aug 2018 14:33:18 -0700] rev 51550
8210108: sun/tools/jstatd test build failures after JDK-8210022 Reviewed-by: cjplummer, jcbeyler, mikael
Tue, 28 Aug 2018 07:30:36 -0400 8019927: [TESTBUG] nsk/jvmti/GetThreadInfo/thrinfo001 intermittently fails with 'invalid thread group' when running with JFR
gadams [Tue, 28 Aug 2018 07:30:36 -0400] rev 51549
8019927: [TESTBUG] nsk/jvmti/GetThreadInfo/thrinfo001 intermittently fails with 'invalid thread group' when running with JFR Reviewed-by: amenkov, cjplummer, sspitsyn
Tue, 28 Aug 2018 16:04:54 -0400 8209976: Improve iteration over non-JavaThreads
kbarrett [Tue, 28 Aug 2018 16:04:54 -0400] rev 51548
8209976: Improve iteration over non-JavaThreads Summary: Add NonJavaThread and move NamedThread iteration to new class. Reviewed-by: eosterlund, coleenp, rkennke
Tue, 28 Aug 2018 14:45:34 -0400 8209534: [TESTBUG]runtime/appcds/cacheObject/ArchivedModuleCompareTest.java fails with EnableJVMCI.
jiangli [Tue, 28 Aug 2018 14:45:34 -0400] rev 51547
8209534: [TESTBUG]runtime/appcds/cacheObject/ArchivedModuleCompareTest.java fails with EnableJVMCI. Summary: Use TestCommon.execOff(). Reviewed-by: ccheung
Tue, 28 Aug 2018 12:57:40 -0400 8072498: Multi-thread JNI weak reference processing
kbarrett [Tue, 28 Aug 2018 12:57:40 -0400] rev 51546
8072498: Multi-thread JNI weak reference processing Summary: Add parallel processing support to WeakProcessor. Reviewed-by: tschatzl, sjohanss
Wed, 22 Aug 2018 09:33:18 -0700 8201224: Make string buffer size dynamic in mlvmJvmtiUtils.c
jcbeyler [Wed, 22 Aug 2018 09:33:18 -0700] rev 51545
8201224: Make string buffer size dynamic in mlvmJvmtiUtils.c Summary: Calculate the string size for the buffer first Reviewed-by: amenkov, sspitsyn, iklam
Tue, 28 Aug 2018 17:03:16 +0200 8209939: [testbug][ppc] Test SafepointPollingPages fails after 8208499 with UseSIGTRAP on.
goetz [Tue, 28 Aug 2018 17:03:16 +0200] rev 51544
8209939: [testbug][ppc] Test SafepointPollingPages fails after 8208499 with UseSIGTRAP on. Reviewed-by: mdoerr, ghaug
Tue, 28 Aug 2018 10:10:11 -0400 8202578: Revisit location for class unload events
hseigel [Tue, 28 Aug 2018 10:10:11 -0400] rev 51543
8202578: Revisit location for class unload events Summary: Use notify_unload_class() to post JFR class unload events instead of doing a separate traversal of the class loader data graph Reviewed-by: lfoltan, coleenp, mgronlun, egahlin
Tue, 28 Aug 2018 09:06:23 +0200 8209894: ZGC: Cap number of GC workers based on heap size
pliden [Tue, 28 Aug 2018 09:06:23 +0200] rev 51542
8209894: ZGC: Cap number of GC workers based on heap size Reviewed-by: ehelin, tschatzl
Mon, 27 Aug 2018 21:50:52 -0700 8210022: remove jdk.testlibrary.ProcessThread, TestThread and XRun
iignatyev [Mon, 27 Aug 2018 21:50:52 -0700] rev 51541
8210022: remove jdk.testlibrary.ProcessThread, TestThread and XRun Reviewed-by: sspitsyn, jcbeyler
Mon, 27 Aug 2018 17:01:15 -0700 8186548: move jdk.testlibrary.JcmdBase closer to tests
iignatyev [Mon, 27 Aug 2018 17:01:15 -0700] rev 51540
8186548: move jdk.testlibrary.JcmdBase closer to tests Reviewed-by: cjplummer, amenkov
Mon, 27 Aug 2018 16:45:18 -0700 8203393: com/sun/jdi/JdbMethodExitTest.sh and JdbExprTest.sh fail due to timeout
amenkov [Mon, 27 Aug 2018 16:45:18 -0700] rev 51539
8203393: com/sun/jdi/JdbMethodExitTest.sh and JdbExprTest.sh fail due to timeout Reviewed-by: sspitsyn, cjplummer
Mon, 27 Aug 2018 03:48:41 -0700 8209494: Create a test for SwingSet InternalFrameDemo
akolarkunnu [Mon, 27 Aug 2018 03:48:41 -0700] rev 51538
8209494: Create a test for SwingSet InternalFrameDemo Reviewed-by: serb Contributed-by: abdul.kolarkunnu@oracle.com
Mon, 27 Aug 2018 17:20:29 -0400 8209852: Counters in StringCleaningTask should be type of size_t
zgu [Mon, 27 Aug 2018 17:20:29 -0400] rev 51537
8209852: Counters in StringCleaningTask should be type of size_t Summary: Converted counters to size_t type to avoid casting Reviewed-by: coleenp
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -24 +24 +50 +100 +300 +1000 +3000 tip