- 09 5月, 2013 1 次提交
-
-
由 jmasa 提交于
8013032: CMS: assert(used() == used_after_gc && used_after_gc <= capacity()) failed: used: 0 used_after_gc: 292080 capacity: 1431699456 Reviewed-by: tschatzl, mgerdin, johnc
-
- 07 5月, 2013 1 次提交
-
-
由 brutisso 提交于
Summary: Refactored shrink_by() to only use region counts and not byte sizes Reviewed-by: johnc, tschatzl
-
- 06 5月, 2013 3 次提交
-
-
由 tschatzl 提交于
Summary: Make processing of minimum, initial and maximum heap size more intiutive by removing previous limitations on allowed values, and make error reporting consistent. Further, fix errors in ergonomic heap sizing. Reviewed-by: johnc, jwilhelm, tamao
-
由 jwilhelm 提交于
-
由 brutisso 提交于
Summary: Make sure max alignemnt is at least as large as min alignment Reviewed-by: johnc, jmasa, tschatzl
-
- 03 5月, 2013 10 次提交
-
-
由 amurillo 提交于
Reviewed-by: jcoomes
-
由 amurillo 提交于
-
由 amurillo 提交于
-
由 kvn 提交于
-
由 mgerdin 提交于
-
由 brutisso 提交于
Summary: Make sure that _num_jvm_args is not updated until the new entry to _jvm_args_array has been added Reviewed-by: johnc, tamao, tschatzl
-
由 katleman 提交于
-
由 jiangli 提交于
-
由 mgerdin 提交于
-
由 jiangli 提交于
-
- 02 5月, 2013 2 次提交
- 01 5月, 2013 6 次提交
-
-
由 bharadwaj 提交于
Summary: Do not treat static methods as miranda methods. Reviewed-by: dholmes, acorn
-
由 vladidan 提交于
-
由 sla 提交于
-
由 vladidan 提交于
Summary: Auto adjust number of stack guard pages on systems with large memory page size Reviewed-by: bobv, coleenp
-
由 sla 提交于
8013364: SA-JDI exceptions caused by lack of permissions on OSX should be more verbose about issue cause Reviewed-by: coleenp, rbackman
-
由 ccheung 提交于
Reviewed-by: coleenp, zgu, hseigel
-
- 30 4月, 2013 7 次提交
-
-
由 ehelin 提交于
Reviewed-by: sla, brutisso
-
由 zgu 提交于
Summary: Grab and drop SR_lock to get the thread to honor the safepoint protocol Reviewed-by: dcubed, coleenp
-
由 sla 提交于
-
由 sla 提交于
Reviewed-by: coleenp, rbackman, minqi
-
由 mikael 提交于
Summary: Reserved memory had PROT_READ+PROT_WRITE access on Linux/bsd, now changed to PROT_NONE. Reviewed-by: dholmes, ctornqvi
-
由 hseigel 提交于
-
由 hseigel 提交于
Summary: Instead of terminating the VM, throw OutOfMemoryError exceptions. Reviewed-by: coleenp, dholmes
-
- 29 4月, 2013 5 次提交
-
-
由 neliasso 提交于
Summary: Keep sweeping regardless of if we are flushing Reviewed-by: kvn, twisti
-
由 mgerdin 提交于
8013129: Possible deadlock with Metaspace locks due to mixed usage of safepoint aware and non-safepoint aware locking Summary: Change Metaspace::deallocate to take lock with _no_safepoint_check_flag Reviewed-by: coleenp, jmasa, dholmes
-
由 jiangli 提交于
-
由 mgerdin 提交于
-
由 dholmes 提交于
Reviewed-by: dholmes, alanb, cjplummer, olagneau Contributed-by: NCarlos Lucasius <carlos.lucasius@oracle.com>
-
- 27 4月, 2013 5 次提交
-
-
由 jiangli 提交于
-
由 jiangli 提交于
-
由 jiangli 提交于
Summary: Change the assert to if check as MethodCounters could be NULL under TieredCompilation. Reviewed-by: kvn, twisti
-
由 bharadwaj 提交于
-
由 johnc 提交于
8011898: gc/TestVerifyBeforeGCDuringStartup.java: java.lang.RuntimeException: '[Verifying' missing from stdout/stderr: [Error: Could not find or load main class] Summary: System.getProperty("test.java.opts") can return NULL, which gets converted to to the empty string, and the child java command then interprets that as the name of the main class. Reviewed-by: jmasa, brutisso
-