1. 28 2月, 2013 1 次提交
  2. 05 2月, 2013 1 次提交
  3. 25 1月, 2013 1 次提交
    • Z
      8000692: Remove old KERNEL code · 5a6c724a
      zgu 提交于
      Summary: Removed depreciated kernel VM source code from hotspot VM
      Reviewed-by: dholmes, acorn
      5a6c724a
  4. 24 1月, 2013 1 次提交
  5. 14 1月, 2013 1 次提交
  6. 12 1月, 2013 1 次提交
  7. 20 12月, 2012 1 次提交
  8. 13 12月, 2012 1 次提交
    • J
      8001028: Improve GC option handling · 12356b4f
      johnc 提交于
      Summary: If there are not enough native resources to create the ReferenceHandler or Finalizer Java threads, the VM will attempt to throw an OOME before the java.lang.Class class has been initialized. This can result in assertion failures and other crashes. Move the initialization of the java.lang.Class class to just before the initialization of the java.lang.ref.Finalizer class.
      Reviewed-by: jwilhelm, dholmes, coleenp
      12356b4f
  9. 28 11月, 2012 1 次提交
  10. 27 11月, 2012 2 次提交
  11. 20 11月, 2012 1 次提交
  12. 13 11月, 2012 1 次提交
  13. 08 11月, 2012 1 次提交
  14. 01 11月, 2012 1 次提交
  15. 20 10月, 2012 1 次提交
  16. 17 10月, 2012 1 次提交
  17. 11 10月, 2012 1 次提交
  18. 06 10月, 2012 1 次提交
  19. 04 10月, 2012 1 次提交
  20. 17 9月, 2012 2 次提交
  21. 15 9月, 2012 1 次提交
  22. 12 9月, 2012 1 次提交
  23. 02 9月, 2012 1 次提交
  24. 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
  25. 19 6月, 2012 1 次提交
  26. 07 3月, 2012 1 次提交
  27. 12 4月, 2012 1 次提交
  28. 16 2月, 2012 1 次提交
  29. 02 2月, 2012 1 次提交
  30. 01 2月, 2012 1 次提交
  31. 12 1月, 2012 1 次提交
  32. 24 10月, 2011 1 次提交
  33. 14 10月, 2011 1 次提交
  34. 26 9月, 2011 1 次提交
  35. 23 9月, 2011 1 次提交
    • J
      6484982: G1: process references during evacuation pauses · 9c3adbcc
      johnc 提交于
      Summary: G1 now uses two reference processors - one is used by concurrent marking and the other is used by STW GCs (both full and incremental evacuation pauses). In an evacuation pause, the reference processor is embedded into the closures used to scan objects. Doing so causes causes reference objects to be 'discovered' by the reference processor. At the end of the evacuation pause, these discovered reference objects are processed - preserving (and copying) referent objects (and their reachable graphs) as appropriate.
      Reviewed-by: ysr, jwilhelm, brutisso, stefank, tonyp
      9c3adbcc
  36. 11 9月, 2011 1 次提交
  37. 06 9月, 2011 1 次提交
  38. 01 9月, 2011 1 次提交