1. 26 5月, 2011 1 次提交
  2. 18 5月, 2011 1 次提交
  3. 13 5月, 2011 1 次提交
  4. 05 5月, 2011 1 次提交
  5. 12 4月, 2011 1 次提交
  6. 08 4月, 2011 2 次提交
    • J
      6981791: remove experimental code for JSR 292 · beb2b1a2
      jrose 提交于
      Reviewed-by: twisti
      beb2b1a2
    • 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
  7. 06 4月, 2011 1 次提交
  8. 04 4月, 2011 1 次提交
  9. 31 3月, 2011 1 次提交
  10. 24 3月, 2011 1 次提交
  11. 19 3月, 2011 1 次提交
  12. 18 3月, 2011 1 次提交
  13. 12 3月, 2011 2 次提交
  14. 11 2月, 2011 1 次提交
  15. 08 2月, 2011 1 次提交
    • Y
      6912621: iCMS: Error: assert(_markBitMap.isMarked(addr + 1),"Missing Printezis bit?") · 251d4f53
      ysr 提交于
      Summary: Fix block_size_if_printezis_bits() so it does not expect the bits, only uses them when available. Fix block_size_no_stall() so it does not stall when the bits are missing such cases, letting the caller deal with zero size returns. Constant pool cache oops do not need to be unparsable or conc_unsafe after their klass pointer is installed. Some cosmetic clean-ups and some assertion checking for conc-usafety which, in the presence of class file redefinition, has no a-priori time boundedness, so all GCs must be able to safely deal with putatively conc-unsafe objects in a stop-world pause.
      Reviewed-by: jmasa, johnc
      251d4f53
  16. 03 2月, 2011 2 次提交
  17. 28 1月, 2011 1 次提交
  18. 14 1月, 2011 1 次提交
  19. 11 1月, 2011 1 次提交
  20. 04 12月, 2010 2 次提交
  21. 01 12月, 2010 1 次提交
  22. 03 12月, 2010 1 次提交
  23. 24 11月, 2010 1 次提交
  24. 31 10月, 2010 1 次提交
  25. 19 10月, 2010 1 次提交
  26. 14 9月, 2010 1 次提交
  27. 04 9月, 2010 1 次提交
    • I
      6953144: Tiered compilation · d2bc8599
      iveresov 提交于
      Summary: Infrastructure for tiered compilation support (interpreter + c1 + c2) for 32 and 64 bit. Simple tiered policy implementation.
      Reviewed-by: kvn, never, phh, twisti
      d2bc8599
  28. 25 8月, 2010 1 次提交
    • T
      6978355: renaming for 6961697 · ffaef974
      twisti 提交于
      Summary: This is the renaming part of 6961697 to keep the actual changes small for review.
      Reviewed-by: kvn, never
      ffaef974
  29. 18 8月, 2010 1 次提交
  30. 03 8月, 2010 1 次提交
    • B
      6953477: Increase portability and flexibility of building Hotspot · 1d7def72
      bobv 提交于
      Summary: A collection of portability improvements including shared code support for PPC, ARM platforms, software floating point, cross compilation support and improvements in error crash detail.
      Reviewed-by: phh, never, coleenp, dholmes
      1d7def72
  31. 16 7月, 2010 1 次提交
  32. 09 7月, 2010 1 次提交
  33. 11 6月, 2010 1 次提交
  34. 10 6月, 2010 1 次提交
  35. 30 5月, 2010 1 次提交
  36. 28 5月, 2010 1 次提交