1. 23 7月, 2013 1 次提交
  2. 25 6月, 2013 1 次提交
  3. 29 5月, 2013 1 次提交
  4. 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
  5. 07 5月, 2013 1 次提交
  6. 29 4月, 2013 1 次提交
  7. 10 4月, 2013 1 次提交
  8. 27 3月, 2013 1 次提交
  9. 26 3月, 2013 1 次提交
  10. 16 3月, 2013 1 次提交
  11. 13 3月, 2013 1 次提交
  12. 09 3月, 2013 1 次提交
  13. 12 2月, 2013 1 次提交
  14. 07 2月, 2013 1 次提交
  15. 06 2月, 2013 1 次提交
  16. 26 1月, 2013 1 次提交
    • A
      6479360: PrintClassHistogram improvements · f8a15064
      acorn 提交于
      Summary: jcmd <pid> GC.class_stats (UnlockDiagnosticVMOptions)
      Reviewed-by: coleenp, hseigel, sla, acorn
      Contributed-by: ioi.lam@oracle.com
      f8a15064
  17. 23 1月, 2013 1 次提交
  18. 09 1月, 2013 2 次提交
  19. 20 12月, 2012 1 次提交
  20. 29 11月, 2012 1 次提交
  21. 28 11月, 2012 1 次提交
  22. 13 11月, 2012 1 次提交
  23. 07 11月, 2012 1 次提交
  24. 25 10月, 2012 1 次提交
  25. 12 10月, 2012 1 次提交
  26. 06 10月, 2012 1 次提交
  27. 29 9月, 2012 1 次提交
  28. 08 9月, 2012 1 次提交
  29. 02 9月, 2012 1 次提交
  30. 28 7月, 2012 1 次提交
  31. 25 7月, 2012 1 次提交
  32. 06 7月, 2012 1 次提交
  33. 27 6月, 2012 1 次提交
  34. 14 6月, 2012 1 次提交
  35. 07 6月, 2012 1 次提交
  36. 02 2月, 2012 1 次提交
  37. 14 9月, 2011 1 次提交
  38. 26 8月, 2011 1 次提交
  39. 28 6月, 2011 1 次提交
    • B
      7016112: CMS: crash during promotion testing · cf62aa47
      brutisso 提交于
      Summary: Also reviewed by mikael.gerdin@oracle.com; stdlib:qsort() does byte-by-byte swapping on Windows. This leads to pointer shearing. Fix is to implement a quicksort that does full pointer updates.
      Reviewed-by: never, coleenp, ysr
      cf62aa47