1. 07 8月, 2012 1 次提交
  2. 01 8月, 2012 1 次提交
  3. 30 7月, 2012 1 次提交
    • Z
      7186778: MachO decoder implementation for MacOSX · 7b9854d2
      zgu 提交于
      Summary: Implementation of decoder for Apple's MacOSX. The implementation is based on the patch provided by Kevin Walls.
      Reviewed-by: coleenp, kamg, kevinw
      7b9854d2
  4. 05 7月, 2012 1 次提交
  5. 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
  6. 26 6月, 2012 1 次提交
  7. 19 6月, 2012 1 次提交
  8. 14 6月, 2012 1 次提交
    • C
      7158800: Improve storage of symbol tables · 98df2891
      coleenp 提交于
      Summary: Use an alternate version of hashing algorithm for symbol string tables and after a certain bucket size to improve performance
      Reviewed-by: pbk, kamg, dlong, kvn, fparain
      98df2891
  9. 08 6月, 2012 1 次提交
  10. 01 6月, 2012 1 次提交
  11. 26 5月, 2012 1 次提交
  12. 22 5月, 2012 1 次提交
  13. 16 5月, 2012 1 次提交
  14. 14 5月, 2012 1 次提交
    • B
      7161545: G1: Minor cleanups to the G1 logging · 3c2bae90
      brutisso 提交于
      Summary: Rename "to-space-overflow" to "to-space-exhausted", Introduce one decimal point in the size format, Add Sum to the aggregate and re-order the entries, Add number of GC workers to the log output
      Reviewed-by: johnc, jwilhelm
      3c2bae90
  15. 06 4月, 2012 1 次提交
  16. 03 4月, 2012 1 次提交
  17. 14 3月, 2012 1 次提交
  18. 13 3月, 2012 1 次提交
  19. 23 2月, 2012 1 次提交
  20. 19 2月, 2012 1 次提交
  21. 18 2月, 2012 1 次提交
  22. 16 2月, 2012 1 次提交
  23. 09 2月, 2012 2 次提交
  24. 01 2月, 2012 1 次提交
  25. 31 1月, 2012 1 次提交
  26. 27 1月, 2012 1 次提交
  27. 26 1月, 2012 1 次提交
  28. 25 1月, 2012 1 次提交
    • D
      7130319: C2: running with -XX:+PrintOptoAssembly crashes the VM with... · 430d7e58
      dlong 提交于
      7130319: C2: running with -XX:+PrintOptoAssembly crashes the VM with assert(false) failed: bad tag in log
      Summary: Relax assert to allow the VMThread to close the log while the compiler thread is still writing to it.
      Reviewed-by: dholmes, never
      Contributed-by: dean.long@oracle.com
      430d7e58
  29. 18 1月, 2012 1 次提交
  30. 14 1月, 2012 1 次提交
  31. 12 1月, 2012 1 次提交
  32. 22 12月, 2011 1 次提交
    • P
      7091417: recvfrom's 6th input should be of type socklen_t · 964c0070
      phh 提交于
      Summary: Revamp class os's socket method formal args to match socket.h, insert casts in appropriate places, and copyin-copyout int*'s that s/b socklen_t*'s in jvm.cpp.
      Reviewed-by: coleenp, dholmes
      Contributed-by: erik.gahlin@oracle.com, rickard.backman@oracle.com, nils.loodin@oracle.com, markus.gronlund@oracle.com
      964c0070
  33. 20 12月, 2011 1 次提交
    • J
      7117303: VM uses non-monotonic time source and complains that it is non-monotonic · 412f955f
      johnc 提交于
      Summary: Replaces calls to os::javaTimeMillis(), which does not (and cannot) guarantee monotonicity, in GC code to an equivalent expression that uses os::javaTimeNanos(). os::javaTimeNanos is guaranteed monotonically non-decreasing if the underlying platform provides a monotonic time source. Changes in OS files are to make use of the newly defined constants in globalDefinitions.hpp.
      Reviewed-by: dholmes, ysr
      412f955f
  34. 15 12月, 2011 1 次提交
  35. 14 12月, 2011 1 次提交
    • S
      7121373: Clean up CollectedHeap::is_in · dce4ac5f
      stefank 提交于
      Summary: Fixed G1CollectedHeap::is_in, added tests, cleaned up comments and made Space::is_in pure virtual.
      Reviewed-by: brutisso, tonyp, jcoomes
      dce4ac5f
  36. 08 11月, 2011 1 次提交
  37. 31 10月, 2011 1 次提交
  38. 14 10月, 2011 1 次提交
  39. 26 9月, 2011 1 次提交