1. 11 12月, 2010 1 次提交
  2. 08 12月, 2010 2 次提交
  3. 07 12月, 2010 2 次提交
  4. 04 12月, 2010 3 次提交
  5. 03 12月, 2010 4 次提交
  6. 02 12月, 2010 5 次提交
  7. 01 12月, 2010 1 次提交
  8. 03 12月, 2010 1 次提交
  9. 02 12月, 2010 1 次提交
  10. 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
  11. 30 11月, 2010 1 次提交
  12. 24 11月, 2010 1 次提交
  13. 23 11月, 2010 1 次提交
  14. 19 11月, 2010 3 次提交
  15. 17 11月, 2010 3 次提交
  16. 13 11月, 2010 1 次提交
  17. 12 11月, 2010 1 次提交
  18. 10 11月, 2010 3 次提交
  19. 07 11月, 2010 2 次提交
  20. 06 11月, 2010 2 次提交
    • I
      6997456: Not possible to build just compiler2 · ddf554aa
      iveresov 提交于
      Summary: Fix the compiler error. Allow to build just c2 specifying FORCE_TIERED=0 on the command line.
      Reviewed-by: never, kvn
      ddf554aa
    • Y
      6997298: fatal error: must own lock CMS_markBitMap_lock during heap dump · 385dacb7
      ysr 提交于
      Summary: Since we are at a stop-world pause, the existing CMS-phase checks are sufficient for safety, and the locking check can be safely elided. Elaborated documentation comment to the case where class unloading and verification are disabled, and the query happens when we aren't in the sweeping phase, where the answer "false" would be (almost everywhere) too pessimistic.
      Reviewed-by: jmasa, johnc, tonyp
      385dacb7