You need to sign in or sign up before continuing.
  1. 08 10月, 2015 2 次提交
  2. 02 10月, 2014 1 次提交
  3. 07 7月, 2014 1 次提交
  4. 24 6月, 2014 1 次提交
  5. 06 9月, 2014 1 次提交
  6. 21 3月, 2014 1 次提交
  7. 17 7月, 2014 1 次提交
    • M
      8050972: Concurrency problem in PcDesc cache · 7c57f798
      mdoerr 提交于
      Summary: The entries of the PcDesc cache in nmethods are not declared as volatile, but they are accessed and modified by several threads concurrently.
      Reviewed-by: kvn, dholmes, dcubed
      7c57f798
  8. 07 12月, 2013 1 次提交
    • K
      8028107: Kitchensink crashed with EAV · dd6330ce
      kvn 提交于
      Summary: check the state of caller and callee nmethods and skip call site patching if any of them is not alive
      Reviewed-by: jrose, twisti
      dd6330ce
  9. 27 9月, 2013 1 次提交
  10. 30 8月, 2013 1 次提交
  11. 15 8月, 2013 1 次提交
    • J
      7145569: G1: optimize nmethods scanning · d5c439d7
      johnc 提交于
      Summary: Add a list of nmethods to the RSet for a region that contain references into the region. Skip scanning the code cache during root scanning and scan the nmethod lists during RSet scanning instead.
      Reviewed-by: tschatzl, brutisso, mgerdin, twisti, kvn
      d5c439d7
  12. 25 9月, 2012 1 次提交
  13. 02 9月, 2012 1 次提交
  14. 29 6月, 2012 1 次提交
    • Z
      6995781: Native Memory Tracking (Phase 1) · bdfb3cf5
      zgu 提交于
      7151532: DCmd for hotspot native memory tracking
      Summary: Implementation of native memory tracking phase 1, which tracks VM native memory usage, and related DCmd
      Reviewed-by: acorn, coleenp, fparain
      bdfb3cf5
  15. 25 9月, 2012 1 次提交
  16. 18 9月, 2012 1 次提交
  17. 14 3月, 2012 1 次提交
    • J
      7143511: G1: Another instance of high GC Worker Other time (50ms) · 26afc937
      johnc 提交于
      Summary: Tiered compilation has increased the number of nmethods in the code cache. This has, in turn, significantly increased the number of marked nmethods processed during the StrongRootsScope destructor. Create a specialized version of CodeBlobToOopClosure for G1 which places only those nmethods that contain pointers into the collection set on to the marked nmethods list.
      Reviewed-by: iveresov, tonyp
      26afc937
  18. 02 2月, 2012 1 次提交
  19. 01 9月, 2011 1 次提交
  20. 04 5月, 2011 1 次提交
  21. 28 3月, 2011 1 次提交
  22. 19 3月, 2011 1 次提交
  23. 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
  24. 12 3月, 2011 1 次提交
  25. 28 2月, 2011 1 次提交
  26. 03 2月, 2011 1 次提交
  27. 10 12月, 2010 1 次提交
  28. 24 11月, 2010 1 次提交
  29. 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
  30. 27 8月, 2010 1 次提交
  31. 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
  32. 13 8月, 2010 1 次提交
  33. 11 8月, 2010 1 次提交
  34. 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
  35. 09 7月, 2010 1 次提交
  36. 22 6月, 2010 1 次提交
  37. 28 5月, 2010 1 次提交
  38. 20 5月, 2010 1 次提交
  39. 18 5月, 2010 1 次提交