1. 17 12月, 2009 1 次提交
  2. 15 12月, 2009 3 次提交
  3. 12 12月, 2009 1 次提交
  4. 03 12月, 2009 1 次提交
    • D
      Merge · 0c2d2919
      dholmes 提交于
      0c2d2919
  5. 02 12月, 2009 3 次提交
  6. 27 11月, 2009 1 次提交
  7. 26 11月, 2009 1 次提交
  8. 25 11月, 2009 2 次提交
    • K
      Merge · b8257e74
      kamg 提交于
      b8257e74
    • C
      Merge · f00fd8ba
      cfang 提交于
      f00fd8ba
  9. 24 11月, 2009 1 次提交
    • A
      Merge · e754b8e9
      acorn 提交于
      e754b8e9
  10. 21 11月, 2009 1 次提交
  11. 20 11月, 2009 1 次提交
  12. 19 11月, 2009 1 次提交
    • T
      6902000: use ShouldNotReachHere() for btos/ctos/stos in... · e22d745b
      twisti 提交于
      6902000: use ShouldNotReachHere() for btos/ctos/stos in TemplateInterpreterGenerator::set_short_entry_points
      Summary: set_entry_point is only ever used with the tos states of bytecode templates in templateTable.cpp and none of those use the subword tos states like btos, ctos and stos.
      Reviewed-by: kvn
      e22d745b
  13. 12 11月, 2009 2 次提交
  14. 11 11月, 2009 2 次提交
    • K
      Merge · 2410fd55
      kamg 提交于
      2410fd55
    • C
      Merge · b59c502c
      cfang 提交于
      b59c502c
  15. 07 11月, 2009 2 次提交
    • K
      Merge · 6652bf0c
      kamg 提交于
      6652bf0c
    • K
      Merge · b9ed1181
      kamg 提交于
      b9ed1181
  16. 06 11月, 2009 3 次提交
  17. 05 11月, 2009 3 次提交
  18. 04 11月, 2009 1 次提交
  19. 02 11月, 2009 1 次提交
  20. 31 10月, 2009 5 次提交
  21. 30 10月, 2009 2 次提交
    • K
      6896084: VM does not reserve protected page below heap for compressed oops implicit null checks · 8e027dd1
      kvn 提交于
      Summary: Set narrow_oop_base and narrow_oop_use_implicit_null_checks in Universe::preferred_heap_base().
      Reviewed-by: twisti, jcoomes
      8e027dd1
    • 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
  22. 29 10月, 2009 2 次提交