1. 08 6月, 2010 1 次提交
    • J
      6953058: G1: A bigapp crashes with SIGSEGV in compiled code · 78ed4c5e
      johnc 提交于
      Summary: In C2's G1 post write barrier, the loads of the buffer and index fields from the DirtyCardQueue structure may be moved across a safepoint. Use the current value of "control" in the C2 IR to limit how far these loads can move.
      Reviewed-by: never, iveresov, kvn
      78ed4c5e
  2. 25 5月, 2010 1 次提交
  3. 20 5月, 2010 2 次提交
  4. 19 5月, 2010 4 次提交
  5. 18 5月, 2010 2 次提交
  6. 17 5月, 2010 2 次提交
  7. 15 5月, 2010 1 次提交
  8. 13 5月, 2010 1 次提交
  9. 12 5月, 2010 2 次提交
  10. 11 5月, 2010 2 次提交
  11. 07 5月, 2010 1 次提交
  12. 06 5月, 2010 1 次提交
  13. 05 5月, 2010 2 次提交
  14. 04 5月, 2010 3 次提交
  15. 02 5月, 2010 1 次提交
  16. 01 5月, 2010 1 次提交
  17. 30 4月, 2010 3 次提交
  18. 29 4月, 2010 1 次提交
    • T
      6829193: JSR 292 needs to support SPARC · 9c88edc1
      twisti 提交于
      Summary: There are unimplemented portions of the hotspot code for method handles and invokedynamic specific to SPARC.
      Reviewed-by: kvn, never, jrose
      9c88edc1
  19. 28 4月, 2010 1 次提交
    • I
      6946892: c1 shouldn't sign-extend to upper 32bits on x64 · d7df102a
      iveresov 提交于
      Summary: c1 does sign-extension when it loads ints and shorts from memory to 64-bit registers. This causes problems for c2 because it relies on the fact the int passed in a 64-bit register is zero-extended.
      Reviewed-by: never
      d7df102a
  20. 27 4月, 2010 2 次提交
  21. 23 4月, 2010 2 次提交
  22. 20 4月, 2010 1 次提交
  23. 19 4月, 2010 1 次提交
  24. 17 4月, 2010 1 次提交
  25. 16 4月, 2010 1 次提交