1. 28 2月, 2011 1 次提交
  2. 25 2月, 2011 1 次提交
  3. 19 2月, 2011 1 次提交
  4. 17 2月, 2011 2 次提交
  5. 10 2月, 2011 1 次提交
    • J
      7017008: G1: Turn on compressed oops by default. · 65cec2f2
      johnc 提交于
      Summary: Normally compressed oops is enabled when the maximum heap size is under a certain limit, except when G1 is also enabled. Remove this limitation. Also re-enable GCBasher testing with G1 on 64 bit windows in jprt.
      Reviewed-by: jcoomes, brutisso, tonyp
      65cec2f2
  6. 09 2月, 2011 3 次提交
  7. 08 2月, 2011 1 次提交
  8. 03 2月, 2011 2 次提交
  9. 28 1月, 2011 1 次提交
  10. 26 1月, 2011 1 次提交
  11. 25 1月, 2011 1 次提交
  12. 21 1月, 2011 1 次提交
  13. 20 1月, 2011 3 次提交
    • T
      6977804: G1: remove the zero-filling thread · 0ed267ef
      tonyp 提交于
      Summary: This changeset removes the zero-filling thread from G1 and collapses the two free region lists we had before (the "free" and "unclean" lists) into one. The new free list uses the new heap region sets / lists abstractions that we'll ultimately use it to keep track of all regions in the heap. A heap region set was also introduced for the humongous regions. Finally, this change increases the concurrency between the thread that completes freeing regions (after a cleanup pause) and the rest of the system (before we'd have to wait for said thread to complete before allocating a new region). The changest also includes a lot of refactoring and code simplification.
      Reviewed-by: jcoomes, johnc
      0ed267ef
    • K
      7012505: BreakpointWithFullGC.sh fails with Internal Error (src/share/vm/oops/methodOop.cpp:220) · 0457abfb
      kamg 提交于
      Summary: Rebuild breakpoint cache at gc_epilogue instead of during oops_do
      Reviewed-by: dcubed, ysr, coleenp
      0457abfb
    • N
      7013008: 2/3 assert(method == NULL || check_method(method, bcp)) failed: bcp must point into method · 2ec2714d
      never 提交于
      Summary: The Relocator should pass a NULL methodOop when rewriting since its resource array can never contain breakpoints.
      Reviewed-by: dcubed, kvn, coleenp
      2ec2714d
  14. 14 1月, 2011 1 次提交
  15. 12 1月, 2011 2 次提交
  16. 11 1月, 2011 2 次提交
  17. 07 1月, 2011 1 次提交
  18. 06 1月, 2011 1 次提交
  19. 04 1月, 2011 1 次提交
  20. 22 12月, 2010 1 次提交
  21. 12 12月, 2010 1 次提交
  22. 10 12月, 2010 1 次提交
  23. 08 12月, 2010 1 次提交
  24. 04 12月, 2010 1 次提交
  25. 02 12月, 2010 1 次提交
  26. 01 12月, 2010 1 次提交
  27. 02 12月, 2010 1 次提交
  28. 01 12月, 2010 2 次提交
    • 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
    • T
      7001363: java/dyn/InvokeDynamic should not be a well-known class in the JVM · 535984b8
      twisti 提交于
      Summary: Because of the removal of language support, the JDK 7 API for JSR 292 no longer includes a public class named java/dyn/InvokeDynamic.
      Reviewed-by: jrose, kvn
      535984b8
  29. 24 11月, 2010 1 次提交
  30. 17 11月, 2010 2 次提交