1. 01 7月, 2013 1 次提交
  2. 19 6月, 2013 1 次提交
  3. 14 6月, 2013 1 次提交
  4. 10 6月, 2013 1 次提交
  5. 29 5月, 2013 1 次提交
  6. 28 5月, 2013 1 次提交
  7. 19 5月, 2013 1 次提交
  8. 17 5月, 2013 1 次提交
  9. 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
  10. 01 5月, 2013 1 次提交
  11. 26 4月, 2013 1 次提交
  12. 24 4月, 2013 1 次提交
  13. 22 4月, 2013 1 次提交
  14. 20 4月, 2013 1 次提交
  15. 17 4月, 2013 1 次提交
  16. 10 4月, 2013 2 次提交
  17. 08 4月, 2013 1 次提交
  18. 05 4月, 2013 1 次提交
  19. 02 4月, 2013 1 次提交
  20. 19 3月, 2013 1 次提交
  21. 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
  22. 27 2月, 2013 1 次提交
  23. 22 2月, 2013 1 次提交
    • C
      8000797: NPG: is_pseudo_string_at() doesn't work · 9073fdda
      coleenp 提交于
      Summary: Zero Symbol* for constant pool strings to indicate pseudo_strings (objects that aren't strings).  Clean up JVM_CONSTANT_Object and unused flags.
      Reviewed-by: sspitsyn, jrose
      9073fdda
  24. 21 2月, 2013 1 次提交
  25. 15 2月, 2013 1 次提交
  26. 13 2月, 2013 1 次提交
    • Z
      8007950: Undo hs_file permission change · 1b013f8b
      zgu 提交于
      Summary: Reverse hs_err file permission back to 0666, as early push was premature
      Reviewed-by: dsamersoff, dcubed, acorn
      1b013f8b
  27. 09 2月, 2013 1 次提交
  28. 07 2月, 2013 1 次提交
  29. 21 2月, 2013 1 次提交
  30. 24 1月, 2013 1 次提交
  31. 17 1月, 2013 1 次提交
  32. 15 1月, 2013 1 次提交
  33. 11 1月, 2013 1 次提交
  34. 03 1月, 2013 1 次提交
  35. 17 12月, 2012 1 次提交
  36. 29 11月, 2012 1 次提交
  37. 27 11月, 2012 1 次提交
  38. 21 11月, 2012 1 次提交
  39. 13 11月, 2012 1 次提交
    • M
      6830717: replay of compilations would help with debugging · 00de2884
      minqi 提交于
      Summary: When java process crashed in compiler thread, repeat the compilation process will help finding root cause. This is done with using SA dump application class data and replay data from core dump, then use debug version of jvm to recompile the problematic java method.
      Reviewed-by: kvn, twisti, sspitsyn
      Contributed-by: yumin.qi@oracle.com
      00de2884