- 26 3月, 2015 1 次提交
-
-
由 ykantser 提交于
Reviewed-by: sla, ctornqvi, lfoltan, mchung, alanb Contributed-by: alexander.kulyakhtin@oracle.com
-
- 29 1月, 2015 1 次提交
-
-
由 kbarrett 提交于
Summary: Validate during argument processing and simplify usage by assuming validated. Reviewed-by: jmasa, tschatzl
-
- 13 1月, 2015 1 次提交
-
-
由 goetz 提交于
Reviewed-by: kvn, tschatzl, ctornqvi
-
- 23 12月, 2014 1 次提交
-
-
由 kvn 提交于
Reviewed-by: iveresov
-
- 15 12月, 2014 1 次提交
-
-
由 fzhinkin 提交于
Reviewed-by: jmasa
-
- 12 12月, 2014 1 次提交
-
-
由 thartmann 提交于
Summary: Moved Whitebox test library to top level repository. Reviewed-by: iignatyev, sla, mr
-
- 26 11月, 2014 1 次提交
-
-
由 fzhinkin 提交于
Reviewed-by: jmasa, dfazunen
-
- 19 11月, 2014 1 次提交
-
-
由 eistepan 提交于
Reviewed-by: brutisso
-
- 27 10月, 2014 1 次提交
-
-
由 jmasa 提交于
Summary: Tests that UseNUMAInterleaving enabled for all collectors by ergonomics, on all platforms when UseNUMA feature is enabled. Reviewed-by: jmasa, dfazunen Contributed-by: andrey.x.zakharov@oracle.com
-
- 02 10月, 2014 1 次提交
-
-
由 mlarsson 提交于
Reviewed-by: ehelin, brutisso
-
- 27 9月, 2014 1 次提交
-
-
由 jwilhelm 提交于
Summary: Ergonomics updates flags for number of GC threads Reviewed-by: tschatzl, jwilhelm
-
- 09 9月, 2014 1 次提交
-
-
由 stefank 提交于
Reviewed-by: ehelin, tschatzl
-
- 11 8月, 2014 2 次提交
- 02 7月, 2014 1 次提交
-
-
由 ehelin 提交于
Reviewed-by: mgerdin, stefank
-
- 24 6月, 2014 2 次提交
- 30 5月, 2014 1 次提交
-
-
由 pliden 提交于
Reviewed-by: ehelin, jwilhelm
-
- 20 5月, 2014 1 次提交
-
-
由 iignatyev 提交于
Reviewed-by: jmasa, ehelin, jwilhelm Contributed-by: dmitry.fazunenko@oracle.com
-
- 26 3月, 2014 1 次提交
-
-
由 tamao 提交于
Summary: Adapt InitialTenuringThreshold and MaxTenuringThreshold according to AlwaysTenure/NeverTenure flag setting. Reviewed-by: jmasa, tschatzl
-
- 17 3月, 2014 1 次提交
-
-
由 jwilhelm 提交于
8037510: CMM Testing: Check Min/MaxHeapFreeRatio flags allows to shrink the heap when using ParallelGC Summary: Added tests for Min/MaxHeapFreeRatio flags Reviewed-by: jwilhelm, tschatzl Contributed-by: andrey.x.zakharov@oracle.com
-
- 05 2月, 2014 1 次提交
-
-
由 ehelin 提交于
Reviewed-by: brutisso, tschatzl, sjohanss
-
- 02 11月, 2013 1 次提交
-
-
由 jwilhelm 提交于
7057939: jmap shows MaxNewSize=4GB when Java is using parallel collector Summary: Major cleanup of the collectorpolicy classes Reviewed-by: tschatzl, jcoomes
-
- 14 10月, 2013 1 次提交
-
-
由 sjohanss 提交于
Summary: Using strtod() instead of atof() when parsing -Xminf and -Xmaxf. Reviewed-by: brutisso, pliden
-
- 18 9月, 2013 1 次提交
-
-
由 tschatzl 提交于
Summary: Fix compilation error and use of an outdated VM option in the test Reviewed-by: stefank, jwilhelm
-
- 16 9月, 2013 1 次提交
-
-
由 tschatzl 提交于
8024396: VM crashing with assert(!UseLargePages || UseParallelOldGC || use_large_pages) failed: Wrong alignment to use large pages Summary: Loosen wrong assert for UseParallelOldGC to UseParallelGC Reviewed-by: stefank, brutisso
-
- 11 9月, 2013 1 次提交
-
-
由 tschatzl 提交于
Summary: Use conservative assumptions of required alignment for the various garbage collector components into account when determining the maximum heap size that supports compressed oops. Using this conservative value avoids several circular dependencies in the calculation. Reviewed-by: stefank, dholmes
-
- 12 8月, 2013 1 次提交
-
-
由 ehelin 提交于
Reviewed-by: coleenp, mgerdin, hseigel
-
- 01 8月, 2013 1 次提交
-
-
由 brutisso 提交于
Reviewed-by: tschatzl, jmasa
-
- 29 6月, 2013 1 次提交
-
-
由 tamao 提交于
Summary: The auto corrector for mistyped vm options fuzzy-matches existing flags based on string similarity (Dice's coefficient). Reviewed-by: kvn, dsamersoff, hseigel, johnc
-
- 25 11月, 2014 1 次提交
-
-
由 eistepan 提交于
Reviewed-by: brutisso
-
- 17 5月, 2013 1 次提交
-
-
由 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
-
- 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 1 次提交
-
-
由 tschatzl 提交于
Summary: The patch for 8006088 misses regression tests after a merge error, this CR provides them. Reviewed-by: jwilhelm, tamao, jmasa
-