1. 18 1月, 2012 1 次提交
  2. 12 1月, 2012 1 次提交
  3. 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
  4. 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
  5. 15 12月, 2011 1 次提交
  6. 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
  7. 08 11月, 2011 1 次提交
  8. 31 10月, 2011 1 次提交
  9. 14 10月, 2011 1 次提交
  10. 26 9月, 2011 1 次提交
  11. 16 9月, 2011 1 次提交
  12. 26 9月, 2011 1 次提交
  13. 12 9月, 2011 1 次提交
  14. 11 9月, 2011 1 次提交
  15. 10 8月, 2011 1 次提交
  16. 28 6月, 2011 1 次提交
    • B
      7016112: CMS: crash during promotion testing · cf62aa47
      brutisso 提交于
      Summary: Also reviewed by mikael.gerdin@oracle.com; stdlib:qsort() does byte-by-byte swapping on Windows. This leads to pointer shearing. Fix is to implement a quicksort that does full pointer updates.
      Reviewed-by: never, coleenp, ysr
      cf62aa47
  17. 14 6月, 2011 1 次提交
    • T
      7046558: G1: concurrent marking optimizations · 2db1d718
      tonyp 提交于
      Summary: Some optimizations to improve the concurrent marking phase: specialize the main oop closure, make sure a few methods in the fast path are properly inlined, a few more bits and pieces, and some cosmetic fixes.
      Reviewed-by: stefank, johnc
      2db1d718
  18. 11 6月, 2011 1 次提交
  19. 03 5月, 2011 1 次提交
  20. 27 4月, 2011 2 次提交
    • Z
      7036747: 7017009 reappeared, problem with ElfStringTable · 2c79479b
      zgu 提交于
      Summary: Created new "new" operator for CHeapObj that allows malloc to fail without causing fatal error. Also replaced "HeapAllocate" with "os::malloc" in decoder code to allow decoder to handle low memory scenario.
      Reviewed-by: coleenp, dholmes
      2c79479b
    • C
      7009923: JSR 292: VM crash in JavaThread::last_frame · dac7ba64
      coleenp 提交于
      Summary: Handle stack overflow before the first frame is called, by printing out the called method and not walking the stack.
      Reviewed-by: dholmes, phh, dsamersoff
      dac7ba64
  21. 26 5月, 2011 1 次提交
  22. 08 4月, 2011 1 次提交
  23. 06 4月, 2011 1 次提交
  24. 04 4月, 2011 1 次提交
  25. 01 4月, 2011 1 次提交
  26. 26 3月, 2011 1 次提交
  27. 18 3月, 2011 1 次提交
  28. 05 3月, 2011 1 次提交
  29. 02 3月, 2011 1 次提交
  30. 28 2月, 2011 2 次提交
  31. 23 2月, 2011 1 次提交
  32. 17 2月, 2011 1 次提交
  33. 12 2月, 2011 2 次提交
  34. 09 2月, 2011 2 次提交
  35. 04 2月, 2011 1 次提交
  36. 03 2月, 2011 1 次提交