1. 03 9月, 2011 1 次提交
  2. 01 9月, 2011 2 次提交
  3. 26 8月, 2011 1 次提交
    • K
      7059037: Use BIS for zeroing on T4 · db6f7d55
      kvn 提交于
      Summary: Use BIS for zeroing new allocated big (2Kb and more) objects and arrays.
      Reviewed-by: never, twisti, ysr
      db6f7d55
  4. 18 8月, 2011 1 次提交
  5. 17 8月, 2011 1 次提交
  6. 16 8月, 2011 1 次提交
  7. 12 8月, 2011 1 次提交
  8. 03 8月, 2011 1 次提交
  9. 09 8月, 2011 1 次提交
  10. 28 7月, 2011 1 次提交
    • K
      7069452: Cleanup NodeFlags · 3fceb92c
      kvn 提交于
      Summary: Remove flags which duplicate information in Node::NodeClasses.
      Reviewed-by: never
      3fceb92c
  11. 22 7月, 2011 1 次提交
    • K
      7063628: Use cbcond on T4 · 6ed3c318
      kvn 提交于
      Summary: Add new short branch instruction to Hotspot sparc assembler.
      Reviewed-by: never, twisti, jrose
      6ed3c318
  12. 16 7月, 2011 1 次提交
  13. 09 7月, 2011 1 次提交
    • K
      7059034: Use movxtod/movdtox on T4 · b2659942
      kvn 提交于
      Summary: Use new VIS3 mov instructions on T4 for move data between general and float registers.
      Reviewed-by: never, twisti
      b2659942
  14. 24 6月, 2011 1 次提交
  15. 17 6月, 2011 1 次提交
  16. 15 6月, 2011 1 次提交
  17. 04 6月, 2011 1 次提交
  18. 13 5月, 2011 2 次提交
  19. 10 5月, 2011 1 次提交
  20. 04 5月, 2011 1 次提交
  21. 03 5月, 2011 1 次提交
  22. 21 4月, 2011 2 次提交
  23. 19 4月, 2011 1 次提交
  24. 14 4月, 2011 1 次提交
  25. 09 4月, 2011 1 次提交
  26. 08 4月, 2011 1 次提交
    • J
      7009266: G1: assert(obj->is_oop_or_null(true )) failed: Error · 6f87c7dd
      johnc 提交于
      Summary: A referent object that is only weakly reachable at the start of concurrent marking but is re-attached to the strongly reachable object graph during marking may not be marked as live. This can cause the reference object to be processed prematurely and leave dangling pointers to the referent object. Implement a read barrier for the java.lang.ref.Reference::referent field by intrinsifying the Reference.get() method, and intercepting accesses though JNI, reflection, and Unsafe, so that when a non-null referent object is read it is also logged in an SATB buffer.
      Reviewed-by: kvn, iveresov, never, tonyp, dholmes
      6f87c7dd
  27. 06 4月, 2011 1 次提交
  28. 05 4月, 2011 1 次提交
  29. 03 4月, 2011 1 次提交
  30. 31 3月, 2011 1 次提交
  31. 28 3月, 2011 1 次提交
  32. 25 3月, 2011 1 次提交
  33. 24 3月, 2011 1 次提交
  34. 21 3月, 2011 1 次提交
  35. 19 3月, 2011 2 次提交
  36. 17 3月, 2011 1 次提交
    • Y
      6896099: Integrate CMS heap ergo with default heap sizing ergo · 394e03cc
      ysr 提交于
      6627787: CMS: JVM refuses to start up with -Xms16m -Xmx16m
      7000125: CMS: Anti-monotone young gen sizing with respect to maximum whole heap size specification
      7027529: CMS: retire CMSUseOldDefaults flag
      Summary: Simplify CMS heap sizing code, relying on ergonomic initial sizing consistent with other collectors for the most part, controlling only young gen sizing to rein in pause times. Make CMS young gen sizing default statically cpu-dependant. Remove inconsistencies wrt generation sizing and policy code, allowing for the fixing for 6627787 and 7000125. For 7027529, retire the flag CMSUseOldDefaults which had been introduced as a bridge from JDK 5 to JDK 6 a number of years ago.
      Reviewed-by: brutisso, poonam
      394e03cc