1. 10 6月, 2013 1 次提交
  2. 06 6月, 2013 1 次提交
  3. 05 6月, 2013 1 次提交
  4. 28 5月, 2013 2 次提交
    • C
      8015329: Print reason for failed MiniDumpWriteDump() call · bf8ceb11
      ctornqvi 提交于
      Summary: Printing both result from GetLastError and text representation of error. Also changed so that we produce dumps by default on client versions of Windows when running with a debug build. Also reviewed by peter.allwin@oracle.com
      Reviewed-by: sla, dholmes
      bf8ceb11
    • 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. 15 5月, 2013 1 次提交
    • M
      8012902: remove use of global operator new - take 2 · 73092391
      minqi 提交于
      Summary: The fix of 8010992, disable use of global operator new and new[] which caused failure on some tests. This takes two of the bugs also add ALLOW_OPERATOR_NEW_USAGE to prevent crash for third party code calling operator new of jvm on certain platforms.
      Reviewed-by: coleenp, dholmes, zgu
      Contributed-by: yumin.qi@oracle.com
      73092391
  6. 07 5月, 2013 1 次提交
  7. 01 5月, 2013 2 次提交
  8. 30 4月, 2013 1 次提交
  9. 26 4月, 2013 1 次提交
  10. 22 4月, 2013 1 次提交
  11. 20 4月, 2013 1 次提交
  12. 16 4月, 2013 1 次提交
  13. 13 4月, 2013 1 次提交
    • D
      7104565: trim jprt build targets · f0e7c0d7
      drchase 提交于
      Summary: remove JPRT debug builds, remove -DDEBUG -DFASTDEBUG and use ASSERT instead in sources
      Reviewed-by: dholmes, kvn, coleenp
      f0e7c0d7
  14. 06 4月, 2013 1 次提交
  15. 05 4月, 2013 2 次提交
  16. 04 4月, 2013 1 次提交
  17. 02 4月, 2013 1 次提交
  18. 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
  19. 22 3月, 2013 1 次提交
  20. 11 3月, 2013 1 次提交
  21. 08 3月, 2013 1 次提交
  22. 06 3月, 2013 1 次提交
    • I
      7107135: Stack guard pages are no more protected after loading a shared... · e447b861
      iklam 提交于
      7107135: Stack guard pages are no more protected after loading a shared library with executable stack
      Summary: Detect the execstack attribute of the loaded library and attempt to fix the stack guard using Safepoint op.
      Reviewed-by: dholmes, zgu
      Contributed-by: ioi.lam@oracle.com
      e447b861
  23. 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
  24. 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
  25. 20 2月, 2013 1 次提交
  26. 19 2月, 2013 1 次提交
  27. 18 2月, 2013 1 次提交
  28. 13 2月, 2013 1 次提交
  29. 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
  30. 26 1月, 2013 1 次提交
  31. 23 1月, 2013 1 次提交
  32. 22 1月, 2013 1 次提交
  33. 21 1月, 2013 1 次提交
  34. 17 1月, 2013 1 次提交
  35. 10 1月, 2013 1 次提交
  36. 20 12月, 2012 1 次提交
  37. 17 12月, 2012 1 次提交