- 28 3月, 2013 2 次提交
-
-
由 tschatzl 提交于
Summary: Ergonomics now also takes available virtual memory into account when deciding for a heap size. The helper method to determine the maximum allocatable memory block now uses the appropriate OS specific calls to retrieve available virtual memory for the java process. In 32 bit environments this method now also searches for the maximum actually reservable amount of memory. Merge previously separate implementations for Linux/BSD/Solaris into a single method. Reviewed-by: jmasa, tamao
-
由 mgerdin 提交于
Summary: Keep a counter of how many times we were stalled by the GC locker, add a diagnostic flag which sets the limit. Reviewed-by: brutisso, ehelin, johnc
-
- 27 3月, 2013 1 次提交
-
-
由 ehelin 提交于
Reviewed-by: mgerdin, stefank
-
- 25 3月, 2013 1 次提交
-
-
由 stefank 提交于
-
- 24 3月, 2013 1 次提交
-
-
由 amurillo 提交于
Reviewed-by: jcoomes
-
- 23 3月, 2013 4 次提交
- 22 3月, 2013 7 次提交
- 21 3月, 2013 3 次提交
-
-
由 mgerdin 提交于
Summary: Enforce MaxMetaspaceSize for both metaspace parts, check MaxMetaspaceSize against "reserved", not "capacity" Reviewed-by: jmasa, johnc
-
由 twisti 提交于
Reviewed-by: kvn, jcoomes
-
由 tamao 提交于
Summary: Remove the related assertions becasue they do not hold here. Reviewed-by: jmasa, tschatzl Contributed-by: Ntamao <tao.mao@oracle.com>
-
- 20 3月, 2013 9 次提交
-
-
由 morris 提交于
Summary: add guarantee() to insert_pre_post_loops() Reviewed-by: kvn
-
由 morris 提交于
Summary: add guarantee() to disqualify_method() Reviewed-by: kvn
-
由 morris 提交于
Summary: add guarantee() to get_instance_klass_for_declared_method_holder() Reviewed-by: kvn
-
由 morris 提交于
Summary: add guarantee() to set_to_interpreted() Reviewed-by: kvn
-
由 morris 提交于
-
由 morris 提交于
Summary: add guarantee() checks Reviewed-by: kvn
-
由 morris 提交于
Summary: add guarantee() checks to merge_state_into_bb() Reviewed-by: kvn
-
由 kvn 提交于
Summary: added missing parenthesis Reviewed-by: jrose
-
由 johnc 提交于
Summary: If the marking stack overflows while the marking tasks are draining the SATB buffers, remark will exit with some SATB buffers left unprocessed. Relax the guarantee to allow for overflow. Reviewed-by: jmasa, brutisso
-
- 19 3月, 2013 9 次提交
-
-
由 morris 提交于
Summary: add NULL checks for compiler name Reviewed-by: twisti, kvn
-
由 morris 提交于
Summary: add guarantee() to DoScheduling() Reviewed-by: twisti, kvn
-
由 sla 提交于
Reviewed-by: sla, coleenp, kmo Contributed-by: yunda.mly@taobao.com
-
由 sla 提交于
Reviewed-by: coleenp, sla Contributed-by: yunda.mly@taobao.com
-
由 neliasso 提交于
Reviewed-by: kvn, stefank, rbackman, twisti Contributed-by: niclas.adlertz@oracle.com
-
由 johnc 提交于
Summary: Skip reference processing if the global marking stack overflows during remark. Refactor and rename set_phase(); move code that sets the concurrency level into its own routine. Do not call set_phase() from within parallel reference processing; use the concurrency level routine instead. The marking state should only set reset by CMTask[0] during the concurrent phase of the marking cycle; if an overflow occurs at any stage during the remark, the marking state will be reset after reference processing. Reviewed-by: brutisso, jmasa
-
由 dholmes 提交于
Reviewed-by: twisti, collins, bobv, jwilhelm
-
由 johnc 提交于
Summary: In CMTask::do_marking_step(), Skip offering termination and entering the first and second synchronization barriers if called from a serial context, i.e. the VM thread. Reviewed-by: brutisso, tschatzl
-
由 roland 提交于
-
- 18 3月, 2013 3 次提交