1. 07 4月, 2015 1 次提交
  2. 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
  3. 12 11月, 2014 1 次提交
  4. 06 11月, 2014 1 次提交
  5. 20 11月, 2014 1 次提交
  6. 18 11月, 2014 1 次提交
  7. 30 10月, 2014 1 次提交
  8. 14 10月, 2014 1 次提交
  9. 19 8月, 2014 1 次提交
  10. 21 8月, 2014 1 次提交
  11. 27 8月, 2014 1 次提交
  12. 30 5月, 2014 1 次提交
  13. 07 7月, 2014 1 次提交
  14. 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
  15. 27 3月, 2014 1 次提交
  16. 11 3月, 2014 1 次提交
  17. 08 9月, 2014 1 次提交
  18. 01 10月, 2014 1 次提交
  19. 22 3月, 2014 1 次提交
  20. 10 4月, 2014 1 次提交
  21. 13 2月, 2014 1 次提交
  22. 11 10月, 2014 1 次提交
  23. 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
  24. 02 11月, 2013 1 次提交
  25. 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
  26. 24 8月, 2013 1 次提交
  27. 15 8月, 2013 1 次提交
  28. 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
  29. 22 5月, 2013 1 次提交
  30. 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
  31. 30 4月, 2013 2 次提交
  32. 26 4月, 2013 1 次提交
  33. 17 4月, 2013 1 次提交
  34. 10 4月, 2013 1 次提交
  35. 02 4月, 2013 1 次提交
    • M
      8009763: Add WB test for String.intern() · 8ea574c5
      mgerdin 提交于
      Summary: Add convenience method in StringTable, add WhiteBox method and simple sanity test
      Reviewed-by: mgerdin, zgu
      Contributed-by: leonid.mesnik@oracle.com
      8ea574c5
  36. 04 4月, 2013 1 次提交
  37. 14 2月, 2013 1 次提交
  38. 02 2月, 2013 1 次提交
  39. 24 1月, 2013 1 次提交