1. 10 6月, 2013 1 次提交
  2. 06 6月, 2013 1 次提交
  3. 05 6月, 2013 1 次提交
  4. 28 5月, 2013 1 次提交
    • T
      8013895: G1: G1SummarizeRSetStats output on Linux needs improvemen · 1c4e2ca8
      tschatzl 提交于
      Summary: Fixed the output of G1SummarizeRSetStats: too small datatype for the number of concurrently processed cards, added concurrent remembered set thread time retrieval for Linux and Windows (BSD uses os::elapsedTime() now), and other cleanup. The information presented during VM operation is now relative to the previous output, not always cumulative if G1SummarizeRSetStatsPeriod > 0. At VM exit, the code prints a cumulative summary.
      Reviewed-by: johnc, jwilhelm
      1c4e2ca8
  5. 30 4月, 2013 1 次提交
  6. 26 4月, 2013 1 次提交
  7. 16 4月, 2013 1 次提交
  8. 06 4月, 2013 1 次提交
  9. 05 4月, 2013 1 次提交
  10. 04 4月, 2013 1 次提交
  11. 28 3月, 2013 1 次提交
    • 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
  12. 08 3月, 2013 1 次提交
  13. 05 3月, 2013 1 次提交
    • M
      8008559: [parfait] Path through non-void function... · 5f41d4d5
      morris 提交于
      8008559: [parfait] Path through non-void function '_ZN2os15thread_cpu_timeEP6Thread' returns an undefined value
      Summary: safety checks for non-Apple thread time functions
      Reviewed-by: kvn
      5f41d4d5
  14. 27 2月, 2013 1 次提交
    • S
      8008959: Fix non-PCH build on Linux, Windows and MacOS X · 0c84cdb5
      simonis 提交于
      Summary: Fix the build without precompiled headers by either including the missing ".inline.hpp" files into the appropriate files or by turning inline-functions declared in header files into ordinary functions in ".cpp" files.
      Reviewed-by: coleenp, stefank, dholmes
      0c84cdb5
  15. 19 2月, 2013 1 次提交
  16. 08 2月, 2013 1 次提交
    • S
      8006423: SA: NullPointerException in... · 55f73fa3
      sla 提交于
      8006423: SA: NullPointerException in sun.jvm.hotspot.debugger.bsd.BsdThread.getContext(BsdThread.java:67)
      Summary: Do not rely on mach thread port names to identify threads from SA
      Reviewed-by: dholmes, minqi, rbackman
      55f73fa3
  17. 22 1月, 2013 1 次提交
  18. 21 1月, 2013 1 次提交
  19. 17 1月, 2013 1 次提交
  20. 20 12月, 2012 1 次提交
  21. 01 12月, 2012 1 次提交
  22. 27 11月, 2012 1 次提交
  23. 08 11月, 2012 1 次提交
  24. 30 10月, 2012 1 次提交
  25. 20 10月, 2012 1 次提交
  26. 10 10月, 2012 1 次提交
  27. 04 10月, 2012 1 次提交
    • N
      8000102: Resolve include conflicts · 3b8d4528
      neliasso 提交于
      Summary: Removing include of c1/c1_runtime.hpp and opto/runtime.hpp from all os-files.
      Reviewed-by: kvn
      Contributed-by: nils.eliasson@oracle.com
      3b8d4528
  28. 30 8月, 2012 1 次提交
  29. 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
  30. 04 7月, 2012 1 次提交
  31. 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
  32. 22 5月, 2012 1 次提交
  33. 10 5月, 2012 1 次提交
  34. 20 3月, 2012 1 次提交
  35. 08 3月, 2012 2 次提交
  36. 06 3月, 2012 1 次提交
  37. 19 2月, 2012 1 次提交
  38. 18 2月, 2012 1 次提交
  39. 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