1. 30 9月, 2011 1 次提交
  2. 26 9月, 2011 1 次提交
  3. 14 9月, 2011 1 次提交
  4. 11 9月, 2011 1 次提交
  5. 08 9月, 2011 1 次提交
  6. 03 9月, 2011 1 次提交
  7. 01 9月, 2011 1 次提交
  8. 16 8月, 2011 1 次提交
  9. 22 7月, 2011 1 次提交
  10. 21 7月, 2011 1 次提交
  11. 29 6月, 2011 1 次提交
  12. 24 6月, 2011 1 次提交
  13. 13 6月, 2011 1 次提交
  14. 02 6月, 2011 1 次提交
  15. 13 5月, 2011 1 次提交
  16. 07 5月, 2011 1 次提交
  17. 27 4月, 2011 1 次提交
  18. 15 4月, 2011 1 次提交
  19. 12 4月, 2011 1 次提交
  20. 08 4月, 2011 3 次提交
    • J
      7012087: JSR 292 Misleading exception message for a non-bound MH for a virtual method · ce91dea4
      jrose 提交于
      Summary: Improve error message formatting to give more information to user.  Also, catch a corner case related to 6930553 and 6844449.
      Reviewed-by: kvn
      ce91dea4
    • 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
  21. 06 4月, 2011 1 次提交
  22. 01 4月, 2011 1 次提交
  23. 31 3月, 2011 2 次提交
  24. 23 3月, 2011 1 次提交
  25. 22 3月, 2011 1 次提交
  26. 19 3月, 2011 1 次提交
  27. 12 3月, 2011 2 次提交
  28. 08 3月, 2011 1 次提交
  29. 05 3月, 2011 1 次提交
  30. 02 3月, 2011 1 次提交
  31. 01 3月, 2011 1 次提交
  32. 12 2月, 2011 1 次提交
  33. 09 2月, 2011 1 次提交
  34. 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
  35. 03 2月, 2011 1 次提交
  36. 01 2月, 2011 1 次提交