Wed, 30 Nov 2016 22:44:51 +0100 Merge
kzhaldyb [Wed, 30 Nov 2016 22:44:51 +0100] rev 42626
Merge
Wed, 30 Nov 2016 21:49:57 +0100 Merge
kzhaldyb [Wed, 30 Nov 2016 21:49:57 +0100] rev 42625
Merge
Fri, 25 Nov 2016 20:53:36 +0300 8168341: Gtests on JSon produce an enormous amount of hardly understandable output to stdout
kzhaldyb [Fri, 25 Nov 2016 20:53:36 +0300] rev 42624
8168341: Gtests on JSon produce an enormous amount of hardly understandable output to stdout Reviewed-by: iignatyev, ppunegov, kvn
Wed, 30 Nov 2016 20:40:41 +0000 Merge
kvn [Wed, 30 Nov 2016 20:40:41 +0000] rev 42623
Merge
Wed, 30 Nov 2016 12:07:17 -0800 8170470: superword may miss reductions
roland [Wed, 30 Nov 2016 12:07:17 -0800] rev 42622
8170470: superword may miss reductions Reviewed-by: kvn
Wed, 23 Nov 2016 14:36:32 +0100 8170358: [REDO] 8k class metaspace chunks misallocated from 4k chunk freelist
stefank [Wed, 23 Nov 2016 14:36:32 +0100] rev 42621
8170358: [REDO] 8k class metaspace chunks misallocated from 4k chunk freelist Reviewed-by: mgerdin, coleenp, ehelin, stuefe
Mon, 28 Nov 2016 14:57:12 +0100 8170388: Deprecate the flag -XX:ExplicitGCInvokesConcurrentAndUnloadsClasses
ehelin [Mon, 28 Nov 2016 14:57:12 +0100] rev 42620
8170388: Deprecate the flag -XX:ExplicitGCInvokesConcurrentAndUnloadsClasses Reviewed-by: tschatzl, jprovino
Fri, 25 Nov 2016 11:15:12 -0200 8170328: PPC64: Use andis instead of lis/and
mdoerr [Fri, 25 Nov 2016 11:15:12 -0200] rev 42619
8170328: PPC64: Use andis instead of lis/and Reviewed-by: goetz, mdoerr Contributed-by: Igor Nunes <igor.nunes@eldorado.org.br>
Tue, 29 Nov 2016 17:41:08 -0800 8170430: x86 pow() stub from Intel libm is inconsistent with pow() from fdlib
vdeshpande [Tue, 29 Nov 2016 17:41:08 -0800] rev 42618
8170430: x86 pow() stub from Intel libm is inconsistent with pow() from fdlib Summary: do not use libm stubs when InlineIntrinsics switched off Reviewed-by: kvn
Tue, 29 Nov 2016 12:40:46 -0800 8170416: CompilerControl: VectorizeDebug option type is incorrect
kvn [Tue, 29 Nov 2016 12:40:46 -0800] rev 42617
8170416: CompilerControl: VectorizeDebug option type is incorrect Summary: VectorizeDebug C2 option flag should be uintx instead of bool. Reviewed-by: thartmann
Tue, 29 Nov 2016 19:20:03 +0000 Merge
stefank [Tue, 29 Nov 2016 19:20:03 +0000] rev 42616
Merge
Tue, 29 Nov 2016 19:25:36 +0100 8170395: Metaspace initialization queries the wrong chunk freelist
stefank [Tue, 29 Nov 2016 19:25:36 +0100] rev 42615
8170395: Metaspace initialization queries the wrong chunk freelist Reviewed-by: mgerdin, pliden, stuefe
Tue, 29 Nov 2016 11:26:25 -0500 8170297: runtime/SharedArchiveFile/LargeSharedSpace.java didn't run out of memory
jiangli [Tue, 29 Nov 2016 11:26:25 -0500] rev 42614
8170297: runtime/SharedArchiveFile/LargeSharedSpace.java didn't run out of memory Summary: Split the test cases. Add -XX:+UseCompressedClassPointers -XX:CompressedClassSpaceSize=3G for the 64-bit -XX:SharedMiscCodeSize=1600386047 test case. Reviewed-by: ccheung, iklam, dholmes
Mon, 28 Nov 2016 18:54:30 +0300 8166156: Convert test_semaphore to GTest
kzhaldyb [Mon, 28 Nov 2016 18:54:30 +0300] rev 42613
8166156: Convert test_semaphore to GTest Reviewed-by: kbarrett, tschatzl, stefank
Fri, 25 Nov 2016 20:00:51 +0300 8169003: LogDecorations.iso8601_utctime_test fails if numeric locale uses "," as separator between integer and fraction part
kzhaldyb [Fri, 25 Nov 2016 20:00:51 +0300] rev 42612
8169003: LogDecorations.iso8601_utctime_test fails if numeric locale uses "," as separator between integer and fraction part Reviewed-by: mlarsson, iignatyev
Tue, 29 Nov 2016 08:48:14 +0100 Merge
thartmann [Tue, 29 Nov 2016 08:48:14 +0100] rev 42611
Merge
Tue, 29 Nov 2016 08:16:15 +0100 8168996: C2 crash at postaloc.cpp:140 : assert(false) failed: unexpected yanked node
thartmann [Tue, 29 Nov 2016 08:16:15 +0100] rev 42610
8168996: C2 crash at postaloc.cpp:140 : assert(false) failed: unexpected yanked node Summary: Prevent MemBarAcquire from keeping a LoadNNode alive by adding it to the worklist if it is the only user of a DecodeNNode. Reviewed-by: kvn
Tue, 29 Nov 2016 06:20:56 +0000 8170431: non-ASCII characters in source code comments (jimage.hpp)
dbuck [Tue, 29 Nov 2016 06:20:56 +0000] rev 42609
8170431: non-ASCII characters in source code comments (jimage.hpp) Reviewed-by: dholmes
Sun, 27 Nov 2016 19:58:30 -0800 8169867: Method::restore_unshareable_info does not invoke Method::link_method
iklam [Sun, 27 Nov 2016 19:58:30 -0800] rev 42608
8169867: Method::restore_unshareable_info does not invoke Method::link_method Reviewed-by: jiangli, kvn, thartmann
Tue, 29 Nov 2016 00:25:13 +0300 8170227: use vm.jvmci property in compiler/jvmci tests
iignatyev [Tue, 29 Nov 2016 00:25:13 +0300] rev 42607
8170227: use vm.jvmci property in compiler/jvmci tests Reviewed-by: kvn
Tue, 29 Nov 2016 00:25:09 +0300 8170226: Implement setting jtreg @requires property vm.jvmci
iignatyev [Tue, 29 Nov 2016 00:25:09 +0300] rev 42606
8170226: Implement setting jtreg @requires property vm.jvmci Reviewed-by: kvn
Tue, 22 Nov 2016 08:46:49 -0800 8170106: AArch64: Multiple JVMCI issues
aph [Tue, 22 Nov 2016 08:46:49 -0800] rev 42605
8170106: AArch64: Multiple JVMCI issues Reviewed-by: rschatz
Fri, 25 Nov 2016 17:56:30 +0000 Merge
iignatyev [Fri, 25 Nov 2016 17:56:30 +0000] rev 42604
Merge
Fri, 25 Nov 2016 11:59:40 +0300 8170228: register closed @requires property setter
iignatyev [Fri, 25 Nov 2016 11:59:40 +0300] rev 42603
8170228: register closed @requires property setter Reviewed-by: vlivanov, dfazunen
Fri, 25 Nov 2016 15:58:24 +0100 8170355: [BACKOUT] 8k class metaspace chunks misallocated from 4k chunk freelist
jwilhelm [Fri, 25 Nov 2016 15:58:24 +0100] rev 42602
8170355: [BACKOUT] 8k class metaspace chunks misallocated from 4k chunk freelist Reviewed-by: ehelin, stefank
Thu, 24 Nov 2016 16:07:53 +0100 Merge
erikj [Thu, 24 Nov 2016 16:07:53 +0100] rev 42601
Merge
Thu, 24 Nov 2016 15:27:53 +0100 8170284: Move fine granular hotspot make targets to top level
erikj [Thu, 24 Nov 2016 15:27:53 +0100] rev 42600
8170284: Move fine granular hotspot make targets to top level Reviewed-by: tbell
Thu, 24 Nov 2016 16:52:34 +0300 8166761: Compiler testing in tier2 should be optimized to finish in 20 minutes.
lmesnik [Thu, 24 Nov 2016 16:52:34 +0300] rev 42599
8166761: Compiler testing in tier2 should be optimized to finish in 20 minutes. Reviewed-by: ctornqvi, kvn
Thu, 24 Nov 2016 16:48:22 +0300 8166898: G1SATBCardTableLoggingModRefBS::invalidate() incorrect with whole_heap == true
lmesnik [Thu, 24 Nov 2016 16:48:22 +0300] rev 42598
8166898: G1SATBCardTableLoggingModRefBS::invalidate() incorrect with whole_heap == true Reviewed-by: tschatzl, kbarrett
Thu, 24 Nov 2016 11:27:57 +0100 8057003: Large reference arrays cause extremely long synchronization times
tschatzl [Thu, 24 Nov 2016 11:27:57 +0100] rev 42597
8057003: Large reference arrays cause extremely long synchronization times Summary: Slice large object arrays into parts so that the synchronization of marking threads with an STW pause request does not take long. Reviewed-by: ehelin, pliden
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip