1. 10 10月, 2012 1 次提交
  2. 04 10月, 2012 2 次提交
  3. 17 9月, 2012 2 次提交
  4. 02 9月, 2012 1 次提交
  5. 30 8月, 2012 1 次提交
  6. 22 8月, 2012 1 次提交
  7. 07 8月, 2012 1 次提交
  8. 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
  9. 06 7月, 2012 1 次提交
  10. 04 7月, 2012 1 次提交
  11. 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
  12. 07 6月, 2012 1 次提交
  13. 06 6月, 2012 1 次提交
  14. 25 5月, 2012 1 次提交
  15. 22 5月, 2012 1 次提交
  16. 16 5月, 2012 1 次提交
  17. 10 5月, 2012 1 次提交
  18. 27 4月, 2012 1 次提交
  19. 25 4月, 2012 1 次提交
  20. 20 3月, 2012 1 次提交
  21. 13 3月, 2012 1 次提交
  22. 08 3月, 2012 2 次提交
  23. 06 3月, 2012 1 次提交
  24. 01 3月, 2012 1 次提交
    • D
      7142641: -Xshared:on fails on ARM · f2020346
      dlong 提交于
      Summary: map read-only pages MAP_PRIVATE instead of MAP_SHARED
      Reviewed-by: dcubed, dholmes
      Contributed-by: dean.long@oracle.com
      f2020346
  25. 27 2月, 2012 1 次提交
  26. 19 2月, 2012 1 次提交
  27. 18 2月, 2012 1 次提交
  28. 09 2月, 2012 1 次提交
    • Z
      7141259: Native stack is missing in hs_err · 9ae87872
      zgu 提交于
      Summary: Code cleanup and creating a private decoder for error handler, since it can be triggered from in signal handler, where no lock can be taken
      Reviewed-by: dholmes, kamg, acorn, coleenp
      9ae87872
  29. 01 2月, 2012 1 次提交
  30. 04 2月, 2012 1 次提交
  31. 27 1月, 2012 1 次提交
  32. 25 1月, 2012 1 次提交
    • P
      7125793: MAC: test_gamma should always work · 09027c72
      phh 提交于
      Summary: Fix gamma launcher on Mac OS X and reconcile test_gamma script on Unix platforms
      Reviewed-by: dcubed, ohair, jcoomes, dholmes, ksrini
      Contributed-by: james.melvin@oracle.com
      09027c72
  33. 19 1月, 2012 1 次提交
  34. 18 1月, 2012 1 次提交
  35. 04 1月, 2012 1 次提交
  36. 28 12月, 2011 1 次提交
  37. 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