glaubitz [Wed, 13 Jun 2018 10:34:51 +0200] rev 50538
8203301: Linux-sparc fails to build after JDK-8199712 (Flight Recorder)
Reviewed-by: kvn, thartmann
rkennke [Wed, 13 Jun 2018 10:15:35 +0200] rev 50537
8204685: Abstraction for TLAB dummy object
Reviewed-by: tschatzl, shade
rkennke [Wed, 13 Jun 2018 10:01:53 +0200] rev 50536
8203157: Object equals abstraction for BarrierSetAssembler
Reviewed-by: eosterlund, aph
stuefe [Wed, 13 Jun 2018 06:35:04 +0200] rev 50535
8202772: NMT thread stack tracking causes crashes on AIX
Reviewed-by: goetz, zgu
kvn [Tue, 12 Jun 2018 21:29:47 -0700] rev 50534
8201193: Use XMM/YMM for objects initialization
Reviewed-by: jrose, kvn
Contributed-by: rohitarulraj@gmail.com
cushon [Mon, 11 Jun 2018 14:06:50 -0700] rev 50533
8203679: AssertionError in DeferredAttr with parenthesized method reference
Reviewed-by: mcimadamore
kbarrett [Tue, 12 Jun 2018 18:12:59 -0400] rev 50532
8204585: Remove IN_ARCHIVE_ROOT from Access API
Summary: Replaced Access API with API on heap.
Reviewed-by: jiangli, coleenp, tschatzl
Contributed-by: stefan.karlsson@oracle.com, kim.barrett@oracle.com
bchristi [Tue, 12 Jun 2018 14:08:24 -0700] rev 50531
8204565: (spec) Document java.{vm.}?specification.version system properties' relation to $FEATURE
Reviewed-by: mchung
smarks [Tue, 12 Jun 2018 13:24:37 -0700] rev 50530
8204243: remove Thread.destroy() and Thread.stop(Throwable)
Reviewed-by: dholmes, alanb, sspitsyn, iris
rhalade [Tue, 12 Jun 2018 11:34:48 -0700] rev 50529
8196141: Add GoDaddy root certificates
Reviewed-by: mullan
aph [Mon, 11 Jun 2018 15:32:43 +0100] rev 50528
8204680: Disassembly does not display code strings in stubs
Reviewed-by: kvn
rriggs [Tue, 12 Jun 2018 13:07:47 -0400] rev 50527
8197930: JNI exception pending in initializeEncoding of jni_util.c
Reviewed-by: mchung, stuefe
zgu [Tue, 12 Jun 2018 11:21:07 -0400] rev 50526
8204557: NMT: Linux os::committed_in_range() does not break out outer loop when contiguous region is found
Summary: Fixed bug that did not break out outer loop when region was found
Reviewed-by: stuefe, adinn
pliden [Tue, 12 Jun 2018 17:40:28 +0200] rev 50525
8204210: Implementation: JEP 333: ZGC: A Scalable Low-Latency Garbage Collector (Experimental)
Reviewed-by: pliden, stefank, eosterlund, ehelin, sjohanss, rbackman, coleenp, ihse, jgeorge, lmesnik, rkennke
Contributed-by: per.liden@oracle.com, stefan.karlsson@oracle.com, erik.osterlund@oracle.com, mikael.gerdin@oracle.com, kim.barrett@oracle.com, nils.eliasson@oracle.com, rickard.backman@oracle.com, rwestrel@redhat.com, coleen.phillimore@oracle.com, robbin.ehn@oracle.com, gerard.ziemski@oracle.com, hugh.wilkinson@intel.com, sandhya.viswanathan@intel.com, bill.npo.wheeler@intel.com, vinay.k.awasthi@intel.com, yasuenag@gmail.com
kvn [Tue, 12 Jun 2018 07:52:30 -0700] rev 50524
8204113: Upgrade linker used in AOT tests to be same version as build toolchain
Reviewed-by: erikj, iignatyev
shade [Tue, 12 Jun 2018 15:03:00 +0200] rev 50523
8204180: Implementation: JEP 318: Epsilon, A No-Op Garbage Collector
Summary: Introduce Epsilon GC
Reviewed-by: rkennke, ihse, pliden, eosterlund, lmesnik, jgeorge, stefank
sdama [Tue, 12 Jun 2018 18:30:52 +0530] rev 50522
8204861: fix for 8196993 has broken the build on linux
Summary: undo the changes done for 8196993
Reviewed-by: stefank, shade
shade [Tue, 12 Jun 2018 10:01:23 +0200] rev 50521
8204850: BarrierSet::make_* should be static
Reviewed-by: stuefe, tschatzl
adinn [Tue, 12 Jun 2018 11:11:59 +0000] rev 50520
Merge
aph [Tue, 12 Jun 2018 10:27:49 +0000] rev 50519
8204606: [Aarch64] SIGSEGVs caused by C1 because of improper register usage
Summary: Use correct registers for pasing arguments
Reviewed-by: adinn, smonteith
jlahoda [Tue, 12 Jun 2018 12:14:46 +0200] rev 50518
8204674: Inconsistent lambda parameter span
Summary: Correcting parameter spans for lambda parameters.
Reviewed-by: mcimadamore
smonteith [Sun, 10 Jun 2018 20:53:10 +0100] rev 50517
8204628: [AArch64] Assertion failure in BarrierSetAssembler::load_at
Reviewed-by: aph, drwhite, eosterlund, adinn
goetz [Wed, 30 May 2018 14:46:17 +0200] rev 50516
8204477: Count linkage errors and print in Exceptions::print_exception_counts_on_error
Reviewed-by: stuefe, coleenp
Contributed-by: Rene Schuenemann <rene.schuenemann@gmail.com>
goetz [Wed, 30 May 2018 14:46:17 +0200] rev 50515
8204476: Add additional statistics to CodeCache::print_summary
Reviewed-by: kvn, stuefe
Contributed-by: Rene Schuenemann <rene.schuenemann@gmail.com>
sdama [Tue, 12 Jun 2018 14:16:41 +0530] rev 50514
8196993: Resolve disabled warnings for libunpack
Summary: captured return values and labelled as fall through to avoid unused-result and implicit-fallthrough gcc warnings
Reviewed-by: mchung
kbarrett [Mon, 11 Jun 2018 22:35:07 -0400] rev 50513
8204097: Simplify OopStorage::AllocateList block entry access
Summary: Removed obsolete support for blocks being in multiple lists.
Reviewed-by: coleenp, tschatzl
xyin [Tue, 12 Jun 2018 08:51:28 +0800] rev 50512
8201528: Add new test to check for package versioning information in OpenJDK
Reviewed-by: mchung
erikj [Tue, 12 Jun 2018 01:31:49 +0200] rev 50511
8204127: Change bundle format on Windows to zip
Reviewed-by: ihse
valeriep [Mon, 11 Jun 2018 21:56:58 +0000] rev 50510
8178374: Problematic ByteBuffer handling in CipherSpi.bufferCrypt method
Summary: Updated the impl and added reg test to cover all 4 combinations of ByteBuffers
Reviewed-by: ascarpino
epavlova [Mon, 11 Jun 2018 14:29:38 -0700] rev 50509
8204694: Add failed compiler/stable tests into ProblemList-graal.txt
Reviewed-by: kvn