1. 20 6月, 2014 1 次提交
  2. 19 6月, 2014 3 次提交
  3. 18 6月, 2014 2 次提交
  4. 13 6月, 2014 4 次提交
  5. 12 6月, 2014 3 次提交
  6. 11 6月, 2014 5 次提交
  7. 10 6月, 2014 4 次提交
  8. 09 6月, 2014 1 次提交
  9. 06 6月, 2014 1 次提交
  10. 05 6月, 2014 1 次提交
    • T
      8031389: On x86 C1 emits two relocations for polls · a0b4a244
      thartmann 提交于
      Summary: C1 emits two poll_type relocations at safepoint polls because LIR_Assembler::safepoint_poll(..) adds a relocation and calls LIR_Assembler::add_debug_info_for_branch(..) which adds a relocation as well. The implementation of add_debug_info_for_branch(..) is changed to not emit a poll relocation.
      Reviewed-by: kvn, roland
      a0b4a244
  11. 04 6月, 2014 2 次提交
  12. 03 6月, 2014 1 次提交
  13. 31 5月, 2014 1 次提交
  14. 30 5月, 2014 1 次提交
  15. 29 5月, 2014 2 次提交
  16. 03 6月, 2014 2 次提交
  17. 29 5月, 2014 1 次提交
  18. 28 5月, 2014 3 次提交
  19. 27 5月, 2014 1 次提交
    • M
      8038422: CDS test failed: assert((size % os::vm_allocation_granularity()) ==... · aff4496a
      minqi 提交于
      8038422: CDS test failed: assert((size % os::vm_allocation_granularity()) == 0) failed when limiting SharedMiscDataSize
      Summary: In debug version, the assert is against os::vm_allocation_granularity(), but in initialization, we use os::vm_page_size() to align the allocation size. In windows, _vm_page_size and _vm_allocation_granularity may not be same. In debug version, the assert is against os::vm_allocation_granularity(), but in initialization, we use os::vm_page_size() to align the allocation size. In windows, _vm_page_size and _vm_allocation_granularity may not be same.
      Reviewed-by: dholmes, iklam, jiangli, coleenp
      Contributed-by: yumin.qi@oracle.com
      aff4496a
  20. 26 5月, 2014 1 次提交