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
Sat, 09 Jun 2018 20:57:43 -0700 8204648: test/jdk/tools/launchers/SourceMode.java fails with long shebang line
mchung [Sat, 09 Jun 2018 20:57:43 -0700] rev 50498
8204648: test/jdk/tools/launchers/SourceMode.java fails with long shebang line Reviewed-by: darcy
Fri, 08 Jun 2018 15:24:51 -0700 8204588: Test failures after "Launch Single-File Source-Code Programs"
jjg [Fri, 08 Jun 2018 15:24:51 -0700] rev 50497
8204588: Test failures after "Launch Single-File Source-Code Programs" Reviewed-by: mchung
Mon, 04 Jun 2018 15:11:17 +0200 8203172: Primitive heap access for interpreter BarrierSetAssembler/aarch64
rkennke [Mon, 04 Jun 2018 15:11:17 +0200] rev 50496
8203172: Primitive heap access for interpreter BarrierSetAssembler/aarch64 Reviewed-by: eosterlund, adinn
Fri, 08 Jun 2018 13:32:51 -0700 Merge
prr [Fri, 08 Jun 2018 13:32:51 -0700] rev 50495
Merge
Fri, 08 Jun 2018 12:51:46 -0700 Merge
prr [Fri, 08 Jun 2018 12:51:46 -0700] rev 50494
Merge
Fri, 08 Jun 2018 12:52:50 +0530 8202864: [TESTBUG] Need to replace the image used in two Swing tests
psadhukhan [Fri, 08 Jun 2018 12:52:50 +0530] rev 50493
8202864: [TESTBUG] Need to replace the image used in two Swing tests Reviewed-by: prr, jdv
Thu, 07 Jun 2018 11:35:42 -0700 8204126: MonospacedGlyphWidthTest.java failed again
prr [Thu, 07 Jun 2018 11:35:42 -0700] rev 50492
8204126: MonospacedGlyphWidthTest.java failed again Reviewed-by: serb
Wed, 06 Jun 2018 15:37:10 -0700 8203224: java.awt.desktop.*Event classes could not be instantiated if Desktop feature is not supported
serb [Wed, 06 Jun 2018 15:37:10 -0700] rev 50491
8203224: java.awt.desktop.*Event classes could not be instantiated if Desktop feature is not supported Reviewed-by: prr, kaddepalli
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip