1. 28 3月, 2013 2 次提交
    • M
      2178143: JVM crashes if the number of bound CPUs changed during runtime · a331be27
      minqi 提交于
      Summary: Supply a new flag -XX:+AssumeMP to workaround the problem. With the flag is turned on, assume VM run on MP platform so is_MP() will return true that sync calls will not skip away.
      Reviewed-by: dholmes, acorn, dcubed, jmasa
      Contributed-by: yumin.qi@oracle.com
      a331be27
    • T
      7112912: Message "Error occurred during initialization of VM" on boxes with lots of RAM · d9cc1e05
      tschatzl 提交于
      Summary: Ergonomics now also takes available virtual memory into account when deciding for a heap size. The helper method to determine the maximum allocatable memory block now uses the appropriate OS specific calls to retrieve available virtual memory for the java process. In 32 bit environments this method now also searches for the maximum actually reservable amount of memory. Merge previously separate implementations for Linux/BSD/Solaris into a single method.
      Reviewed-by: jmasa, tamao
      d9cc1e05
  2. 17 1月, 2013 1 次提交
  3. 17 12月, 2012 1 次提交
  4. 08 11月, 2012 1 次提交
  5. 17 9月, 2012 1 次提交
  6. 04 7月, 2012 1 次提交
  7. 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
  8. 10 5月, 2012 1 次提交
  9. 27 2月, 2012 1 次提交
  10. 27 1月, 2012 1 次提交
  11. 04 1月, 2012 1 次提交
  12. 02 1月, 2012 1 次提交
  13. 28 12月, 2011 1 次提交
  14. 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
  15. 14 10月, 2011 1 次提交
  16. 26 9月, 2011 1 次提交
  17. 07 7月, 2011 1 次提交
  18. 30 4月, 2011 1 次提交
  19. 18 8月, 2011 1 次提交
  20. 30 3月, 2011 1 次提交
  21. 28 2月, 2011 1 次提交
  22. 09 2月, 2011 1 次提交
    • C
      7014918: Improve core/minidump handling in Hotspot · e7bfde38
      ctornqvi 提交于
      Summary: Added Minidump support on Windows, enabled large page core dumps when coredump_filter is present and writing out path/rlimit for core dumps.
      Reviewed-by: poonam, dsamersoff, sla, coleenp
      e7bfde38
  23. 08 2月, 2011 1 次提交
  24. 03 2月, 2011 1 次提交
  25. 02 12月, 2010 1 次提交
  26. 24 11月, 2010 1 次提交
  27. 22 10月, 2010 1 次提交
  28. 03 8月, 2010 1 次提交
    • B
      6953477: Increase portability and flexibility of building Hotspot · 1d7def72
      bobv 提交于
      Summary: A collection of portability improvements including shared code support for PPC, ARM platforms, software floating point, cross compilation support and improvements in error crash detail.
      Reviewed-by: phh, never, coleenp, dholmes
      1d7def72
  29. 28 5月, 2010 1 次提交
  30. 12 3月, 2010 1 次提交
  31. 17 12月, 2009 1 次提交
  32. 27 11月, 2009 1 次提交
  33. 02 4月, 2009 1 次提交
  34. 26 3月, 2009 1 次提交
    • C
      6541756: Reduce executable C-heap · 029d9cc3
      coleenp 提交于
      Summary: Add executable parameters to reserve_memory and commit_memory to reduce executable memory to only the Code Heap.
      Reviewed-by: xlu, kvn, acorn
      029d9cc3
  35. 13 3月, 2009 1 次提交
  36. 10 3月, 2009 1 次提交
    • X
      6814575: Update copyright year · 58e87f34
      xdono 提交于
      Summary: Update copyright for files that have been modified in 2009, up to 03/09
      Reviewed-by: katleman, tbell, ohair
      58e87f34
  37. 10 2月, 2009 1 次提交
  38. 11 12月, 2008 1 次提交
  39. 29 7月, 2008 1 次提交