1. 15 8月, 2013 1 次提交
    • J
      7145569: G1: optimize nmethods scanning · d5c439d7
      johnc 提交于
      Summary: Add a list of nmethods to the RSet for a region that contain references into the region. Skip scanning the code cache during root scanning and scan the nmethod lists during RSet scanning instead.
      Reviewed-by: tschatzl, brutisso, mgerdin, twisti, kvn
      d5c439d7
  2. 25 6月, 2013 2 次提交
  3. 14 6月, 2013 1 次提交
  4. 10 6月, 2013 1 次提交
  5. 16 5月, 2013 1 次提交
  6. 08 5月, 2013 1 次提交
  7. 01 5月, 2013 1 次提交
  8. 29 4月, 2013 1 次提交
  9. 25 4月, 2013 1 次提交
  10. 31 5月, 2013 1 次提交
  11. 11 4月, 2013 1 次提交
  12. 23 3月, 2013 1 次提交
  13. 20 3月, 2013 1 次提交
  14. 18 3月, 2013 1 次提交
  15. 07 3月, 2013 1 次提交
  16. 15 1月, 2013 1 次提交
  17. 07 12月, 2012 1 次提交
  18. 01 12月, 2012 1 次提交
  19. 13 11月, 2012 2 次提交
    • M
      6830717: replay of compilations would help with debugging · 00de2884
      minqi 提交于
      Summary: When java process crashed in compiler thread, repeat the compilation process will help finding root cause. This is done with using SA dump application class data and replay data from core dump, then use debug version of jvm to recompile the problematic java method.
      Reviewed-by: kvn, twisti, sspitsyn
      Contributed-by: yumin.qi@oracle.com
      00de2884
    • H
      8001471: Klass::cast() does nothing · 096d3481
      hseigel 提交于
      Summary: Remove function Klass::cast() and calls to it.
      Reviewed-by: dholmes, coleenp
      096d3481
  20. 07 11月, 2012 1 次提交
  21. 12 10月, 2012 1 次提交
  22. 10 10月, 2012 1 次提交
  23. 06 10月, 2012 1 次提交
  24. 25 9月, 2012 1 次提交
  25. 12 9月, 2012 1 次提交
  26. 02 9月, 2012 1 次提交
  27. 25 7月, 2012 1 次提交
  28. 17 7月, 2012 1 次提交
    • K
      7181494: cleanup avx and vectors code · 6e8f41f1
      kvn 提交于
      Summary: renamed mach nodes which use scalar AVX instructions, added integer vectors shuffling instructions
      Reviewed-by: twisti
      6e8f41f1
  29. 29 6月, 2012 1 次提交
    • Z
      6995781: Native Memory Tracking (Phase 1) · bdfb3cf5
      zgu 提交于
      7151532: DCmd for hotspot native memory tracking
      Summary: Implementation of native memory tracking phase 1, which tracks VM native memory usage, and related DCmd
      Reviewed-by: acorn, coleenp, fparain
      bdfb3cf5
  30. 15 6月, 2012 1 次提交
  31. 25 9月, 2012 1 次提交
  32. 18 9月, 2012 2 次提交
  33. 14 3月, 2012 1 次提交
    • J
      7143511: G1: Another instance of high GC Worker Other time (50ms) · 26afc937
      johnc 提交于
      Summary: Tiered compilation has increased the number of nmethods in the code cache. This has, in turn, significantly increased the number of marked nmethods processed during the StrongRootsScope destructor. Create a specialized version of CodeBlobToOopClosure for G1 which places only those nmethods that contain pointers into the collection set on to the marked nmethods list.
      Reviewed-by: iveresov, tonyp
      26afc937
  34. 30 3月, 2012 1 次提交
  35. 02 2月, 2012 1 次提交
  36. 01 2月, 2012 1 次提交
  37. 12 1月, 2012 1 次提交