1. 13 6月, 2014 1 次提交
  2. 23 5月, 2014 1 次提交
    • D
      8037816: Fix for 8036122 breaks build with Xcode5/clang · ed4b64df
      drchase 提交于
      8043029: Change 8037816 breaks HS build with older GCC versions which don't support diagnostic pragmas
      8043164: Format warning in traceStream.hpp
      Summary: Backport of main fix + two corrections, enables clang compilation, turns on format attributes, corrects/mutes warnings
      Reviewed-by: kvn, coleenp, iveresov, twisti
      ed4b64df
  3. 11 4月, 2014 1 次提交
  4. 21 3月, 2014 1 次提交
  5. 19 12月, 2013 1 次提交
  6. 22 10月, 2013 1 次提交
  7. 09 10月, 2013 1 次提交
  8. 18 9月, 2013 1 次提交
  9. 04 7月, 2013 1 次提交
  10. 10 6月, 2013 1 次提交
  11. 24 1月, 2013 1 次提交
  12. 15 1月, 2013 1 次提交
  13. 12 1月, 2013 1 次提交
  14. 27 11月, 2012 1 次提交
  15. 01 11月, 2012 1 次提交
  16. 18 9月, 2012 1 次提交
  17. 02 9月, 2012 1 次提交
  18. 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
  19. 19 6月, 2012 1 次提交
  20. 12 1月, 2012 1 次提交
  21. 14 10月, 2011 1 次提交
  22. 26 9月, 2011 1 次提交
  23. 08 9月, 2011 1 次提交
    • 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
  24. 28 7月, 2011 1 次提交
  25. 14 6月, 2011 1 次提交
    • Y
      7051430: CMS: ongoing CMS cycle should terminate abruptly to allow prompt JVM termination at exit · a4a62971
      ysr 提交于
      Summary: It turns out that there is no need to explicitly stop CMS since the JVM is taken down at a terminal safepoint during which CMS threads are (terminally) inactive. This  will need to be revised if and when we evolve in the future to a point where we allow JVM reincarnation in the same process, but those changes will be much more sweeping than just terminating CMS threads. The unused ::stop() methods will be removed in a separate CR. Also include in this CR is the fix for a small typo in the spelling of UseGCLogFileRotation in a message in arguments.cpp, brought to our attention by Rainer Jung and reviewed by minqi.
      Reviewed-by: johnc, jwilhelm
      a4a62971
  26. 28 2月, 2011 1 次提交
  27. 08 2月, 2011 1 次提交
  28. 03 2月, 2011 1 次提交
  29. 28 1月, 2011 1 次提交
  30. 12 1月, 2011 1 次提交
  31. 06 1月, 2011 1 次提交
  32. 24 11月, 2010 1 次提交
  33. 06 11月, 2010 1 次提交
  34. 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
  35. 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
  36. 09 7月, 2010 1 次提交
  37. 28 5月, 2010 1 次提交
  38. 19 5月, 2010 1 次提交
  39. 29 7月, 2008 1 次提交
  40. 03 7月, 2008 1 次提交
    • X
      6719955: Update copyright year · b85ed448
      xdono 提交于
      Summary: Update copyright year for files that have been modified in 2008
      Reviewed-by: ohair, tbell
      b85ed448