1. 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
  2. 14 6月, 2013 2 次提交
  3. 01 6月, 2013 1 次提交
  4. 31 5月, 2013 1 次提交
  5. 28 5月, 2013 2 次提交
  6. 23 5月, 2013 1 次提交
  7. 22 5月, 2013 1 次提交
  8. 20 5月, 2013 1 次提交
  9. 17 5月, 2013 2 次提交
  10. 16 5月, 2013 2 次提交
  11. 14 5月, 2013 2 次提交
  12. 08 5月, 2013 1 次提交
  13. 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
  14. 01 5月, 2013 1 次提交
  15. 30 4月, 2013 1 次提交
  16. 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
  17. 04 4月, 2013 1 次提交
  18. 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
  19. 27 3月, 2013 1 次提交
  20. 26 3月, 2013 1 次提交
  21. 24 3月, 2013 1 次提交
  22. 22 3月, 2013 1 次提交
  23. 21 3月, 2013 1 次提交
  24. 20 3月, 2013 2 次提交
  25. 12 3月, 2013 1 次提交
  26. 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
  27. 20 2月, 2013 1 次提交
  28. 15 2月, 2013 1 次提交
  29. 12 2月, 2013 1 次提交
  30. 08 2月, 2013 1 次提交
  31. 05 2月, 2013 1 次提交
  32. 04 2月, 2013 1 次提交
  33. 03 2月, 2013 1 次提交
  34. 02 2月, 2013 1 次提交
    • C
      8005013: Add NMT tests · 0e6ac9ae
      ctornqvi 提交于
      Summary: Add tests for the Native Memory Tracking feature, includes regression tests for 8005936 and 8004802
      Reviewed-by: zgu, coleenp
      0e6ac9ae