1. 27 5月, 2014 1 次提交
    • M
      8038422: CDS test failed: assert((size % os::vm_allocation_granularity()) ==... · ed017d51
      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
      ed017d51
  2. 26 10月, 2014 1 次提交
  3. 24 10月, 2014 1 次提交
    • I
      8047383: SIGBUS in C2 compiled method... · 814e2a7a
      iveresov 提交于
      8047383: SIGBUS in C2 compiled method weblogic.wsee.jaxws.framework.jaxrpc.EnvironmentFactory$SimulatedWsdlDefinitions.<init>
      Summary: Do not rematerialize constant table loads in PhaseAggressiveCoalesce::insert_copies()
      Reviewed-by: kvn
      814e2a7a
  4. 29 10月, 2014 1 次提交
  5. 06 8月, 2014 1 次提交
  6. 14 8月, 2014 1 次提交
  7. 25 10月, 2014 2 次提交
  8. 24 10月, 2014 5 次提交
  9. 23 10月, 2014 1 次提交
  10. 20 10月, 2014 1 次提交
  11. 17 10月, 2014 2 次提交
  12. 16 10月, 2014 1 次提交
  13. 15 10月, 2014 2 次提交
  14. 10 10月, 2014 2 次提交
  15. 09 10月, 2014 2 次提交
  16. 08 10月, 2014 1 次提交
    • A
      Merge · 22a99b3e
      asaha 提交于
      22a99b3e
  17. 07 10月, 2014 2 次提交
  18. 03 10月, 2014 7 次提交
  19. 02 10月, 2014 3 次提交
  20. 01 10月, 2014 1 次提交
  21. 30 9月, 2014 2 次提交
    • B
      Merge · ce3f50a6
      brutisso 提交于
      ce3f50a6
    • T
      8052172: Evacuation failure handling in G1 does not evacuate all objects if... · 45b1c7cf
      tschatzl 提交于
      8052172: Evacuation failure handling in G1 does not evacuate all objects if -XX:-G1DeferredRSUpdate is set
      Summary: Remove -XX:-G1DeferredRSUpdate functionality as it is racy. During evacuation failure handling, threads where evacuation failure handling occurred may try to add remembered sets to regions which remembered sets are currently being scanned. The iterator to handle the remembered set scan does not support addition of entries during scan and so may skip valid references.
      Reviewed-by: iveresov, brutisso, mgerdin
      45b1c7cf