Wed, 05 Jul 2017 18:56:46 +0200 Merge
duke [Wed, 05 Jul 2017 18:56:46 +0200] rev 17639
Merge
Wed, 29 May 2013 10:16:07 -0700 8015525: JDK8 b91 source with GPL header errors
katleman [Wed, 29 May 2013 10:16:07 -0700] rev 17638
8015525: JDK8 b91 source with GPL header errors Reviewed-by: dholmes, lancea
Thu, 23 May 2013 10:47:50 -0700 Added tag jdk8-b91 for changeset 053ed974a2ae
katleman [Thu, 23 May 2013 10:47:50 -0700] rev 17637
Added tag jdk8-b91 for changeset 053ed974a2ae
Wed, 05 Jul 2017 18:56:43 +0200 Merge
duke [Wed, 05 Jul 2017 18:56:43 +0200] rev 17636
Merge
Fri, 24 May 2013 09:25:43 -0700 Added tag hs25-b34 for changeset e12c800cd4a8
amurillo [Fri, 24 May 2013 09:25:43 -0700] rev 17635
Added tag hs25-b34 for changeset e12c800cd4a8
Fri, 24 May 2013 09:25:42 -0700 Merge
amurillo [Fri, 24 May 2013 09:25:42 -0700] rev 17634
Merge
Fri, 24 May 2013 09:29:57 +0200 Merge
jwilhelm [Fri, 24 May 2013 09:29:57 +0200] rev 17633
Merge
Wed, 22 May 2013 08:04:58 +0200 8014971: Minor code cleanup of the freelist management
brutisso [Wed, 22 May 2013 08:04:58 +0200] rev 17632
8014971: Minor code cleanup of the freelist management Reviewed-by: jwilhelm, jmasa, tschatzl
Tue, 21 May 2013 11:30:14 +0200 8014405: G1: PerRegionTable::fl_mem_size() calculates size of the free list using wrong element sizes
tschatzl [Tue, 21 May 2013 11:30:14 +0200] rev 17631
8014405: G1: PerRegionTable::fl_mem_size() calculates size of the free list using wrong element sizes Summary: Instead of using a simple sizeof(), ask the PerRegionTable class about its size when iterating over the free list. Reviewed-by: jwilhelm, brutisso
Tue, 21 May 2013 10:39:09 +0200 Merge
brutisso [Tue, 21 May 2013 10:39:09 +0200] rev 17630
Merge
Tue, 21 May 2013 08:50:20 +0200 7066063: CMS: "Conservation Principle" assert failed
brutisso [Tue, 21 May 2013 08:50:20 +0200] rev 17629
7066063: CMS: "Conservation Principle" assert failed Summary: Add call to coalBirth() in CompactibleFreeListSpace::reset() Reviewed-by: ysr, jmasa
Mon, 20 May 2013 22:34:24 -0700 8014862: Add fast Metasapce capacity and used per MetadataType
jmasa [Mon, 20 May 2013 22:34:24 -0700] rev 17628
8014862: Add fast Metasapce capacity and used per MetadataType Reviewed-by: ehelin, stefank
Mon, 20 May 2013 10:44:33 -0700 7186737: Unable to allocate bit maps or card tables for parallel gc for the requested heap
tamao [Mon, 20 May 2013 10:44:33 -0700] rev 17627
7186737: Unable to allocate bit maps or card tables for parallel gc for the requested heap Summary: Print helpful error message when VM aborts due to inability of allocating bit maps or card tables Reviewed-by: jmasa, stefank Contributed-by: tamao <tao.mao@oracle.com>
Sun, 19 May 2013 20:31:30 +0200 Merge
jwilhelm [Sun, 19 May 2013 20:31:30 +0200] rev 17626
Merge
Fri, 17 May 2013 11:57:05 +0200 8014277: Remove ObjectClosure as base class for BoolObjectClosure
ehelin [Fri, 17 May 2013 11:57:05 +0200] rev 17625
8014277: Remove ObjectClosure as base class for BoolObjectClosure Reviewed-by: brutisso, tschatzl
Thu, 23 May 2013 15:30:16 -0700 Merge
twisti [Thu, 23 May 2013 15:30:16 -0700] rev 17624
Merge
Thu, 23 May 2013 14:11:09 +0200 8014430: JRE crashes instead of stop compilation on full Code Cache. Internal Error (c1_Compiler.cpp:87)
anoll [Thu, 23 May 2013 14:11:09 +0200] rev 17623
8014430: JRE crashes instead of stop compilation on full Code Cache. Internal Error (c1_Compiler.cpp:87) Summary: Disable client compiler and switch to interpreter if there is not enough free space in the code cache. Reviewed-by: kvn, twisti
Wed, 22 May 2013 18:25:43 -0700 8010927: Kitchensink crashed with SIGSEGV, Problematic frame: v ~StubRoutines::checkcast_arraycopy
kvn [Wed, 22 May 2013 18:25:43 -0700] rev 17622
8010927: Kitchensink crashed with SIGSEGV, Problematic frame: v ~StubRoutines::checkcast_arraycopy Summary: Changed gen_write_ref_array_post_barrier() code on x64 to pass start address and number of copied oop elements. In generate_checkcast_copy() skip post barrier code if no elements are copied. Reviewed-by: roland
Wed, 22 May 2013 17:39:47 -0700 Merge
kvn [Wed, 22 May 2013 17:39:47 -0700] rev 17621
Merge
Wed, 22 May 2013 09:02:43 -0700 8014811: loopTransform.cpp assert(cmp_end->in(2) == limit) failed
kvn [Wed, 22 May 2013 09:02:43 -0700] rev 17620
8014811: loopTransform.cpp assert(cmp_end->in(2) == limit) failed Summary: Stop current iteration of loop opts if partial_peel() failed and it created node clones outside processed loop. Reviewed-by: roland
Wed, 22 May 2013 11:44:17 -0700 Merge
twisti [Wed, 22 May 2013 11:44:17 -0700] rev 17619
Merge
Wed, 22 May 2013 10:28:20 +0200 8012312: hsdis fails to compile with binutils-2.23.2
anoll [Wed, 22 May 2013 10:28:20 +0200] rev 17618
8012312: hsdis fails to compile with binutils-2.23.2 Summary: added <config.h> to header file to make hsdis compile with binutils 2.23.* Reviewed-by: kvn, twisti
Thu, 16 May 2013 15:46:49 +0200 8012371: Adjust Tiered compile threshold according to available space in code cache
anoll [Thu, 16 May 2013 15:46:49 +0200] rev 17617
8012371: Adjust Tiered compile threshold according to available space in code cache Summary: Added command line parameter to define a threshold at which C1 compilation threshold for is increased. Reviewed-by: kvn, iveresov
Thu, 23 May 2013 13:40:15 -0400 Merge
jiangli [Thu, 23 May 2013 13:40:15 -0400] rev 17616
Merge
Mon, 20 May 2013 13:13:29 -0400 Merge
jiangli [Mon, 20 May 2013 13:13:29 -0400] rev 17615
Merge
Wed, 15 May 2013 23:06:04 -0400 8014669: arch specific flags not passed to some link commands
bpittore [Wed, 15 May 2013 23:06:04 -0400] rev 17614
8014669: arch specific flags not passed to some link commands Summary: EXTRA_CFLAGS does not propagate to saproc and jsig makefiles Reviewed-by: dholmes, tbell, collins
Tue, 14 May 2013 07:24:50 -0400 8014460: Need to check for non-empty EXT_LIBS_PATH before using it
dholmes [Tue, 14 May 2013 07:24:50 -0400] rev 17613
8014460: Need to check for non-empty EXT_LIBS_PATH before using it Reviewed-by: tbell, collins, sla, coleenp
Mon, 20 May 2013 23:41:27 +0400 8014878: Clean up class field layout code
shade [Mon, 20 May 2013 23:41:27 +0400] rev 17612
8014878: Clean up class field layout code Summary: rename/remove local variables, re-arrange instance_size calculation, more comments. Reviewed-by: kvn, coleenp
(0) -10000 -3000 -1000 -300 -100 -50 -28 +28 +50 +100 +300 +1000 +3000 +10000 +30000 tip