- 24 5月, 2013 4 次提交
- 23 5月, 2013 6 次提交
-
-
由 anoll 提交于
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
-
由 kvn 提交于
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
-
由 kvn 提交于
-
由 twisti 提交于
-
由 tamao 提交于
Summary: Rename: compute_generations_free_space() = compute_eden_space_size() + compute_old_gen_free_space(); update related logging messages Reviewed-by: jmasa, johnc, tschatzl, brutisso Contributed-by: Ntamao <tao.mao@oracle.com>
-
由 kvn 提交于
Summary: Stop current iteration of loop opts if partial_peel() failed and it created node clones outside processed loop. Reviewed-by: roland
-
- 22 5月, 2013 3 次提交
-
-
由 anoll 提交于
Summary: added <config.h> to header file to make hsdis compile with binutils 2.23.* Reviewed-by: kvn, twisti
-
由 brutisso 提交于
Reviewed-by: jwilhelm, jmasa, tschatzl
-
由 tamao 提交于
Summary: Correct the wrong print format in error message for VM cannot allocate the requested heap; and clean up the error message call in check_alignment() Reviewed-by: brutisso, tschatzl Contributed-by: Ntamao <tao.mao@oracle.com>
-
- 21 5月, 2013 7 次提交
-
-
由 tschatzl 提交于
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
-
由 brutisso 提交于
-
由 brutisso 提交于
Summary: Add call to coalBirth() in CompactibleFreeListSpace::reset() Reviewed-by: ysr, jmasa
-
由 jmasa 提交于
Reviewed-by: ehelin, stefank
-
由 shade 提交于
Summary: rename/remove local variables, re-arrange instance_size calculation, more comments. Reviewed-by: kvn, coleenp
-
由 tamao 提交于
Summary: Print helpful error message when VM aborts due to inability of allocating bit maps or card tables Reviewed-by: jmasa, stefank Contributed-by: Ntamao <tao.mao@oracle.com>
-
由 jiangli 提交于
-
- 20 5月, 2013 2 次提交
- 19 5月, 2013 1 次提交
-
-
由 iklam 提交于
Summary: Added info for the string/symbol objects and the hash entries Reviewed-by: coleenp, rbackman
-
- 18 5月, 2013 3 次提交
- 17 5月, 2013 14 次提交
-
-
由 amurillo 提交于
-
由 amurillo 提交于
-
由 dcubed 提交于
-
由 rdurbin 提交于
Summary: Remove dead code containing last call to scanf with no string length specifier Reviewed-by: dcubed, coleenp
-
由 ehelin 提交于
Reviewed-by: brutisso, tschatzl
-
由 jwilhelm 提交于
-
由 jwilhelm 提交于
-
由 dholmes 提交于
-
由 dholmes 提交于
-
由 dholmes 提交于
-
由 shade 提交于
Summary: Treat the empty string as the default value tag Reviewed-by: kvn, twisti
-
由 tschatzl 提交于
8014765: VM exits if MaxTenuringThreshold is set below the default InitialTenuringThreshold, and InitialTenuringThreshold is not set Summary: The VM exits when the condition in the subject line applies. The fix sets InitialTenuringThreshold to MaxTenuringThreshold if it is larger than MaxTenuringThreshold and InitialTenuringThreshold has not been set (is default). Reviewed-by: jwilhelm, jmasa, brutisso, johnc
-
由 shade 提交于
Summary: Fix instance_size miscalculation. Reviewed-by: jrose, kvn
-
由 twisti 提交于
-