1. 12 1月, 2013 1 次提交
  2. 20 12月, 2012 1 次提交
  3. 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
  4. 28 11月, 2012 1 次提交
  5. 27 11月, 2012 2 次提交
  6. 20 11月, 2012 1 次提交
  7. 13 11月, 2012 1 次提交
  8. 08 11月, 2012 1 次提交
  9. 01 11月, 2012 1 次提交
  10. 20 10月, 2012 1 次提交
  11. 17 10月, 2012 1 次提交
  12. 11 10月, 2012 1 次提交
  13. 06 10月, 2012 1 次提交
  14. 04 10月, 2012 1 次提交
  15. 17 9月, 2012 2 次提交
  16. 15 9月, 2012 1 次提交
  17. 12 9月, 2012 1 次提交
  18. 02 9月, 2012 1 次提交
  19. 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
  20. 19 6月, 2012 1 次提交
  21. 07 3月, 2012 1 次提交
  22. 12 4月, 2012 1 次提交
  23. 16 2月, 2012 1 次提交
  24. 02 2月, 2012 1 次提交
  25. 01 2月, 2012 1 次提交
  26. 12 1月, 2012 1 次提交
  27. 24 10月, 2011 1 次提交
  28. 14 10月, 2011 1 次提交
  29. 26 9月, 2011 1 次提交
  30. 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
  31. 11 9月, 2011 1 次提交
  32. 06 9月, 2011 1 次提交
  33. 01 9月, 2011 1 次提交
  34. 10 8月, 2011 1 次提交
  35. 07 7月, 2011 1 次提交
  36. 14 6月, 2011 1 次提交
    • Y
      7051430: CMS: ongoing CMS cycle should terminate abruptly to allow prompt JVM termination at exit · a4a62971
      ysr 提交于
      Summary: It turns out that there is no need to explicitly stop CMS since the JVM is taken down at a terminal safepoint during which CMS threads are (terminally) inactive. This  will need to be revised if and when we evolve in the future to a point where we allow JVM reincarnation in the same process, but those changes will be much more sweeping than just terminating CMS threads. The unused ::stop() methods will be removed in a separate CR. Also include in this CR is the fix for a small typo in the spelling of UseGCLogFileRotation in a message in arguments.cpp, brought to our attention by Rainer Jung and reviewed by minqi.
      Reviewed-by: johnc, jwilhelm
      a4a62971
  37. 18 5月, 2011 1 次提交
  38. 17 5月, 2011 1 次提交