1. 10 6月, 2013 1 次提交
  2. 29 5月, 2013 1 次提交
  3. 28 5月, 2013 1 次提交
  4. 19 5月, 2013 1 次提交
  5. 17 5月, 2013 1 次提交
  6. 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
  7. 01 5月, 2013 1 次提交
  8. 26 4月, 2013 1 次提交
  9. 24 4月, 2013 1 次提交
  10. 22 4月, 2013 1 次提交
  11. 20 4月, 2013 1 次提交
  12. 17 4月, 2013 1 次提交
  13. 10 4月, 2013 2 次提交
  14. 08 4月, 2013 1 次提交
  15. 05 4月, 2013 1 次提交
  16. 02 4月, 2013 1 次提交
  17. 19 3月, 2013 1 次提交
  18. 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
  19. 27 2月, 2013 1 次提交
  20. 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
  21. 21 2月, 2013 1 次提交
  22. 15 2月, 2013 1 次提交
  23. 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
  24. 09 2月, 2013 1 次提交
  25. 07 2月, 2013 1 次提交
  26. 21 2月, 2013 1 次提交
  27. 24 1月, 2013 1 次提交
  28. 17 1月, 2013 1 次提交
  29. 15 1月, 2013 1 次提交
  30. 11 1月, 2013 1 次提交
  31. 03 1月, 2013 1 次提交
  32. 17 12月, 2012 1 次提交
  33. 29 11月, 2012 1 次提交
  34. 27 11月, 2012 1 次提交
  35. 21 11月, 2012 1 次提交
  36. 13 11月, 2012 2 次提交
    • 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
    • H
      7122219: Passed StringTableSize value not verified · 22dc1d9b
      hseigel 提交于
      Summary: Check that the values specified for -XX:StringTableSize are within a certain range.
      Reviewed-by: dholmes, coleenp
      22dc1d9b
  37. 01 11月, 2012 1 次提交
  38. 31 10月, 2012 1 次提交