1. 07 5月, 2011 1 次提交
  2. 06 5月, 2011 1 次提交
  3. 28 4月, 2011 1 次提交
  4. 18 4月, 2011 1 次提交
  5. 16 4月, 2011 1 次提交
  6. 10 4月, 2011 1 次提交
  7. 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
  8. 06 4月, 2011 1 次提交
  9. 01 4月, 2011 1 次提交
  10. 31 3月, 2011 1 次提交
  11. 22 3月, 2011 1 次提交
  12. 19 3月, 2011 1 次提交
  13. 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
  14. 12 3月, 2011 2 次提交
  15. 04 3月, 2011 1 次提交
  16. 27 2月, 2011 1 次提交
  17. 24 2月, 2011 1 次提交
  18. 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
  19. 03 2月, 2011 2 次提交
  20. 02 2月, 2011 1 次提交
    • C
      6588413: Use -fvisibility=hidden for gcc compiles · e02b7391
      coleenp 提交于
      Summary: Add option for gcc 4 and above, define JNIEXPORT and JNIIMPORT to visibility=default, add for jio_snprintf and others since -fvisibility=hidden overrides --version-script definitions.
      Reviewed-by: kamg, never
      e02b7391
  21. 28 1月, 2011 1 次提交
  22. 25 1月, 2011 1 次提交
  23. 20 1月, 2011 1 次提交
  24. 19 1月, 2011 1 次提交
  25. 14 1月, 2011 1 次提交
  26. 12 1月, 2011 1 次提交
  27. 11 1月, 2011 2 次提交
  28. 10 1月, 2011 2 次提交
  29. 08 1月, 2011 1 次提交
  30. 07 1月, 2011 1 次提交
  31. 22 12月, 2010 1 次提交
  32. 10 12月, 2010 1 次提交
  33. 07 12月, 2010 2 次提交
  34. 04 12月, 2010 1 次提交