1. 31 7月, 2013 1 次提交
  2. 20 7月, 2013 1 次提交
  3. 18 7月, 2013 1 次提交
  4. 12 7月, 2013 1 次提交
  5. 05 7月, 2013 1 次提交
    • D
      8015884: runThese crashed with SIGSEGV, hs_err has an error instead of stacktrace · e377c127
      dcubed 提交于
      Summary: Dl_info struct should only be used if dladdr() has returned non-zero (no errors) and always check the dladdr() return value; Dl_info.dli_sname and Dl_info.dli_saddr fields should only be used if non-NULL; update/improve runtime/6888954/vmerrors.sh test
      Reviewed-by: dsamersoff, zgu, hseigel, coleenp
      e377c127
  6. 02 7月, 2013 2 次提交
  7. 14 6月, 2013 2 次提交
  8. 01 6月, 2013 1 次提交
  9. 31 5月, 2013 1 次提交
  10. 28 5月, 2013 2 次提交
  11. 23 5月, 2013 1 次提交
  12. 22 5月, 2013 1 次提交
  13. 20 5月, 2013 1 次提交
  14. 17 5月, 2013 2 次提交
  15. 16 5月, 2013 2 次提交
  16. 14 5月, 2013 2 次提交
  17. 08 5月, 2013 1 次提交
  18. 06 5月, 2013 1 次提交
    • Z
      8013120: NMT: Kitchensink crashes with assert(next_region == NULL ||... · 5bfa7e7e
      zgu 提交于
      8013120: NMT: Kitchensink crashes with assert(next_region == NULL || !next_region->is_committed_region()) failed: Sanity check
      Summary: Fixed NMT to deal with releasing virtual memory region when there are still committed regions within it
      Reviewed-by: acorn, coleenp
      5bfa7e7e
  19. 01 5月, 2013 1 次提交
  20. 30 4月, 2013 1 次提交
  21. 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
  22. 04 4月, 2013 1 次提交
  23. 28 3月, 2013 1 次提交
    • C
      8009152: A number of jtreg tests need review/improvement · 8d7574c0
      collins 提交于
      Summary: Added a new test_env.txt file to capture common shell variable. Added concept of COMPILEJAVA for use when TESTJAVA is a JRE. If COMPILEJAVA not set then TESTJAVA will be the default with assumption it is a JDK.
      Reviewed-by: kvn, brutisso, coleenp
      8d7574c0
  24. 27 3月, 2013 1 次提交
  25. 26 3月, 2013 1 次提交
  26. 24 3月, 2013 1 次提交
  27. 22 3月, 2013 1 次提交
  28. 21 3月, 2013 1 次提交
  29. 20 3月, 2013 2 次提交
  30. 12 3月, 2013 1 次提交
  31. 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
  32. 20 2月, 2013 1 次提交
  33. 15 2月, 2013 1 次提交