coleenp [Sat, 09 Apr 2016 08:34:51 -0400] rev 37441
Merge
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
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
bchristi [Fri, 08 Apr 2016 12:26:29 -0700] rev 37438
8153123: Streamline StackWalker code
Reviewed-by: coleenp, dfuchs, mchung, redestad
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
fparain [Fri, 08 Apr 2016 10:39:53 +0200] rev 37436
Merge
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
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
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
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
coleenp [Thu, 07 Apr 2016 21:24:12 +0000] rev 37431
Merge
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
dcubed [Thu, 07 Apr 2016 12:54:48 -0700] rev 37429
Merge
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