1. 01 2月, 2012 1 次提交
  2. 12 1月, 2012 1 次提交
  3. 18 11月, 2011 1 次提交
  4. 09 11月, 2011 1 次提交
  5. 14 10月, 2011 1 次提交
  6. 26 9月, 2011 1 次提交
  7. 06 9月, 2011 1 次提交
  8. 01 9月, 2011 1 次提交
  9. 29 8月, 2011 1 次提交
  10. 16 8月, 2011 1 次提交
  11. 23 6月, 2011 1 次提交
  12. 09 6月, 2011 1 次提交
  13. 07 5月, 2011 1 次提交
  14. 04 5月, 2011 1 次提交
  15. 14 4月, 2011 1 次提交
  16. 08 4月, 2011 1 次提交
  17. 06 4月, 2011 2 次提交
  18. 05 4月, 2011 1 次提交
  19. 28 3月, 2011 1 次提交
  20. 19 3月, 2011 2 次提交
  21. 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
  22. 12 3月, 2011 1 次提交
  23. 10 3月, 2011 1 次提交
  24. 05 3月, 2011 1 次提交
  25. 28 2月, 2011 1 次提交
  26. 03 2月, 2011 2 次提交
  27. 28 1月, 2011 1 次提交
  28. 14 1月, 2011 1 次提交
  29. 30 12月, 2010 1 次提交
  30. 18 12月, 2010 1 次提交
  31. 16 12月, 2010 1 次提交
    • I
      7007229: Fix warnings with VS2010 in compressedStream.cpp · a128f76f
      iveresov 提交于
      Summary: An interference between a fix for 6993125 and disabled optimization in compressedStream.cpp produces a warning with VS2010. Disable the warning for the code fragment for which the optimizations are disabled.
      Reviewed-by: kvn
      a128f76f
  32. 10 12月, 2010 1 次提交
  33. 01 12月, 2010 2 次提交
    • S
      7003125: precompiled.hpp is included when precompiled headers are not used · ffa40323
      stefank 提交于
      Summary: Added an ifndef DONT_USE_PRECOMPILED_HEADER to precompiled.hpp. Set up DONT_USE_PRECOMPILED_HEADER when compiling with Sun Studio or when the user specifies USE_PRECOMPILED_HEADER=0. Fixed broken include dependencies.
      Reviewed-by: coleenp, kvn
      ffa40323
    • I
      6985015: C1 needs to support compressed oops · 7e8f9e32
      iveresov 提交于
      Summary: This change implements compressed oops for C1 for x64 and sparc. The changes are mostly on the codegen level, with a few exceptions when we do access things outside of the heap that are uncompressed from the IR. Compressed oops are now also enabled with tiered.
      Reviewed-by: twisti, kvn, never, phh
      7e8f9e32
  34. 24 11月, 2010 1 次提交
  35. 22 10月, 2010 1 次提交
  36. 08 10月, 2010 1 次提交