1. 01 10月, 2008 3 次提交
  2. 27 9月, 2008 1 次提交
  3. 22 9月, 2008 1 次提交
    • T
      6742641: G1: NullPointerException during GCOld · 7040bab9
      tonyp 提交于
      Summary: An update buffer is not processed correctly, which causes roots into the collection set not to be scanned and, hence, for the heap to be corrupted. The cause is that an object is accessed after it has been explicitly deleted, which causes a race.
      Reviewed-by: jcoomes, ysr
      7040bab9
  4. 27 8月, 2008 1 次提交
  5. 26 8月, 2008 1 次提交
  6. 23 8月, 2008 1 次提交
  7. 21 8月, 2008 1 次提交
  8. 15 8月, 2008 1 次提交
  9. 06 8月, 2008 1 次提交
  10. 31 7月, 2008 2 次提交
  11. 20 7月, 2008 1 次提交
  12. 18 7月, 2008 1 次提交
    • I
      6723228: NUMA allocator: assert(lgrp_id != -1, "No lgrp_id set") · 8ca5c0e0
      iveresov 提交于
      6723229: NUMA allocator: assert(lgrp_num > 0, "There should be at least one locality group")
      Summary: The fix takes care of the assertion triggered during TLAB resizing after reconfiguration. Also it now handles a defect in the topology graph, in which a single leaf node doesn't have memory.
      Reviewed-by: jmasa
      8ca5c0e0
  13. 12 7月, 2008 3 次提交
  14. 11 7月, 2008 1 次提交
  15. 10 7月, 2008 1 次提交
  16. 03 7月, 2008 2 次提交
    • I
      6702387: G1: assertion failure: assert(p == current_top || oop(p)->is_oop(),"p... · afc4bd68
      iveresov 提交于
      6702387: G1: assertion failure: assert(p == current_top || oop(p)->is_oop(),"p is not a block start")
      Summary: Do not coalesce dead and moved objects when removing self-forwarding pointers during the evacuation failure. Also fixed a issue in a BOT refinement code for TLABs.
      Reviewed-by: tonyp, jcoomes
      afc4bd68
    • X
      6719955: Update copyright year · b85ed448
      xdono 提交于
      Summary: Update copyright year for files that have been modified in 2008
      Reviewed-by: ohair, tbell
      b85ed448
  17. 01 7月, 2008 1 次提交
    • Y
      6618726: Introduce -XX:+UnlockExperimentalVMOptions flag · d5f2a9f3
      ysr 提交于
      Summary: experimental() flags will protect features of an experimental nature that are not supported in the regular product build. Made UseG1GC an experimental flag.
      Reviewed-by: jmasa, kamg, coleenp
      d5f2a9f3
  18. 19 6月, 2008 1 次提交
  19. 11 6月, 2008 1 次提交
  20. 09 6月, 2008 2 次提交
  21. 06 6月, 2008 1 次提交
  22. 29 5月, 2008 1 次提交
  23. 22 5月, 2008 1 次提交
  24. 09 5月, 2008 2 次提交
  25. 07 5月, 2008 1 次提交
  26. 29 4月, 2008 1 次提交
  27. 14 4月, 2008 1 次提交
  28. 01 4月, 2008 1 次提交
  29. 29 3月, 2008 1 次提交
  30. 17 3月, 2008 1 次提交
    • Y
      6634032: CMS: Need CMSInitiatingPermOccupancyFraction for perm, divorcing from... · f903d5a1
      ysr 提交于
      6634032: CMS: Need CMSInitiatingPermOccupancyFraction for perm, divorcing from CMSInitiatingOccupancyFraction
      Summary: The option CMSInitiatingPermOccupancyFraction now controls perm triggering threshold. Even though the actual value of the threshold has not yet been changed, so there is no change in policy, we now have the infrastructure in place for dynamically deciding when to collect the perm gen, an issue that will be addressed in the near future.
      Reviewed-by: jmasa
      f903d5a1
  31. 03 3月, 2008 1 次提交
    • J
      6557851: CMS: ergonomics defaults are not set with FLAG_SET_ERGO · 4c1de8f4
      jmasa 提交于
      Summary: Default values set by cms ergonomics are set with FLAG_SET_DEFAULT so down stream the values look like the default values and affect how later parameters are set.  Set these values with FLAG_SET_ERGO instead and adjust how later parameters are interpreted.
      Reviewed-by: iveresov, apetrusenko, pbk, ysr
      4c1de8f4
  32. 01 3月, 2008 1 次提交