1. 21 8月, 2013 1 次提交
  2. 20 7月, 2013 1 次提交
  3. 13 7月, 2013 1 次提交
  4. 25 6月, 2013 1 次提交
  5. 14 6月, 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. 09 5月, 2013 1 次提交
  8. 26 4月, 2013 3 次提交
  9. 23 4月, 2013 1 次提交
  10. 10 4月, 2013 1 次提交
  11. 26 3月, 2013 1 次提交
  12. 20 3月, 2013 1 次提交
  13. 07 3月, 2013 1 次提交
  14. 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
  15. 06 2月, 2013 1 次提交
  16. 01 2月, 2013 1 次提交
  17. 24 1月, 2013 1 次提交
  18. 17 1月, 2013 1 次提交
  19. 16 1月, 2013 1 次提交
  20. 18 12月, 2012 1 次提交
  21. 30 11月, 2012 1 次提交
  22. 27 11月, 2012 1 次提交
  23. 16 11月, 2012 1 次提交
  24. 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
      8001471: Klass::cast() does nothing · 096d3481
      hseigel 提交于
      Summary: Remove function Klass::cast() and calls to it.
      Reviewed-by: dholmes, coleenp
      096d3481
  25. 07 11月, 2012 1 次提交
  26. 10 10月, 2012 1 次提交
  27. 09 10月, 2012 1 次提交
  28. 06 10月, 2012 1 次提交
  29. 03 10月, 2012 1 次提交
  30. 02 10月, 2012 1 次提交
  31. 29 9月, 2012 1 次提交
  32. 02 9月, 2012 1 次提交
  33. 29 8月, 2012 1 次提交
  34. 25 7月, 2012 1 次提交
  35. 12 7月, 2012 1 次提交
  36. 29 6月, 2012 1 次提交
    • Z
      6995781: Native Memory Tracking (Phase 1) · bdfb3cf5
      zgu 提交于
      7151532: DCmd for hotspot native memory tracking
      Summary: Implementation of native memory tracking phase 1, which tracks VM native memory usage, and related DCmd
      Reviewed-by: acorn, coleenp, fparain
      bdfb3cf5
  37. 27 6月, 2012 1 次提交