1. 02 12月, 2010 1 次提交
  2. 24 11月, 2010 1 次提交
  3. 31 10月, 2010 2 次提交
  4. 23 10月, 2010 1 次提交
  5. 20 10月, 2010 1 次提交
  6. 13 10月, 2010 1 次提交
  7. 14 9月, 2010 1 次提交
  8. 04 9月, 2010 1 次提交
    • I
      6953144: Tiered compilation · d2bc8599
      iveresov 提交于
      Summary: Infrastructure for tiered compilation support (interpreter + c1 + c2) for 32 and 64 bit. Simple tiered policy implementation.
      Reviewed-by: kvn, never, phh, twisti
      d2bc8599
  9. 25 8月, 2010 1 次提交
    • T
      6978355: renaming for 6961697 · ffaef974
      twisti 提交于
      Summary: This is the renaming part of 6961697 to keep the actual changes small for review.
      Reviewed-by: kvn, never
      ffaef974
  10. 03 8月, 2010 1 次提交
    • B
      6953477: Increase portability and flexibility of building Hotspot · 1d7def72
      bobv 提交于
      Summary: A collection of portability improvements including shared code support for PPC, ARM platforms, software floating point, cross compilation support and improvements in error crash detail.
      Reviewed-by: phh, never, coleenp, dholmes
      1d7def72
  11. 17 7月, 2010 1 次提交
  12. 16 7月, 2010 1 次提交
  13. 15 7月, 2010 1 次提交
  14. 03 7月, 2010 1 次提交
  15. 22 6月, 2010 1 次提交
  16. 10 6月, 2010 1 次提交
  17. 03 6月, 2010 1 次提交
  18. 30 5月, 2010 1 次提交
  19. 29 5月, 2010 1 次提交
  20. 28 5月, 2010 1 次提交
  21. 23 5月, 2010 1 次提交
  22. 02 5月, 2010 1 次提交
  23. 01 5月, 2010 1 次提交
  24. 30 4月, 2010 1 次提交
  25. 29 4月, 2010 1 次提交
    • T
      6829193: JSR 292 needs to support SPARC · 9c88edc1
      twisti 提交于
      Summary: There are unimplemented portions of the hotspot code for method handles and invokedynamic specific to SPARC.
      Reviewed-by: kvn, never, jrose
      9c88edc1
  26. 27 4月, 2010 1 次提交
  27. 23 4月, 2010 1 次提交
  28. 02 4月, 2010 1 次提交
  29. 18 3月, 2010 1 次提交
  30. 17 3月, 2010 1 次提交
  31. 16 3月, 2010 1 次提交
  32. 03 3月, 2010 1 次提交
  33. 09 2月, 2010 1 次提交
  34. 02 2月, 2010 1 次提交
  35. 14 1月, 2010 1 次提交
  36. 08 1月, 2010 1 次提交
  37. 07 1月, 2010 1 次提交
  38. 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