igerasim [Wed, 26 Jun 2019 17:06:43 -0700] rev 55507
8224716: Javadoc of Int/Long/DoubleSummaryStatistics should mention possible overflow of count
Reviewed-by: bpb
jwilhelm [Wed, 26 Jun 2019 22:16:00 +0200] rev 55506
Merge
bobv [Wed, 26 Jun 2019 11:25:51 -0400] rev 55505
8224764: Create jtreg test for JDK-8222252
Reviewed-by: tschatzl
smonteith [Tue, 25 Jun 2019 10:50:59 +0100] rev 55504
8226515: AArch64: float point register corruption in ZBarrierSetAssembler::load_at
Reviewed-by: aph
valeriep [Wed, 26 Jun 2019 01:15:51 +0000] rev 55503
8226607: Inconsistent info between pcsclite.md and MUSCLE headers
Summary: Updated the info based on MUSCLE v1.8.24
Reviewed-by: ascarpino
vromero [Tue, 25 Jun 2019 18:21:21 -0400] rev 55502
8226709: MethodTypeDesc::resolveConstantDesc needs access check per the specification
Reviewed-by: mchung, mcimadamore
ccheung [Tue, 25 Jun 2019 09:41:03 -0700] rev 55501
8226462: [TESTBUG] runtime/appcds/sharedStrings/SysDictCrash.java failed with Cannot dump shared archive
Summary: Add a CDS log statement in arguments.cpp. The test catches RuntimeException duing dumping and checks if the log statement is in the stdout.
Reviewed-by: iklam, dholmes