- 21 7月, 2014 6 次提交
-
-
由 tschatzl 提交于
Summary: Card re-dirtying code for verification and actual redirtying uses two different, almost completely identical card closures. Also the verification code still assumes a perm gen. Reviewed-by: brutisso, jmasa
-
由 tschatzl 提交于
Summary: Parallelize card redirtying to decrease the time it takes. Reviewed-by: brutisso
-
由 tschatzl 提交于
Summary: G1 does not retire allocation buffers after reference processing work when -XX:+ParallelRefProcEnabled is enabled. This causes wrong calculation of PLAB sizes, as the amount of space wasted is not updated correctly. Reviewed-by: brutisso
-
由 tschatzl 提交于
Summary: The mentioned method is never used and out of date. So it is removed. Reviewed-by: mgerdin, brutisso
-
由 tschatzl 提交于
Summary: After changes to the PerRegionTable where all these PRTs are linked together in an additional field, simplify iterating over all PRTs by using these links instead of walki Reviewed-by: mgerdin, jwilhelm, brutisso
-
由 tschatzl 提交于
Summary: Instead of using a manually managed array for the in_cset_fast_test array, use a G1BiasedArray instance. Reviewed-by: brutisso, mgerdin
-
- 16 4月, 2014 1 次提交
-
-
由 tschatzl 提交于
8038930: G1CodeRootSet::test fails with assert(_num_chunks_handed_out == 0) failed: No elements must have been handed out yet Summary: The test incorrectly assumed that it had been started with no other previous compilation activity. Fix this by allowing multiple code root free chunk lists, and use one separate from the global one to perform the test. Reviewed-by: brutisso
-
- 21 5月, 2014 1 次提交
-
-
由 jcoomes 提交于
Reviewed-by: brutisso, stefank, dholmes, rdurbin
-
- 11 7月, 2014 4 次提交
- 27 6月, 2014 1 次提交
-
-
由 coffeys 提交于
-
- 26 6月, 2014 1 次提交
-
-
由 katleman 提交于
-
- 21 6月, 2014 2 次提交
- 19 6月, 2014 1 次提交
-
-
由 katleman 提交于
-
- 14 6月, 2014 2 次提交
- 13 6月, 2014 1 次提交
-
-
由 pliden 提交于
Reviewed-by: brutisso, sjohanss
-
- 14 6月, 2014 1 次提交
-
-
由 jwilhelm 提交于
Summary: prefer <sys/ptrace.h> over <linux/ptrace.h> Reviewed-by: sla, mikael Contributed-by: kim.barrett@oracle.com
-
- 17 6月, 2014 1 次提交
-
-
由 vlivanov 提交于
8033626: assert(ex_map->jvms()->same_calls_as(_exceptions->jvms())) failed: all collected exceptions must come from the same place Reviewed-by: kvn, roland
-
- 14 6月, 2014 1 次提交
-
-
由 amurillo 提交于
Reviewed-by: jcoomes
-
- 13 6月, 2014 5 次提交
-
-
由 kvn 提交于
Summary: Place new nodes on the previous loop exit in reorg_offsets(). Reviewed-by: roland
-
由 dcubed 提交于
Summary: Added a new header waiting pattern to catch the case where the target thread waiting on a condition (like a VM op); several other test improvements Reviewed-by: sspitsyn, dholmes
-
由 neliasso 提交于
-
由 roland 提交于
-
由 ehelin 提交于
Reviewed-by: stefank, jmasa
-
- 12 6月, 2014 1 次提交
-
-
由 katleman 提交于
-
- 10 6月, 2014 1 次提交
-
-
由 kvn 提交于
Summary: Add missing check for Opaque nodes from loop predicates in clone_loop(). Reviewed-by: iveresov
-
- 09 6月, 2014 1 次提交
-
-
由 neliasso 提交于
Summary: Prevent from running with Xcomp Reviewed-by: kvn, twisti
-
- 07 6月, 2014 2 次提交
- 05 6月, 2014 1 次提交
-
-
由 anoll 提交于
-
- 04 6月, 2014 3 次提交
- 03 6月, 2014 1 次提交
-
-
由 drchase 提交于
Summary: Access to method_type and appendix from constant pool (cpcache) needs to be guarded by is_f1_null() because of racy update/initialization. Reviewed-by: kvn, coleenp, jrose
-
- 11 6月, 2014 1 次提交
-
-
由 brutisso 提交于
Summary: Removed all write barriers during reference processing and added explicit write barriers when iterating through the discovered list. Reviewed-by: pliden, jmasa, tschatzl
-
- 02 6月, 2014 1 次提交
-
-
由 roland 提交于
Summary: long series of lambda form calls trigger stack overflow in c2 Reviewed-by: kvn, vlivanov
-