Sat, 09 Apr 2016 12:15:13 +0300 8152679: DeadlockDetectionTest.java fails due to expected output missing
dsamersoff [Sat, 09 Apr 2016 12:15:13 +0300] rev 37443
8152679: DeadlockDetectionTest.java fails due to expected output missing Summary: Detect OS X and bailout Reviewed-by: sspitsyn, tbell
Sun, 10 Apr 2016 21:34:47 -0400 8151322: Implement os::set_native_thread_name() on Solaris
dholmes [Sun, 10 Apr 2016 21:34:47 -0400] rev 37442
8151322: Implement os::set_native_thread_name() on Solaris Reviewed-by: sla, kbarrett, gziemski
Sat, 09 Apr 2016 08:34:51 -0400 Merge
coleenp [Sat, 09 Apr 2016 08:34:51 -0400] rev 37441
Merge
Fri, 08 Apr 2016 19:39:32 -0400 8033735: make Throwable.backtrace visible to Class.getDeclaredField again
coleenp [Fri, 08 Apr 2016 19:39:32 -0400] rev 37440
8033735: make Throwable.backtrace visible to Class.getDeclaredField again Summary: removed old hack to workaround an old crash. Reviewed-by: hseigel, twisti, mchung
Thu, 07 Apr 2016 22:03:04 -0700 8145221: Use trampolines for i2i and i2c entries in Methods that are stored in CDS archive
ccheung [Thu, 07 Apr 2016 22:03:04 -0700] rev 37439
8145221: Use trampolines for i2i and i2c entries in Methods that are stored in CDS archive Summary: This optimization reduces the size of the RW region of the CDS archive. It also reduces the amount of pages in the RW region that are actually written into during runtime. Reviewed-by: dlong, iklam, jiangli Contributed-by: ioi.lam@oracle.com, calvin.cheung@oracle.com, goetz.lindenmaier@sap.com
Fri, 08 Apr 2016 12:26:29 -0700 8153123: Streamline StackWalker code
bchristi [Fri, 08 Apr 2016 12:26:29 -0700] rev 37438
8153123: Streamline StackWalker code Reviewed-by: coleenp, dfuchs, mchung, redestad
Fri, 08 Apr 2016 13:14:23 +0200 8152666: The new Hotspot Build System
erikj [Fri, 08 Apr 2016 13:14:23 +0200] rev 37437
8152666: The new Hotspot Build System Reviewed-by: ihse, dcubed, erikj Contributed-by: magnus.ihse.bursie@oracle.com, erik.joelsson@oracle.com, ingemar.aberg@oracle.com
Fri, 08 Apr 2016 10:39:53 +0200 Merge
fparain [Fri, 08 Apr 2016 10:39:53 +0200] rev 37436
Merge
Fri, 08 Apr 2016 00:38:00 -0700 8146093: [sparc only] compiler/interpreter/7116216/StackOverflow.java Program terminates with signal 11, Segmentation fault. in __1cLRegisterMap2t6MpnKJavaThread_b_v_ ()
fparain [Fri, 08 Apr 2016 00:38:00 -0700] rev 37435
8146093: [sparc only] compiler/interpreter/7116216/StackOverflow.java Program terminates with signal 11, Segmentation fault. in __1cLRegisterMap2t6MpnKJavaThread_b_v_ () Reviewed-by: dcubed, coleenp
Fri, 08 Apr 2016 08:51:45 +0200 8152989: serviceability/tmtools/jstat/GcCauseTest02.java fails with OOME
pliden [Fri, 08 Apr 2016 08:51:45 +0200] rev 37434
8152989: serviceability/tmtools/jstat/GcCauseTest02.java fails with OOME Reviewed-by: dsamersoff, sjohanss, dfazunen
Thu, 07 Apr 2016 15:34:21 -0700 8152182: Possible overflow in initialzation of _rescan_task_size and _marking_task_size
sangheki [Thu, 07 Apr 2016 15:34:21 -0700] rev 37433
8152182: Possible overflow in initialzation of _rescan_task_size and _marking_task_size Summary: Add constraints for CMSRescanMultiple and CMSConcMarkMultiple flags Reviewed-by: jwilhelm, jmasa
Thu, 07 Apr 2016 15:33:25 -0700 8152180: SIGFPE in CMSCollector::preclean with big CMSScheduleRemarkSamplingRatio
sangheki [Thu, 07 Apr 2016 15:33:25 -0700] rev 37432
8152180: SIGFPE in CMSCollector::preclean with big CMSScheduleRemarkSamplingRatio Summary: Rephrased the calculation routine to avoid an overflow for CMSScheduleRemarkSamplingRatio Reviewed-by: jwilhelm, drwhite
Thu, 07 Apr 2016 21:24:12 +0000 Merge
coleenp [Thu, 07 Apr 2016 21:24:12 +0000] rev 37431
Merge
Thu, 07 Apr 2016 16:37:35 -0400 8151939: VM_Version_init() print buffer is too small
coleenp [Thu, 07 Apr 2016 16:37:35 -0400] rev 37430
8151939: VM_Version_init() print buffer is too small Summary: Increase buffer size, use logging to print out version and os information Reviewed-by: kvn, rprotacio, mockner
Thu, 07 Apr 2016 12:54:48 -0700 Merge
dcubed [Thu, 07 Apr 2016 12:54:48 -0700] rev 37429
Merge
Thu, 07 Apr 2016 13:11:15 -0400 8152896: Convert PrintCompressedOopsMode to Unified Logging
rprotacio [Thu, 07 Apr 2016 13:11:15 -0400] rev 37428
8152896: Convert PrintCompressedOopsMode to Unified Logging Summary: Converted -XX:+PrintCompressedOopsMode to -Xlog:gc+heap+coops and aliased old option Reviewed-by: coleenp, sjohanss, kvn, hseigel
Thu, 07 Apr 2016 15:01:56 +0000 Merge
dfazunen [Thu, 07 Apr 2016 15:01:56 +0000] rev 37427
Merge
Thu, 07 Apr 2016 16:01:16 +0300 8153516: Hotspot TEST.group has error in GC groups definition.
mchernov [Thu, 07 Apr 2016 16:01:16 +0300] rev 37426
8153516: Hotspot TEST.group has error in GC groups definition. Reviewed-by: tschatzl, dfazunen
Thu, 07 Apr 2016 15:58:24 +0300 8148376: Test for PLAB behavior at evacuation failure.
mchernov [Thu, 07 Apr 2016 15:58:24 +0300] rev 37425
8148376: Test for PLAB behavior at evacuation failure. Reviewed-by: tschatzl, dfazunen
Thu, 07 Apr 2016 17:42:30 +0400 8152432: Implement setting jtreg @requires properties vm.flavor, vm.bits, vm.compMode
dfazunen [Thu, 07 Apr 2016 17:42:30 +0400] rev 37424
8152432: Implement setting jtreg @requires properties vm.flavor, vm.bits, vm.compMode Reviewed-by: iignatyev
Thu, 07 Apr 2016 15:17:08 +0200 8153734: TestHumongousReferenceObject.java occasionally crashes with "unable to allocate heap of 1g" on win32
tschatzl [Thu, 07 Apr 2016 15:17:08 +0200] rev 37423
8153734: TestHumongousReferenceObject.java occasionally crashes with "unable to allocate heap of 1g" on win32 Summary: Decrease the heap size used in the test from 1g to 128M. Reviewed-by: dfazunen, sjohanss
Thu, 07 Apr 2016 10:55:54 +0200 8152312: ParNew: Restore preserved marks in parallel
tonyp [Thu, 07 Apr 2016 10:55:54 +0200] rev 37422
8152312: ParNew: Restore preserved marks in parallel Reviewed-by: tschatzl
Wed, 06 Apr 2016 23:42:52 +0000 Merge
dcubed [Wed, 06 Apr 2016 23:42:52 +0000] rev 37421
Merge
Wed, 06 Apr 2016 15:49:40 -0700 Merge
dcubed [Wed, 06 Apr 2016 15:49:40 -0700] rev 37420
Merge
Thu, 07 Apr 2016 00:25:46 +0200 Merge
ccheung [Thu, 07 Apr 2016 00:25:46 +0200] rev 37419
Merge
Wed, 06 Apr 2016 11:40:45 -0700 8152329: jvm should treat the "Multi-Release" jar manifest attribute name as case insensitive
ccheung [Wed, 06 Apr 2016 11:40:45 -0700] rev 37418
8152329: jvm should treat the "Multi-Release" jar manifest attribute name as case insensitive Reviewed-by: iklam, jiangli, mseledtsov
Mon, 14 Mar 2016 20:00:57 +0300 8144073: Refactor hotspot/test/gc/g1/humongousObjects/TestHumongousThreshold.java
kzhaldyb [Mon, 14 Mar 2016 20:00:57 +0300] rev 37417
8144073: Refactor hotspot/test/gc/g1/humongousObjects/TestHumongousThreshold.java Reviewed-by: tschatzl, dfazunen
Wed, 06 Apr 2016 16:03:02 +0200 Merge
hseigel [Wed, 06 Apr 2016 16:03:02 +0200] rev 37416
Merge
Wed, 06 Apr 2016 07:37:15 -0400 8152846: Creation of ModuleEntryTable Investigate Need For OrderAccess::storestore()
hseigel [Wed, 06 Apr 2016 07:37:15 -0400] rev 37415
8152846: Creation of ModuleEntryTable Investigate Need For OrderAccess::storestore() Summary: Remove the unneeded OrderAccess::storestore() call Reviewed-by: acorn, coleenp
Wed, 06 Apr 2016 13:41:59 +0200 8151386: Extract card live data out of G1ConcurrentMark
tschatzl [Wed, 06 Apr 2016 13:41:59 +0200] rev 37414
8151386: Extract card live data out of G1ConcurrentMark Summary: Move card live data management out of G1ConcurrentMark into extra class G1CardLiveData managed by G1RemSet Reviewed-by: mgerdin, kbarrett
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip