- 11 10月, 2013 1 次提交
-
-
由 jwilhelm 提交于
Summary: Descriptions for Max/MinHeapFreeRatio updated Reviewed-by: ehelin, jmasa
-
- 07 10月, 2013 2 次提交
- 09 10月, 2013 1 次提交
-
-
由 tschatzl 提交于
Summary: Move protection domain oops from system dictionary entries into a seperate set; the system dictionary references entries in that set now. This allows fast iteration during non-classunloading garbage collection. Implementation based on initial prototype from Ioi Lam (iklam). Reviewed-by: coleenp, iklam
-
- 10 10月, 2013 1 次提交
-
-
由 tamao 提交于
Summary: Fix typos and errors in descriptions of vm options in globals.hpp Reviewed-by: jmasa, jwilhelm
-
- 08 10月, 2013 1 次提交
-
-
由 mgerdin 提交于
Summary: Add a StoreLoad barrier in the G1 post-barrier to fix a race with concurrent refinement. Also-reviewed-by: martin.doerr@sap.com Reviewed-by: iveresov, tschatzl, brutisso, roland, kvn
-
- 04 10月, 2013 1 次提交
-
-
由 mgerdin 提交于
Summary: Add a new initialization function to VirtualSpace which allows the caller to override the max commit granularity. Reviewed-by: stefank, ehelin, tschatzl
-
- 05 10月, 2013 3 次提交
-
-
由 stefank 提交于
-
由 stefank 提交于
Summary: Don't turn on transparent huge pages (-XX:+UseTransparentHugePages) unless explicitly specified on the command line. This has the effect that large pages are never turned on Linux unless the user has explicitly enabled any of the large pages flags: -XX:+UseLargePages, -XX:+UseTransparentHugePages, -XX:+UseHugeTLBFS, and -XX:+UseSHM. Reviewed-by: jwilhelm, tschatzl, brutisso
-
由 jwilhelm 提交于
Summary: Changed a few descriptions and variable names to young gen. Reviewed-by: tschatzl, jcoomes
-
- 04 10月, 2013 1 次提交
-
-
由 jwilhelm 提交于
Summary: Use instance variables directly within the collector policy classes and remove unused setters. Reviewed-by: tschatzl, jcoomes
-
- 03 10月, 2013 3 次提交
- 02 10月, 2013 1 次提交
-
-
由 mgerdin 提交于
8012525: gc/metaspace/G1AddMetaspaceDependency.java Test fails a safepoint timeout assertion or hangs. Reviewed-by: brutisso, tschatzl
-
- 01 10月, 2013 2 次提交
- 30 9月, 2013 2 次提交
-
-
由 tschatzl 提交于
8025441: G1: assert "assert(thread < _num_vtimes) failed: just checking" fails when G1ConcRefinementThreads > ParallelGCThreads Summary: The initialization for the remembered set summary data structures used the wrong thread count, i.e. number of worker threads instead of number of refinement threads. Reviewed-by: brutisso
-
由 ehelin 提交于
Reviewed-by: brutisso, mgerdin
-
- 24 9月, 2013 1 次提交
-
-
由 mgerdin 提交于
Summary: Move some G1 specific code from CardTableModRefBS to G1SATBCardTableModRefBS. Reviewed-by: brutisso, tschatzl, ehelin
-
- 27 9月, 2013 7 次提交
- 26 9月, 2013 8 次提交
-
-
由 tschatzl 提交于
-
由 bdelsart 提交于
-
由 tschatzl 提交于
Summary: Add memory consumption breakdown on a per region type in the G1 remembered set summary statistics. This simplifies remembered set memory consumption analysis. Reviewed-by: brutisso
-
由 tschatzl 提交于
-
由 bdelsart 提交于
-
由 adlertz 提交于
-
由 tbell 提交于
Reviewed-by: ksrini, katleman
-
由 zgu 提交于
-
- 25 9月, 2013 3 次提交
-
-
由 brutisso 提交于
Reviewed-by: mgerdin, tschatzl, jmasa
-
由 tschatzl 提交于
Summary: Add G1BiasedArray<T> that is an array where each element represents a fixed-sized subdivision of the heap. Use this abstraction to refactor the HeapRegionSeq class. Reviewed-by: brutisso
-
由 kvn 提交于
Summary: use adr_at() to access inline info structures in growableArray. Add ability to specify print inlining per method. Reviewed-by: twisti
-
- 24 9月, 2013 2 次提交