1. 06 4月, 2012 1 次提交
  2. 03 4月, 2012 1 次提交
  3. 14 3月, 2012 1 次提交
  4. 13 3月, 2012 1 次提交
  5. 23 2月, 2012 1 次提交
  6. 19 2月, 2012 1 次提交
  7. 18 2月, 2012 1 次提交
  8. 16 2月, 2012 1 次提交
  9. 09 2月, 2012 2 次提交
  10. 01 2月, 2012 1 次提交
  11. 31 1月, 2012 1 次提交
  12. 27 1月, 2012 1 次提交
  13. 26 1月, 2012 1 次提交
  14. 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
  15. 18 1月, 2012 1 次提交
  16. 14 1月, 2012 1 次提交
  17. 12 1月, 2012 1 次提交
  18. 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
  19. 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
  20. 15 12月, 2011 1 次提交
  21. 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
  22. 08 11月, 2011 1 次提交
  23. 31 10月, 2011 1 次提交
  24. 14 10月, 2011 1 次提交
  25. 26 9月, 2011 1 次提交
  26. 16 9月, 2011 1 次提交
  27. 26 9月, 2011 1 次提交
  28. 12 9月, 2011 1 次提交
  29. 11 9月, 2011 1 次提交
  30. 10 8月, 2011 1 次提交
  31. 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
  32. 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
  33. 11 6月, 2011 1 次提交
  34. 03 5月, 2011 1 次提交
  35. 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
  36. 26 5月, 2011 1 次提交
  37. 08 4月, 2011 1 次提交
  38. 06 4月, 2011 1 次提交