1. 17 2月, 2012 3 次提交
  2. 16 2月, 2012 2 次提交
    • B
      Merge · 9a875b6e
      bpittore 提交于
      9a875b6e
    • T
      7132029: G1: mixed GC phase lasts for longer than it should · 33a49849
      tonyp 提交于
      Summary: Revamp of the mechanism that chooses old regions for inclusion in the CSet. It simplifies the code and introduces min and max bounds on the number of old regions added to the CSet at each mixed GC to avoid pathological cases. It also ensures that when we do a mixed GC we'll always find old regions to add to the CSet (i.e., it eliminates the case where a mixed GC will collect no old regions which can happen today).
      Reviewed-by: johnc, brutisso
      33a49849
  3. 15 2月, 2012 1 次提交
  4. 11 2月, 2012 3 次提交
  5. 10 2月, 2012 3 次提交
  6. 08 2月, 2012 4 次提交
  7. 07 2月, 2012 4 次提交
  8. 06 2月, 2012 2 次提交
  9. 04 2月, 2012 6 次提交
  10. 03 2月, 2012 3 次提交
  11. 02 2月, 2012 2 次提交
  12. 01 2月, 2012 3 次提交
  13. 31 1月, 2012 2 次提交
    • K
      7140924: SIGSEGV in compiled code for sun.awt.X11.XDecoratedPeer.updateMinSizeHints · 4fc92aab
      kvn 提交于
      Summary: Use unknown_obj instead of empty_map for NULL or Constant Pool object constants in bytecode Escape Analyzer.
      Reviewed-by: iveresov, never
      4fc92aab
    • O
      7132779: build-infra merge: Enable ccache to work for most developer builds. · 79ea5155
      ohrstrom 提交于
      Summary: When a build number is not specified, the JRE_RELEASE_VERSION define contains a date and timestamp. Thus ccache cannot cache the object files for longer than a minute since the define is passed to the compilation of all source files. This change passes JRE_RELEASE_VERSION only to vm_version.cpp and adds a function jre_release_version() to Abstract_VM_Version. This allows all other source files to be ccached.
      Reviewed-by: ohair, rottenha
      Contributed-by: fredrik.ohrstrom@oracle.com
      79ea5155
  14. 04 2月, 2012 1 次提交
  15. 31 1月, 2012 1 次提交