1. 19 3月, 2010 1 次提交
  2. 18 3月, 2010 1 次提交
  3. 16 3月, 2010 1 次提交
  4. 11 3月, 2010 1 次提交
  5. 10 3月, 2010 1 次提交
  6. 03 3月, 2010 1 次提交
  7. 27 2月, 2010 1 次提交
  8. 24 2月, 2010 2 次提交
  9. 17 2月, 2010 1 次提交
  10. 13 2月, 2010 1 次提交
  11. 10 2月, 2010 1 次提交
  12. 09 2月, 2010 1 次提交
  13. 08 2月, 2010 1 次提交
  14. 06 2月, 2010 1 次提交
  15. 04 2月, 2010 1 次提交
  16. 02 2月, 2010 5 次提交
  17. 30 1月, 2010 3 次提交
  18. 29 1月, 2010 1 次提交
    • T
      6917766: JSR 292 needs its own deopt handler · f3f7a33e
      twisti 提交于
      Summary: We need to introduce a new MH deopt handler so we can easily determine if the deopt happened at a MH call site or not.
      Reviewed-by: never, jrose
      f3f7a33e
  19. 27 1月, 2010 1 次提交
  20. 26 1月, 2010 1 次提交
  21. 21 1月, 2010 1 次提交
  22. 16 1月, 2010 1 次提交
  23. 14 1月, 2010 3 次提交
  24. 13 1月, 2010 1 次提交
  25. 09 1月, 2010 2 次提交
  26. 08 1月, 2010 2 次提交
  27. 07 1月, 2010 1 次提交
  28. 05 1月, 2010 2 次提交
    • T
      6893268: additional dynamic language related optimizations in C2 · afb30dcc
      twisti 提交于
      Summary: C2 needs some additional optimizations to be able to handle MethodHandle invokes and invokedynamic instructions at the best performance.
      Reviewed-by: kvn, never
      afb30dcc
    • Y
      6637203: Classunloading messages go to stdout rather than Xloggc file, causing... · 0698402e
      ysr 提交于
      6637203: Classunloading messages go to stdout rather than Xloggc file, causing hangs when stdout is closed
      Summary: Decoupled TraceClassUnloading from verbose:gc, JVMTI_VERBOSE_GC and PrintGC[Details], making it settable in a manner identical to TraceClassLoading. Reverted an inadvertent change of TraceClassUnloading output in a previous changeset from gclog back to tty.
      Reviewed-by: coleenp, dholmes, jmasa, poonam
      0698402e