- 19 3月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, coleenp, twisti, stefank
-
- 17 3月, 2011 1 次提交
-
-
由 ysr 提交于
6627787: CMS: JVM refuses to start up with -Xms16m -Xmx16m 7000125: CMS: Anti-monotone young gen sizing with respect to maximum whole heap size specification 7027529: CMS: retire CMSUseOldDefaults flag Summary: Simplify CMS heap sizing code, relying on ergonomic initial sizing consistent with other collectors for the most part, controlling only young gen sizing to rein in pause times. Make CMS young gen sizing default statically cpu-dependant. Remove inconsistencies wrt generation sizing and policy code, allowing for the fixing for 6627787 and 7000125. For 7027529, retire the flag CMSUseOldDefaults which had been introduced as a bridge from JDK 5 to JDK 6 a number of years ago. Reviewed-by: brutisso, poonam
-
- 15 3月, 2011 1 次提交
-
-
由 dcubed 提交于
Summary: Move initialization of the '_instance' field to avoid race with ServiceThread start. Reviewed-by: dholmes, kamg, never, dsamersoff, ysr, coleenp, acorn
-
- 12 3月, 2011 1 次提交
-
-
由 jrose 提交于
Summary: consolidate runtime support in java.dyn.MethodHandleNatives; include transitional compatibility logic Reviewed-by: twisti
-
- 11 3月, 2011 2 次提交
- 10 3月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Use largest_free_block() instead of unallocated_capacity(). Reviewed-by: iveresov, never, ysr
-
- 05 3月, 2011 1 次提交
-
-
由 iveresov 提交于
Summary: This implements adaptive tiered compilation policy. Reviewed-by: kvn, never
-
- 04 3月, 2011 2 次提交
- 07 3月, 2011 1 次提交
-
-
由 jcoomes 提交于
Reviewed-by: phh, kvn
-
- 02 3月, 2011 2 次提交
-
-
由 iveresov 提交于
Summary: Bulk zeroing reduction didn't work with G1, because arraycopy would call pre-barriers on uninitialized oops. The solution is to have version of arraycopy stubs that don't have pre-barriers. Also refactored arraycopy stubs generation on SPARC to be more readable and reduced the number of stubs necessary in some cases. Reviewed-by: jrose, kvn, never
-
由 never 提交于
6725983: Assertion "method->method_holder())->is_not_initialized(),"method holder must be initialized" Reviewed-by: kvn, iveresov
-
- 28 2月, 2011 2 次提交
- 25 2月, 2011 1 次提交
-
-
由 dholmes 提交于
Summary: removed erroneous flags Reviewed-by: kvn, dcubed
-
- 19 2月, 2011 1 次提交
-
-
由 coleenp 提交于
Summary: Increase default SharedMiscDataSize Reviewed-by: dcubed, kamg
-
- 17 2月, 2011 2 次提交
- 10 2月, 2011 2 次提交
-
-
由 iveresov 提交于
Summary: Tiered needs to support proper method reprofiling after deopts. Reviewed-by: kvn
-
由 johnc 提交于
Summary: Normally compressed oops is enabled when the maximum heap size is under a certain limit, except when G1 is also enabled. Remove this limitation. Also re-enable GCBasher testing with G1 on 64 bit windows in jprt. Reviewed-by: jcoomes, brutisso, tonyp
-
- 09 2月, 2011 3 次提交
-
-
由 ctornqvi 提交于
Summary: Added Minidump support on Windows, enabled large page core dumps when coredump_filter is present and writing out path/rlimit for core dumps. Reviewed-by: poonam, dsamersoff, sla, coleenp
-
由 kamg 提交于
Summary: Add support for distribution-specific error reporting Reviewed-by: coleenp, phh, jcoomes, ohair
-
由 mchung 提交于
Reviewed-by: alanb, dcubed, coleenp
-
- 08 2月, 2011 2 次提交
- 03 2月, 2011 2 次提交
- 01 2月, 2011 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn, never
-
- 28 1月, 2011 1 次提交
-
-
由 coleenp 提交于
Summary: move symbols from permgen into C heap and reference count them Reviewed-by: never, acorn, jmasa, stefank
-
- 26 1月, 2011 1 次提交
-
-
由 johnc 提交于
Summary: Implement support for ParallelRefProcEnabled in the reference processing that takes place at the end of G1 concurrent marking. Reviewed-by: tonyp, ysr
-
- 25 1月, 2011 1 次提交
-
-
由 dholmes 提交于
Summary: Restore use of stillborn flag Reviewed-by: acorn, alanb
-
- 21 1月, 2011 1 次提交
-
-
由 twisti 提交于
Summary: Currently escape analysis is turned off when EnableInvokeDynamic is true. Reviewed-by: jrose, kvn
-
- 20 1月, 2011 3 次提交
-
-
由 tonyp 提交于
Summary: This changeset removes the zero-filling thread from G1 and collapses the two free region lists we had before (the "free" and "unclean" lists) into one. The new free list uses the new heap region sets / lists abstractions that we'll ultimately use it to keep track of all regions in the heap. A heap region set was also introduced for the humongous regions. Finally, this change increases the concurrency between the thread that completes freeing regions (after a cleanup pause) and the rest of the system (before we'd have to wait for said thread to complete before allocating a new region). The changest also includes a lot of refactoring and code simplification. Reviewed-by: jcoomes, johnc
-
由 kamg 提交于
Summary: Rebuild breakpoint cache at gc_epilogue instead of during oops_do Reviewed-by: dcubed, ysr, coleenp
-
由 never 提交于
Summary: The Relocator should pass a NULL methodOop when rewriting since its resource array can never contain breakpoints. Reviewed-by: dcubed, kvn, coleenp
-
- 14 1月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: coleenp, jrose, kvn, dcubed
-
- 12 1月, 2011 2 次提交
- 11 1月, 2011 1 次提交
-
-
由 kamg 提交于
Summary: Mark field volatile, use membars, and change access order to close race Reviewed-by: dcubed, dholmes
-