1. 12 1月, 2011 1 次提交
  2. 04 1月, 2011 1 次提交
  3. 01 12月, 2010 1 次提交
    • I
      6985015: C1 needs to support compressed oops · 7e8f9e32
      iveresov 提交于
      Summary: This change implements compressed oops for C1 for x64 and sparc. The changes are mostly on the codegen level, with a few exceptions when we do access things outside of the heap that are uncompressed from the IR. Compressed oops are now also enabled with tiered.
      Reviewed-by: twisti, kvn, never, phh
      7e8f9e32
  4. 24 11月, 2010 1 次提交
  5. 13 11月, 2010 1 次提交
  6. 10 11月, 2010 1 次提交
  7. 05 11月, 2010 1 次提交
  8. 03 11月, 2010 1 次提交
  9. 24 10月, 2010 1 次提交
  10. 20 10月, 2010 1 次提交
  11. 07 10月, 2010 1 次提交
  12. 05 10月, 2010 1 次提交
  13. 01 10月, 2010 1 次提交
  14. 17 9月, 2010 1 次提交
  15. 15 9月, 2010 1 次提交
  16. 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
  17. 31 8月, 2010 1 次提交
  18. 28 8月, 2010 1 次提交
  19. 20 8月, 2010 2 次提交
  20. 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
  21. 29 7月, 2010 1 次提交
  22. 22 7月, 2010 1 次提交
  23. 30 6月, 2010 1 次提交
  24. 25 6月, 2010 1 次提交
  25. 28 5月, 2010 2 次提交
  26. 30 4月, 2010 1 次提交
  27. 08 5月, 2010 1 次提交
    • T
      6949307: G1: raise a vm error, do not core dump, if target pause time and... · 7a0c8373
      tonyp 提交于
      6949307: G1: raise a vm error, do not core dump, if target pause time and target interval are inconsistent
      Summary: First, change the guarantee to raising a vm error. Second, set the interval dynamically, and based on the pause time target, if it is not set explicitly.
      Reviewed-by: ysr, johnc
      7a0c8373
  28. 31 3月, 2010 1 次提交
    • T
      6937160: G1: should observe GCTimeRatio · ba4ccdf3
      tonyp 提交于
      Summary: Remove the G1GCPercent parameter, that specifies the desired GC overhead percentage in G1, and observe the GCTimeRatio parameter instead.
      Reviewed-by: jmasa, johnc
      ba4ccdf3
  29. 18 3月, 2010 1 次提交
  30. 04 3月, 2010 1 次提交
  31. 24 2月, 2010 2 次提交
  32. 08 2月, 2010 1 次提交
  33. 30 1月, 2010 1 次提交
  34. 27 1月, 2010 1 次提交
  35. 09 1月, 2010 1 次提交
  36. 08 1月, 2010 1 次提交
    • K
      6914622: Print values of all flags for product VM · b1f4c8ba
      kvn 提交于
      Summary: Change the flag -XX:+PrintFlagsFinal to product and add new product flag -XX:+PrintFlagsInitial.
      Reviewed-by: phh, ysr
      Contributed-by: gbenson@redhat.com
      b1f4c8ba
  37. 05 1月, 2010 1 次提交
    • 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