1. 25 3月, 2016 1 次提交
  2. 02 12月, 2015 1 次提交
  3. 19 5月, 2015 1 次提交
    • A
      8061715: gc/g1/TestShrinkAuxiliaryData15.java fails with... · 04db9dcd
      azakharov 提交于
      8061715: gc/g1/TestShrinkAuxiliaryData15.java fails with java.lang.RuntimeException: heap decommit failed - after > before
      Summary: added WhiteBox methods to count regions and exact aux data sizes
      Reviewed-by: jwilhelm, brutisso
      04db9dcd
  4. 01 5月, 2015 1 次提交
  5. 28 4月, 2015 1 次提交
  6. 07 4月, 2015 1 次提交
  7. 27 11月, 2014 1 次提交
    • M
      8053995: Add method to WhiteBox to get vm pagesize. · 6a3cda05
      minqi 提交于
      Summary: Unsafe is not recommended and may deprecated in future. Added a WhiteBox API to get VM page size.
      Reviewed-by: dholmes, ccheung, mseledtsov
      Contributed-by: yumin.qi@oracle.com
      6a3cda05
  8. 12 11月, 2014 1 次提交
  9. 06 11月, 2014 1 次提交
  10. 20 11月, 2014 1 次提交
  11. 18 11月, 2014 1 次提交
  12. 30 10月, 2014 1 次提交
  13. 14 10月, 2014 1 次提交
  14. 19 8月, 2014 1 次提交
  15. 21 8月, 2014 1 次提交
  16. 27 8月, 2014 1 次提交
  17. 30 5月, 2014 1 次提交
  18. 07 7月, 2014 1 次提交
  19. 23 5月, 2014 1 次提交
    • D
      8037816: Fix for 8036122 breaks build with Xcode5/clang · ed4b64df
      drchase 提交于
      8043029: Change 8037816 breaks HS build with older GCC versions which don't support diagnostic pragmas
      8043164: Format warning in traceStream.hpp
      Summary: Backport of main fix + two corrections, enables clang compilation, turns on format attributes, corrects/mutes warnings
      Reviewed-by: kvn, coleenp, iveresov, twisti
      ed4b64df
  20. 27 3月, 2014 1 次提交
  21. 11 3月, 2014 1 次提交
  22. 08 9月, 2014 1 次提交
  23. 01 10月, 2014 1 次提交
  24. 22 3月, 2014 1 次提交
  25. 10 4月, 2014 1 次提交
  26. 13 2月, 2014 1 次提交
  27. 11 10月, 2014 1 次提交
  28. 08 11月, 2013 1 次提交
    • M
      8027237: New tests on ReservedSpace/VirtualSpace classes · b161c86c
      mgerdin 提交于
      Summary: Three tests added: 1) test stressing VirtualSpace by resizing it constantly 2) test running unit tests in several threads 3) test checking protected area in ReservedHeapSpace class
      Reviewed-by: stefank, zgu
      Contributed-by: aleksey.timofeev@oracle.com
      b161c86c
  29. 02 11月, 2013 1 次提交
  30. 11 9月, 2013 1 次提交
    • T
      8010722: assert: failed: heap size is too big for compressed oops · 95a96a89
      tschatzl 提交于
      Summary: Use conservative assumptions of required alignment for the various garbage collector components into account when determining the maximum heap size that supports compressed oops. Using this conservative value avoids several circular dependencies in the calculation.
      Reviewed-by: stefank, dholmes
      95a96a89
  31. 24 8月, 2013 1 次提交
  32. 15 8月, 2013 1 次提交
  33. 14 6月, 2013 1 次提交
    • D
      8013057: assert(_needs_gc || SafepointSynchronize::is_at_safepoint()) failed:... · 118491a3
      dcubed 提交于
      8013057: assert(_needs_gc || SafepointSynchronize::is_at_safepoint()) failed: only read at safepoint
      Summary: Detect mmap() commit failures in Linux and Solaris os::commit_memory() impls and call vm_exit_out_of_memory(). Add os::commit_memory_or_exit(). Also tidy up some NMT accounting and some mmap() return value checking.
      Reviewed-by: zgu, stefank, dholmes, dsamersoff
      118491a3
  34. 22 5月, 2013 1 次提交
  35. 06 5月, 2013 1 次提交
    • T
      8006088: Incompatible heap size flags accepted by VM · babbf056
      tschatzl 提交于
      Summary: Make processing of minimum, initial and maximum heap size more intiutive by removing previous limitations on allowed values, and make error reporting consistent. Further, fix errors in ergonomic heap sizing.
      Reviewed-by: johnc, jwilhelm, tamao
      babbf056
  36. 30 4月, 2013 2 次提交
  37. 26 4月, 2013 1 次提交
  38. 17 4月, 2013 1 次提交
  39. 10 4月, 2013 1 次提交