1. 04 1月, 2013 1 次提交
  2. 21 12月, 2012 1 次提交
  3. 20 12月, 2012 1 次提交
    • K
      8004835: Improve AES intrinsics on x86 · 32ef56e0
      kvn 提交于
      Summary: Enable AES intrinsics on non-AVX cpus, group together aes instructions in crypto stubs.
      Reviewed-by: roland, twisti
      32ef56e0
  4. 07 12月, 2012 1 次提交
  5. 01 12月, 2012 2 次提交
  6. 25 10月, 2012 1 次提交
  7. 09 10月, 2012 1 次提交
  8. 04 10月, 2012 1 次提交
  9. 29 9月, 2012 1 次提交
  10. 02 9月, 2012 1 次提交
  11. 21 8月, 2012 1 次提交
  12. 25 7月, 2012 1 次提交
  13. 17 7月, 2012 1 次提交
    • K
      7181494: cleanup avx and vectors code · 6e8f41f1
      kvn 提交于
      Summary: renamed mach nodes which use scalar AVX instructions, added integer vectors shuffling instructions
      Reviewed-by: twisti
      6e8f41f1
  14. 15 6月, 2012 1 次提交
  15. 12 6月, 2012 1 次提交
  16. 21 5月, 2012 1 次提交
  17. 15 5月, 2012 1 次提交
  18. 03 4月, 2012 1 次提交
  19. 18 9月, 2012 1 次提交
  20. 16 2月, 2012 1 次提交
  21. 06 1月, 2012 1 次提交
  22. 24 12月, 2011 1 次提交
  23. 20 12月, 2011 1 次提交
  24. 07 12月, 2011 1 次提交
  25. 20 12月, 2011 1 次提交
  26. 15 12月, 2011 1 次提交
  27. 19 11月, 2011 1 次提交
  28. 11 9月, 2011 1 次提交
  29. 23 8月, 2011 1 次提交
  30. 17 8月, 2011 2 次提交
  31. 12 8月, 2011 1 次提交
  32. 22 6月, 2011 1 次提交
  33. 09 6月, 2011 1 次提交
  34. 04 6月, 2011 1 次提交
  35. 03 5月, 2011 1 次提交
  36. 12 4月, 2011 1 次提交
    • K
      7035713: 3DNow Prefetch Instruction Support · 603ddc4e
      kvn 提交于
      Summary: The upcoming processors from AMD are the first that support 3dnow prefetch without supporting the 3dnow instruction set.
      Reviewed-by: kvn
      Contributed-by: tom.deneau@amd.com
      603ddc4e
  37. 09 4月, 2011 1 次提交
  38. 08 4月, 2011 1 次提交
    • J
      7009266: G1: assert(obj->is_oop_or_null(true )) failed: Error · 6f87c7dd
      johnc 提交于
      Summary: A referent object that is only weakly reachable at the start of concurrent marking but is re-attached to the strongly reachable object graph during marking may not be marked as live. This can cause the reference object to be processed prematurely and leave dangling pointers to the referent object. Implement a read barrier for the java.lang.ref.Reference::referent field by intrinsifying the Reference.get() method, and intercepting accesses though JNI, reflection, and Unsafe, so that when a non-null referent object is read it is also logged in an SATB buffer.
      Reviewed-by: kvn, iveresov, never, tonyp, dholmes
      6f87c7dd