Tue, 28 Aug 2018 14:55:06 +0200 8209996: [PPC64] Fix JFR profiling
ghaug [Tue, 28 Aug 2018 14:55:06 +0200] rev 51568
8209996: [PPC64] Fix JFR profiling Reviewed-by: mdoerr, simonis
Wed, 29 Aug 2018 10:46:59 -0400 8209844: MemberNameLeak.java fails when ResolvedMethod entry is not removed
pchilanomate [Wed, 29 Aug 2018 10:46:59 -0400] rev 51567
8209844: MemberNameLeak.java fails when ResolvedMethod entry is not removed Summary: Fixed MemberNameLeak.java due to intermittent failure after 8206423 Reviewed-by: coleenp, lfoltan
Wed, 22 Aug 2018 10:29:17 +0200 8209691: Allow MemBar on single memory slice
roland [Wed, 22 Aug 2018 10:29:17 +0200] rev 51566
8209691: Allow MemBar on single memory slice Reviewed-by: kvn, vlivanov
Wed, 29 Aug 2018 11:25:51 +0100 8209064: Make intellij support more robust after changes for 2018.2
mcimadamore [Wed, 29 Aug 2018 11:25:51 +0100] rev 51565
8209064: Make intellij support more robust after changes for 2018.2 Summary: Do not treat build.xml wrapper as a template file Reviewed-by: erikj, ihse
Wed, 29 Aug 2018 14:10:19 +0530 8176553: LdapContext follows referrals infinitely ignoring set limit
vtewari [Wed, 29 Aug 2018 14:10:19 +0530] rev 51564
8176553: LdapContext follows referrals infinitely ignoring set limit Reviewed-by: chegar Contributed-by: jkalina@redhat.com
Wed, 29 Aug 2018 09:36:17 +0200 8206986: Compiler support for Switch Expressions (Preview)
jlahoda [Wed, 29 Aug 2018 09:36:17 +0200] rev 51563
8206986: Compiler support for Switch Expressions (Preview) 8207405: Compiler Tree API support for Switch Expressions (Preview) Summary: Support for switch expression, switch with rules and multiple constants for cases. Reviewed-by: jjg, mcimadamore, vromero
Tue, 28 Aug 2018 09:01:54 +0200 8209994: windows: Java_java_net_NetworkInterface_getAll misses releasing interface-list
mbaesken [Tue, 28 Aug 2018 09:01:54 +0200] rev 51562
8209994: windows: Java_java_net_NetworkInterface_getAll misses releasing interface-list Reviewed-by: bpb, chegar, simonis
Tue, 28 Aug 2018 20:05:41 -0700 8208746: ISO 4217 Amendment #168 update
ljiang [Tue, 28 Aug 2018 20:05:41 -0700] rev 51561
8208746: ISO 4217 Amendment #168 update 8209775: ISO 4217 Amendment #169 update Reviewed-by: naoto
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
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -28 +28 +50 +100 +300 +1000 +3000 tip