1. 16 11月, 2011 1 次提交
  2. 12 8月, 2011 1 次提交
  3. 22 6月, 2011 1 次提交
  4. 09 6月, 2011 1 次提交
  5. 07 5月, 2011 1 次提交
  6. 03 5月, 2011 1 次提交
  7. 09 4月, 2011 1 次提交
  8. 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
  9. 05 4月, 2011 1 次提交
  10. 31 3月, 2011 1 次提交
  11. 28 3月, 2011 1 次提交
  12. 27 2月, 2011 1 次提交
  13. 10 2月, 2011 1 次提交
  14. 14 2月, 2011 1 次提交
  15. 07 1月, 2011 1 次提交
  16. 03 12月, 2010 1 次提交
  17. 01 12月, 2010 1 次提交
    • 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
  18. 24 11月, 2010 1 次提交
  19. 07 11月, 2010 1 次提交
  20. 11 10月, 2010 1 次提交
  21. 28 8月, 2010 1 次提交
  22. 31 7月, 2010 1 次提交
  23. 28 5月, 2010 1 次提交
  24. 21 5月, 2010 1 次提交
  25. 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
  26. 02 11月, 2009 1 次提交
  27. 30 10月, 2009 1 次提交
    • J
      6889740: G1: OpenDS fails with "unhandled exception in compiled code" · 195fc83d
      johnc 提交于
      Summary: Incorrect code was being generated for the store operation in the null case of the aastore bytecode template. The bad code was generated by the store_heap_oop routine which takes a Register as its second argument. Passing NULL_WORD (0) as the second argument causes the value to be converted to Register(0), which is rax. Thus the generated store was "mov (dst), $rax" instead of "mov (dst), $0x0". Changed calls to store_heap_oop that pass NULL_WORD as the second argument to a new routine store_heap_oop_null.
      Reviewed-by: kvn, twisti
      195fc83d
  28. 15 9月, 2009 1 次提交
  29. 06 5月, 2009 1 次提交
  30. 09 4月, 2009 1 次提交
  31. 01 4月, 2009 1 次提交
    • C
      6761600: Use sse 4.2 in intrinsics · ccf9e3df
      cfang 提交于
      Summary: Use SSE 4.2 in intrinsics for String.{compareTo/equals/indexOf} and Arrays.equals.
      Reviewed-by: kvn, never, jrose
      ccf9e3df
  32. 27 3月, 2009 1 次提交
  33. 21 3月, 2009 1 次提交
  34. 14 3月, 2009 2 次提交
  35. 13 3月, 2009 1 次提交
  36. 09 3月, 2009 1 次提交
    • T
      6797305: Add LoadUB and LoadUI opcode class · 2def9745
      twisti 提交于
      Summary: Add a LoadUB (unsigned byte) and LoadUI (unsigned int) opcode class so we have these load optimizations in the first place and do not need to handle them in the matcher.
      Reviewed-by: never, kvn
      2def9745
  37. 07 3月, 2009 1 次提交
  38. 05 3月, 2009 1 次提交
  39. 08 11月, 2008 1 次提交