Tue, 12 Jun 2018 11:21:07 -0400 8204557: NMT: Linux os::committed_in_range() does not break out outer loop when contiguous region is found
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
Tue, 12 Jun 2018 17:40:28 +0200 8204210: Implementation: JEP 333: ZGC: A Scalable Low-Latency Garbage Collector (Experimental)
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
Tue, 12 Jun 2018 07:52:30 -0700 8204113: Upgrade linker used in AOT tests to be same version as build toolchain
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
Tue, 12 Jun 2018 15:03:00 +0200 8204180: Implementation: JEP 318: Epsilon, A No-Op Garbage Collector
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
Tue, 12 Jun 2018 18:30:52 +0530 8204861: fix for 8196993 has broken the build on linux
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
Tue, 12 Jun 2018 10:01:23 +0200 8204850: BarrierSet::make_* should be static
shade [Tue, 12 Jun 2018 10:01:23 +0200] rev 50521
8204850: BarrierSet::make_* should be static Reviewed-by: stuefe, tschatzl
Tue, 12 Jun 2018 11:11:59 +0000 Merge
adinn [Tue, 12 Jun 2018 11:11:59 +0000] rev 50520
Merge
Tue, 12 Jun 2018 10:27:49 +0000 8204606: [Aarch64] SIGSEGVs caused by C1 because of improper register usage
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
Tue, 12 Jun 2018 12:14:46 +0200 8204674: Inconsistent lambda parameter span
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
Sun, 10 Jun 2018 20:53:10 +0100 8204628: [AArch64] Assertion failure in BarrierSetAssembler::load_at
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
Wed, 30 May 2018 14:46:17 +0200 8204477: Count linkage errors and print in Exceptions::print_exception_counts_on_error
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>
Wed, 30 May 2018 14:46:17 +0200 8204476: Add additional statistics to CodeCache::print_summary
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>
Tue, 12 Jun 2018 14:16:41 +0530 8196993: Resolve disabled warnings for libunpack
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
Mon, 11 Jun 2018 22:35:07 -0400 8204097: Simplify OopStorage::AllocateList block entry access
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
Tue, 12 Jun 2018 08:51:28 +0800 8201528: Add new test to check for package versioning information in OpenJDK
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
Tue, 12 Jun 2018 01:31:49 +0200 8204127: Change bundle format on Windows to zip
erikj [Tue, 12 Jun 2018 01:31:49 +0200] rev 50511
8204127: Change bundle format on Windows to zip Reviewed-by: ihse
Mon, 11 Jun 2018 21:56:58 +0000 8178374: Problematic ByteBuffer handling in CipherSpi.bufferCrypt method
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
Mon, 11 Jun 2018 14:29:38 -0700 8204694: Add failed compiler/stable tests into ProblemList-graal.txt
epavlova [Mon, 11 Jun 2018 14:29:38 -0700] rev 50509
8204694: Add failed compiler/stable tests into ProblemList-graal.txt Reviewed-by: kvn
Mon, 11 Jun 2018 19:39:05 +0000 8194073: Invalid SunNativeProvider.INSTANCE initialization
valeriep [Mon, 11 Jun 2018 19:39:05 +0000] rev 50508
8194073: Invalid SunNativeProvider.INSTANCE initialization Summary: Changed to always construct INSTANCE after MECH_MAP Reviewed-by: valeriep Contributed-by: Jan Kalina <jkalina@redhat.com>
Mon, 11 Jun 2018 20:18:38 +0200 8204682: Parsing for LOG=report=none is broken when combined with other keywords
ihse [Mon, 11 Jun 2018 20:18:38 +0200] rev 50507
8204682: Parsing for LOG=report=none is broken when combined with other keywords Reviewed-by: erikj
Mon, 11 Jun 2018 19:09:15 +0200 8204684: [AIX] Build of libjli_static broken after change 8204572 (SetupJdkLibrary)
simonis [Mon, 11 Jun 2018 19:09:15 +0200] rev 50506
8204684: [AIX] Build of libjli_static broken after change 8204572 (SetupJdkLibrary) Reviewed-by: stuefe, erikj
Mon, 11 Jun 2018 09:40:20 -0700 8204563: UseAppCDS obsolete message confusing
ccheung [Mon, 11 Jun 2018 09:40:20 -0700] rev 50505
8204563: UseAppCDS obsolete message confusing Reviewed-by: jiangli, mseledtsov, dholmes
Fri, 08 Jun 2018 14:14:44 +0200 8204598: add more thread-related system settings info to hs_error file on Linux
mbaesken [Fri, 08 Jun 2018 14:14:44 +0200] rev 50504
8204598: add more thread-related system settings info to hs_error file on Linux Reviewed-by: dholmes, stuefe
Mon, 11 Jun 2018 14:16:43 +0200 8202747: C2: assert(mode == ControlAroundStripMined && use == sfpt) failed: missed a node
roland [Mon, 11 Jun 2018 14:16:43 +0200] rev 50503
8202747: C2: assert(mode == ControlAroundStripMined && use == sfpt) failed: missed a node Reviewed-by: neliasso, kvn
Sun, 10 Jun 2018 17:26:13 +0200 8204652: [aix] fix thread stack allocation, too big stack sizes not recognized
goetz [Sun, 10 Jun 2018 17:26:13 +0200] rev 50502
8204652: [aix] fix thread stack allocation, too big stack sizes not recognized Reviewed-by: stuefe, dholmes
Mon, 11 Jun 2018 12:09:59 +0200 8204618: The parallel GC reference processing task executor enqueues a wrong number of tasks into the queue
tschatzl [Mon, 11 Jun 2018 12:09:59 +0200] rev 50501
8204618: The parallel GC reference processing task executor enqueues a wrong number of tasks into the queue Reviewed-by: sangheki, kbarrett
Mon, 11 Jun 2018 12:09:57 +0200 8204617: ParallelGC parallel reference processing does not set MT degree in reference processor
tschatzl [Mon, 11 Jun 2018 12:09:57 +0200] rev 50500
8204617: ParallelGC parallel reference processing does not set MT degree in reference processor Reviewed-by: sangheki, kbarrett
Sun, 10 Jun 2018 12:58:38 +0300 8202705: ARM32 build crashes on long JavaThread offsets
dsamersoff [Sun, 10 Jun 2018 12:58:38 +0300] rev 50499
8202705: ARM32 build crashes on long JavaThread offsets Summary: Account extra bytes at the beginning of JavaThread Reviewed-by: shade, roland, dsamersoff Contributed-by: boris.ulasevich@bell-sw.com
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -28 +28 +50 +100 +300 +1000 +3000 tip