1. 12 2月, 2013 1 次提交
  2. 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
  3. 25 1月, 2013 1 次提交
  4. 24 1月, 2013 1 次提交
  5. 14 1月, 2013 1 次提交
  6. 12 1月, 2013 1 次提交
  7. 09 1月, 2013 1 次提交
  8. 03 1月, 2013 1 次提交
  9. 20 12月, 2012 1 次提交
  10. 13 12月, 2012 1 次提交
  11. 13 11月, 2012 1 次提交
    • 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
  12. 12 10月, 2012 1 次提交
  13. 02 9月, 2012 1 次提交
  14. 09 7月, 2012 1 次提交
  15. 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
  16. 22 5月, 2012 1 次提交
  17. 03 5月, 2012 1 次提交
  18. 11 4月, 2012 1 次提交
  19. 14 3月, 2012 1 次提交
  20. 06 3月, 2012 1 次提交
  21. 30 3月, 2012 1 次提交
  22. 27 1月, 2012 1 次提交
  23. 26 1月, 2012 1 次提交
  24. 12 1月, 2012 1 次提交
  25. 29 12月, 2011 1 次提交
  26. 07 12月, 2011 2 次提交
  27. 18 11月, 2011 1 次提交
  28. 12 9月, 2011 1 次提交
  29. 11 9月, 2011 1 次提交
  30. 22 5月, 2011 1 次提交
  31. 08 4月, 2011 2 次提交
    • J
      6981791: remove experimental code for JSR 292 · beb2b1a2
      jrose 提交于
      Reviewed-by: twisti
      beb2b1a2
    • J
      7009266: G1: assert(obj->is_oop_or_null(true )) failed: Error · 6f87c7dd
      johnc 提交于
      Summary: A referent object that is only weakly reachable at the start of concurrent marking but is re-attached to the strongly reachable object graph during marking may not be marked as live. This can cause the reference object to be processed prematurely and leave dangling pointers to the referent object. Implement a read barrier for the java.lang.ref.Reference::referent field by intrinsifying the Reference.get() method, and intercepting accesses though JNI, reflection, and Unsafe, so that when a non-null referent object is read it is also logged in an SATB buffer.
      Reviewed-by: kvn, iveresov, never, tonyp, dholmes
      6f87c7dd
  32. 31 3月, 2011 1 次提交
  33. 19 3月, 2011 1 次提交
  34. 12 3月, 2011 2 次提交
  35. 08 2月, 2011 1 次提交
  36. 28 1月, 2011 1 次提交
  37. 24 11月, 2010 1 次提交