1. 19 11月, 2008 1 次提交
    • K
      6772413: code cleanup · ca83af54
      kvn 提交于
      Summary: Removed lines in adm64.make with interpret.o and moved few constant strings from header files.
      Reviewed-by: never
      ca83af54
  2. 15 11月, 2008 1 次提交
    • I
      6770608: G1: Mutator thread can flush barrier and satb queues during safepoint · 5ee7f6f4
      iveresov 提交于
      6660573: G1: BigApps Failure : guarantee(satb_mq_set.completed_buffers_num() == 0,"invariant")
      Summary: When exiting a mutator thread is removed from the thread list before it has a chance to flush its SATB and barrier queues. If GC happens at this moment the objects that are refererred from these queues can be moved, which will case a crash. The fix is simply to flush the buffers before removing a thread from the list.
      Reviewed-by: jcoomes, tonyp
      5ee7f6f4
  3. 13 11月, 2008 1 次提交
  4. 08 11月, 2008 1 次提交
  5. 31 10月, 2008 1 次提交
  6. 29 10月, 2008 2 次提交
  7. 15 10月, 2008 1 次提交
  8. 07 10月, 2008 1 次提交
  9. 03 10月, 2008 2 次提交
  10. 02 10月, 2008 1 次提交
  11. 01 10月, 2008 3 次提交
  12. 27 9月, 2008 1 次提交
  13. 26 9月, 2008 1 次提交
  14. 11 9月, 2008 1 次提交
  15. 03 9月, 2008 1 次提交
  16. 27 8月, 2008 1 次提交
  17. 26 8月, 2008 1 次提交
  18. 21 8月, 2008 1 次提交
  19. 16 8月, 2008 1 次提交
  20. 15 8月, 2008 1 次提交
  21. 02 8月, 2008 1 次提交
  22. 29 7月, 2008 2 次提交
  23. 20 7月, 2008 1 次提交
  24. 10 7月, 2008 1 次提交
  25. 03 7月, 2008 1 次提交
    • X
      6719955: Update copyright year · b85ed448
      xdono 提交于
      Summary: Update copyright year for files that have been modified in 2008
      Reviewed-by: ohair, tbell
      b85ed448
  26. 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
  27. 25 6月, 2008 1 次提交
  28. 24 6月, 2008 1 次提交
    • K
      6708714: Optimize long LShift on 32-bits x86 · ee28ef86
      kvn 提交于
      Summary: For small (1-3 bits) left long shifts in 32-bits VM use sets of add+addc instructions instead of shld+shl on new AMD cpus.
      Reviewed-by: never
      Contributed-by: shrinivas.joshi@amd.com
      ee28ef86
  29. 23 6月, 2008 1 次提交
  30. 14 6月, 2008 1 次提交
  31. 09 6月, 2008 1 次提交
  32. 07 6月, 2008 1 次提交
  33. 06 6月, 2008 1 次提交
  34. 04 6月, 2008 1 次提交
  35. 30 5月, 2008 1 次提交