- 16 5月, 2013 1 次提交
-
-
由 tamao 提交于
8007763: Refactoring: split up compute_generation_free_space() into two functions for class PSAdaptiveSizePolicy Summary: split up compute_generation_free_space() into two functions: compute_eden_space_size() + compute_old_gen_free_space(), each of which (if needed) can be reused without executing an overhead of the other. Reviewed-by: jmasa, tschatzl Contributed-by: Ntamao <tao.mao@oracle.com>
-
- 15 5月, 2013 1 次提交
-
-
由 tschatzl 提交于
Summary: Setting some public integer options to specific values causes crashes or undefined GC behavior. This patchset adds the necessary argument checking for these options. Reviewed-by: jmasa, brutisso
-
- 14 5月, 2013 1 次提交
-
-
由 tschatzl 提交于
8014489: tests/gc/arguments/Test(Serial|CMS|Parallel|G1)HeapSizeFlags jtreg tests invoke wrong class Summary: Some jtreg tests reference unknown classes in the @run and @build lines. This change fixes them. Reviewed-by: stefank, ehelin
-
- 13 5月, 2013 2 次提交
- 11 5月, 2013 3 次提交
- 10 5月, 2013 4 次提交
-
-
由 stefank 提交于
-
由 jiangli 提交于
-
由 johnc 提交于
Summary: Refactor G1's hot card cache and card counts table into their own files. Simplify the card counts table, including removing the encoding of the card index in each entry. The card counts table now has a 1:1 correspondence with the cards spanned by heap. Space for the card counts table is reserved from virtual memory (rather than C heap) during JVM startup and is committed/expanded when the heap is expanded. Changes were also reviewed-by Vitaly Davidovich. Reviewed-by: tschatzl, jmasa
-
由 katleman 提交于
-
- 09 5月, 2013 3 次提交
- 08 5月, 2013 3 次提交
-
-
由 coleenp 提交于
-
由 ctornqvi 提交于
Summary: Fixed tests to use new way of utilizing the WB API, fixed issue with where custom classloader got the classes from Reviewed-by: collins, mgerdin, zgu
-
由 emc 提交于
Summary: Update JNIEXPORT and JNIIMPORT to work with other compilers that don't necessarily have the __attribute__ type qualifier Reviewed-by: dholmes, dcubed, coleenp
-
- 07 5月, 2013 11 次提交
-
-
由 vladidan 提交于
-
由 bpittore 提交于
Summary: Replace ifdefs with SUPPORTS_NATIVE_CX8 set in platform include file Reviewed-by: dholmes, dlong
-
由 sla 提交于
Reviewed-by: coleenp, mgronlun, rbackman
-
由 sla 提交于
Reviewed-by: sspitsyn, coleenp
-
由 jiangli 提交于
-
由 jiangli 提交于
Summary: Fixed broken Zero build. Reviewed-by: twisti, coleenp, kvn
-
由 sla 提交于
-
由 acorn 提交于
-
由 brutisso 提交于
Summary: Refactored shrink_by() to only use region counts and not byte sizes Reviewed-by: johnc, tschatzl
-
由 sla 提交于
Reviewed-by: coleenp, sspitsyn
-
由 acorn 提交于
-
- 06 5月, 2013 6 次提交
-
-
由 zgu 提交于
-
由 tschatzl 提交于
Summary: Make processing of minimum, initial and maximum heap size more intiutive by removing previous limitations on allowed values, and make error reporting consistent. Further, fix errors in ergonomic heap sizing. Reviewed-by: johnc, jwilhelm, tamao
-
由 zgu 提交于
8013120: NMT: Kitchensink crashes with assert(next_region == NULL || !next_region->is_committed_region()) failed: Sanity check Summary: Fixed NMT to deal with releasing virtual memory region when there are still committed regions within it Reviewed-by: acorn, coleenp
-
由 hseigel 提交于
8013648: Guarantee(VerifyBeforeGC || VerifyDuringGC || VerifyBeforeExit || VerifyAfterGC) failed: too expensive Summary: Fix code to call correct version of function find_class(). Reviewed-by: coleenp, rdurbin, dcubed
-
由 jwilhelm 提交于
-
由 brutisso 提交于
Summary: Make sure max alignemnt is at least as large as min alignment Reviewed-by: johnc, jmasa, tschatzl
-
- 04 5月, 2013 2 次提交
- 03 5月, 2013 3 次提交