1. 09 4月, 2015 1 次提交
  2. 20 11月, 2014 1 次提交
  3. 12 11月, 2014 1 次提交
    • K
      8062036: ConcurrentMarkThread::slt may be invoked before... · 39f1bff0
      kbarrett 提交于
      8062036: ConcurrentMarkThread::slt may be invoked before ConcurrentMarkThread::makeSurrogateLockerThread causing intermittent crashes
      Summary: Suppress gc_alot during VM init, improve error for SLT uninitialized.
      Reviewed-by: jmasa, brutisso, tschatzl
      39f1bff0
  4. 14 11月, 2014 1 次提交
  5. 05 8月, 2014 1 次提交
  6. 06 8月, 2014 1 次提交
  7. 11 7月, 2014 1 次提交
  8. 07 7月, 2014 1 次提交
  9. 23 5月, 2014 1 次提交
    • D
      8037816: Fix for 8036122 breaks build with Xcode5/clang · ed4b64df
      drchase 提交于
      8043029: Change 8037816 breaks HS build with older GCC versions which don't support diagnostic pragmas
      8043164: Format warning in traceStream.hpp
      Summary: Backport of main fix + two corrections, enables clang compilation, turns on format attributes, corrects/mutes warnings
      Reviewed-by: kvn, coleenp, iveresov, twisti
      ed4b64df
  10. 14 2月, 2014 1 次提交
  11. 13 2月, 2014 1 次提交
  12. 26 3月, 2014 1 次提交
  13. 26 2月, 2014 1 次提交
  14. 21 3月, 2014 2 次提交
  15. 19 3月, 2014 1 次提交
  16. 27 1月, 2014 1 次提交
  17. 21 7月, 2014 1 次提交
  18. 11 4月, 2014 1 次提交
  19. 19 6月, 2014 1 次提交
  20. 25 12月, 2013 1 次提交
  21. 26 11月, 2013 1 次提交
  22. 23 11月, 2013 1 次提交
  23. 09 10月, 2014 1 次提交
  24. 17 10月, 2013 1 次提交
  25. 07 10月, 2013 1 次提交
  26. 11 9月, 2013 1 次提交
  27. 30 8月, 2013 1 次提交
  28. 22 8月, 2013 1 次提交
  29. 14 8月, 2013 1 次提交
  30. 12 6月, 2013 2 次提交
  31. 10 6月, 2013 1 次提交
  32. 05 6月, 2013 1 次提交
  33. 04 6月, 2013 1 次提交
    • T
      6976350: G1: deal with fragmentation while copying objects during GC · fc475a94
      tamao 提交于
      Summary: Create G1ParGCAllocBufferContainer to contain two buffers instead of previously using one buffer, in order to hold the first priority buffer longer. Thus, when some large objects hits the value of free space left in the first priority buffer it has an alternative to fit in the second priority buffer while the first priority buffer is given more chances to try allocating smaller objects. Overall, it will improve heap space efficiency.
      Reviewed-by: johnc, jmasa, brutisso
      Contributed-by: Ntamao <tao.mao@oracle.com>
      fc475a94
  34. 23 5月, 2013 1 次提交
  35. 17 5月, 2013 2 次提交
  36. 15 5月, 2013 1 次提交
  37. 10 5月, 2013 1 次提交
    • M
      8003557: NPG: Klass* const k should be const Klass* k. · 6ee9c8ef
      minqi 提交于
      Summary: With NPG, const KlassOop klass which is in fact a definition converted to Klass* const, which is not the original intention. The right usage is converting them to const Klass*.
      Reviewed-by: coleenp, kvn
      Contributed-by: yumin.qi@oracle.com
      6ee9c8ef