1. 10 5月, 2014 1 次提交
  2. 01 5月, 2014 1 次提交
  3. 29 4月, 2014 2 次提交
  4. 23 4月, 2014 1 次提交
  5. 22 4月, 2014 1 次提交
  6. 18 4月, 2014 1 次提交
    • P
      8040245: G1: VM hangs during shutdown · a21c84d3
      pliden 提交于
      Summary: temporarily disable the shutdown of the concurrent GC threads introduced in JDK-8037112
      Reviewed-by: brutisso, tschatzl, jmasa
      a21c84d3
  7. 17 4月, 2014 1 次提交
  8. 16 4月, 2014 8 次提交
  9. 11 4月, 2014 2 次提交
  10. 09 4月, 2014 1 次提交
  11. 04 4月, 2014 1 次提交
  12. 03 4月, 2014 2 次提交
  13. 01 4月, 2014 1 次提交
  14. 31 3月, 2014 1 次提交
  15. 02 4月, 2014 1 次提交
    • G
      8038498: Fix includes and C inlining after 8035330 · 77f85a01
      goetz 提交于
      Summary: Change 8035330: Remove G1ParScanPartialArrayClosure and G1ParScanHeapEvacClosure broke the debug build on AIX. The method do_oop_partial_array() is added in a header, but requires the inline function par_write_ref() through several inlined calls. In some cpp files, like arguments.cpp, par_write_ref() is not defined as the corresponding inline header and is not included. The AIX debug VM does not start because of the missing symbol. This change solves this by cleaning up include dependencies.
      Reviewed-by: tschatzl, stefank
      77f85a01
  16. 01 4月, 2014 1 次提交
  17. 26 3月, 2014 1 次提交
  18. 06 5月, 2014 1 次提交
  19. 30 4月, 2014 1 次提交
  20. 19 3月, 2014 1 次提交
  21. 06 3月, 2014 1 次提交
  22. 26 3月, 2014 2 次提交
  23. 05 3月, 2014 1 次提交
  24. 28 2月, 2014 1 次提交
    • J
      8036025: Sort the freelist in order to shrink the heap · 10c24555
      jwilhelm 提交于
      Summary: The free list is being maintained in a sorted fashion and old and humongous regions are allocated from the bottom of the heap while young regions are allocated at the top.
      Reviewed-by: tschatzl, mgerdin
      Contributed-by: jesper.wilhelmsson@oracle.com, staffan.friberg@oracle.com
      10c24555
  25. 18 3月, 2014 2 次提交
  26. 17 3月, 2014 3 次提交