1. 11 9月, 2011 1 次提交
  2. 08 9月, 2011 2 次提交
    • T
      7085860: JSR 292: implement CallSite.setTargetNormal and setTargetVolatile as native methods · 1c8eb83f
      twisti 提交于
      Reviewed-by: jrose, never
      1c8eb83f
    • Y
      4965777: GC changes to support use of discovered field for pending references · d5318109
      ysr 提交于
      Summary: If and when the reference handler thread is able to use the discovered field to link reference objects in its pending list, so will GC. In that case, GC will scan through this field once a reference object has been placed on the pending list, but not scan that field before that stage, as the field is used by the concurrent GC thread to link discovered objects. When ReferenceHandleR thread does not use the discovered field for the purpose of linking the elements in the pending list, as would be the case in older JDKs, the JVM will fall back to the old behaviour of using the next field for that purpose.
      Reviewed-by: jcoomes, mchung, stefank
      d5318109
  3. 03 9月, 2011 1 次提交
  4. 02 9月, 2011 1 次提交
  5. 01 9月, 2011 1 次提交
  6. 30 8月, 2011 1 次提交
  7. 21 7月, 2011 1 次提交
  8. 08 7月, 2011 1 次提交
  9. 30 6月, 2011 1 次提交
  10. 28 6月, 2011 1 次提交
    • B
      7016112: CMS: crash during promotion testing · cf62aa47
      brutisso 提交于
      Summary: Also reviewed by mikael.gerdin@oracle.com; stdlib:qsort() does byte-by-byte swapping on Windows. This leads to pointer shearing. Fix is to implement a quicksort that does full pointer updates.
      Reviewed-by: never, coleenp, ysr
      cf62aa47
  11. 24 6月, 2011 2 次提交
  12. 17 6月, 2011 1 次提交
  13. 15 6月, 2011 1 次提交
  14. 04 6月, 2011 1 次提交
  15. 02 6月, 2011 1 次提交
  16. 27 5月, 2011 1 次提交
  17. 22 5月, 2011 1 次提交
  18. 18 5月, 2011 2 次提交
  19. 17 5月, 2011 1 次提交
  20. 13 5月, 2011 1 次提交
  21. 10 5月, 2011 1 次提交
  22. 07 5月, 2011 1 次提交
  23. 06 5月, 2011 1 次提交
  24. 28 4月, 2011 1 次提交
  25. 18 4月, 2011 1 次提交
  26. 16 4月, 2011 1 次提交
  27. 10 4月, 2011 1 次提交
  28. 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
  29. 06 4月, 2011 1 次提交
  30. 01 4月, 2011 1 次提交
  31. 31 3月, 2011 1 次提交
  32. 22 3月, 2011 1 次提交
  33. 19 3月, 2011 1 次提交
  34. 15 3月, 2011 1 次提交
    • D
      7024970: 2/3 assert(ServiceThread::is_service_thread(Thread::current()))... · 8afcab90
      dcubed 提交于
      7024970: 2/3 assert(ServiceThread::is_service_thread(Thread::current())) failed: Service thread must post enqueue
      Summary: Change nmethod_lock() to also prevent zombification of the nmethod. CompiledMethodUnload events also need to lock the nmethod. Clean ups in nmethod::make_not_entrant_or_zombie()
      Reviewed-by: dholmes, kamg, never, dsamersoff, ysr, coleenp, acorn
      8afcab90
  35. 12 3月, 2011 2 次提交