1. 12 1月, 2011 1 次提交
  2. 11 1月, 2011 2 次提交
  3. 07 1月, 2011 1 次提交
  4. 06 1月, 2011 1 次提交
  5. 04 1月, 2011 1 次提交
  6. 22 12月, 2010 1 次提交
  7. 12 12月, 2010 1 次提交
  8. 10 12月, 2010 1 次提交
  9. 08 12月, 2010 1 次提交
  10. 04 12月, 2010 1 次提交
  11. 02 12月, 2010 1 次提交
  12. 01 12月, 2010 1 次提交
  13. 02 12月, 2010 1 次提交
  14. 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
  15. 24 11月, 2010 1 次提交
  16. 17 11月, 2010 2 次提交
  17. 13 11月, 2010 1 次提交
  18. 10 11月, 2010 1 次提交
  19. 06 11月, 2010 2 次提交
  20. 05 11月, 2010 1 次提交
  21. 03 11月, 2010 1 次提交
  22. 31 10月, 2010 1 次提交
  23. 24 10月, 2010 1 次提交
  24. 23 10月, 2010 1 次提交
  25. 22 10月, 2010 3 次提交
  26. 21 10月, 2010 1 次提交
  27. 20 10月, 2010 2 次提交
  28. 19 10月, 2010 1 次提交
  29. 12 10月, 2010 1 次提交
  30. 08 10月, 2010 1 次提交
  31. 07 10月, 2010 1 次提交
  32. 05 10月, 2010 1 次提交
  33. 02 10月, 2010 1 次提交
    • T
      6980838: G1: guarantee(false) failed: thread has an unexpected active value in its SATB queue · acd6a8e3
      tonyp 提交于
      Summary: Under certain circumstances a safepoint could happen between a JavaThread object being created and that object being added to the Java threads list. This could cause the active field of that thread's SATB queue to get out-of-sync with respect to the other Java threads. The solution is to activate the SATB queue, when necessary, before adding the thread to the Java threads list, not when the JavaThread object is created. The changeset also includes a small fix to rename the surrogate locker thread from "Surrogate Locker Thread (CMS)" to "Surrogate Locker Thread (Concurrent GC)" since it's also used in G1.
      Reviewed-by: iveresov, ysr, johnc, jcoomes
      acd6a8e3