1. 10 2月, 2011 1 次提交
  2. 09 2月, 2011 5 次提交
  3. 08 2月, 2011 1 次提交
  4. 04 2月, 2011 2 次提交
  5. 03 2月, 2011 4 次提交
  6. 02 2月, 2011 1 次提交
    • C
      6588413: Use -fvisibility=hidden for gcc compiles · e02b7391
      coleenp 提交于
      Summary: Add option for gcc 4 and above, define JNIEXPORT and JNIIMPORT to visibility=default, add for jio_snprintf and others since -fvisibility=hidden overrides --version-script definitions.
      Reviewed-by: kamg, never
      e02b7391
  7. 28 1月, 2011 4 次提交
  8. 27 1月, 2011 2 次提交
    • D
      Merge · e9b1d9ab
      dcubed 提交于
      e9b1d9ab
    • J
      Merge · 677633f1
      johnc 提交于
      677633f1
  9. 26 1月, 2011 5 次提交
  10. 25 1月, 2011 2 次提交
  11. 22 1月, 2011 3 次提交
  12. 21 1月, 2011 8 次提交
  13. 20 1月, 2011 2 次提交
    • D
      Merge · 797f0649
      dcubed 提交于
      797f0649
    • T
      6977804: G1: remove the zero-filling thread · 0ed267ef
      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
      0ed267ef