1. 17 6月, 2015 1 次提交
    • P
      8085965: VM hangs in C2Compiler · 84659084
      poonam 提交于
      Summary: CMSClassUnloadingEnabled and ExplicitGCInvokesConcurrentAndUnloadsClasses should be disabled when -Xnoclassgc is specified
      Reviewed-by: jmasa, kbarrett
      84659084
  2. 01 12月, 2014 1 次提交
  3. 07 7月, 2014 1 次提交
  4. 14 2月, 2014 2 次提交
  5. 19 6月, 2014 1 次提交
  6. 14 1月, 2014 1 次提交
  7. 15 8月, 2013 1 次提交
  8. 14 8月, 2013 1 次提交
  9. 10 6月, 2013 1 次提交
  10. 26 4月, 2013 1 次提交
  11. 23 4月, 2013 1 次提交
  12. 03 1月, 2013 1 次提交
  13. 27 11月, 2012 1 次提交
  14. 25 9月, 2012 1 次提交
  15. 02 9月, 2012 1 次提交
  16. 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
  17. 15 5月, 2012 1 次提交
  18. 01 2月, 2012 1 次提交
  19. 19 1月, 2012 1 次提交
    • J
      7129514: time warp warnings after 7117303 · d7cbafe7
      johnc 提交于
      Summary: Replace calls to os::javaTimeMillis() that are used to update the milliseconds since the last GC to an equivalent that uses a monotonically non-decreasing time source.
      Reviewed-by: ysr, jmasa
      d7cbafe7
  20. 26 9月, 2011 1 次提交
  21. 06 4月, 2011 1 次提交
  22. 28 1月, 2011 1 次提交
  23. 20 1月, 2011 1 次提交
  24. 24 11月, 2010 1 次提交
  25. 29 9月, 2010 1 次提交
  26. 28 5月, 2010 1 次提交
  27. 14 4月, 2010 1 次提交
  28. 04 3月, 2010 1 次提交
  29. 23 9月, 2009 1 次提交
    • X
      6884624: Update copyright year · 8cbcb424
      xdono 提交于
      Summary: Update copyright for files that have been modified in 2009 through Septermber
      Reviewed-by: tbell, ohair
      8cbcb424
  30. 16 9月, 2009 1 次提交
  31. 02 9月, 2009 1 次提交
    • Y
      4957990: Perm heap bloat in JVM · 763668ed
      ysr 提交于
      Summary: Treat ProfileData in MDO's as a source of weak, not strong, roots. Fixes the bug for stop-world collection -- the case of concurrent collection will be fixed separately.
      Reviewed-by: jcoomes, jmasa, kvn, never
      763668ed
  32. 02 12月, 2008 1 次提交
  33. 21 11月, 2008 1 次提交
    • Y
      6684579: SoftReference processing can be made more efficient · bf0e7f79
      ysr 提交于
      Summary: For current soft-ref clearing policies, we can decide at marking time if a soft-reference will definitely not be cleared, postponing the decision of whether it will definitely be cleared to the final reference processing phase. This can be especially beneficial in the case of concurrent collectors where the marking is usually concurrent but reference processing is usually not.
      Reviewed-by: jmasa
      bf0e7f79
  34. 10 7月, 2008 1 次提交
  35. 03 7月, 2008 1 次提交
    • X
      6719955: Update copyright year · b85ed448
      xdono 提交于
      Summary: Update copyright year for files that have been modified in 2008
      Reviewed-by: ohair, tbell
      b85ed448
  36. 14 4月, 2008 1 次提交
  37. 01 12月, 2007 1 次提交