1. 29 3月, 2018 1 次提交
    • S
      8164480: Crash with assert(handler_address ==... · 2bce4a02
      shshahma 提交于
      8164480: Crash with assert(handler_address == SharedRuntime::compute_compiled_exc_handler(..) failed: Must be the same
      Summary: Exception checking code needs to handle pre-allocated exceptions.
      Reviewed-by: thartmann, kvn
      2bce4a02
  2. 14 3月, 2016 1 次提交
  3. 25 2月, 2015 1 次提交
  4. 07 7月, 2014 1 次提交
  5. 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
  6. 11 8月, 2014 1 次提交
  7. 12 10月, 2013 1 次提交
  8. 28 9月, 2013 1 次提交
  9. 26 9月, 2013 1 次提交
    • H
      7195622: CheckUnhandledOops has limited usefulness now · 087226b2
      hseigel 提交于
      Summary: Enable CHECK_UNHANDLED_OOPS in fastdebug builds across all supported platforms.
      Reviewed-by: coleenp, hseigel, dholmes, stefank, twisti, ihse, rdurbin
      Contributed-by: lois.foltan@oracle.com
      087226b2
  10. 14 9月, 2013 1 次提交
  11. 21 8月, 2013 1 次提交
  12. 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
  13. 03 7月, 2013 1 次提交
  14. 10 5月, 2013 1 次提交
    • M
      8003557: NPG: Klass* const k should be const Klass* k. · 6ee9c8ef
      minqi 提交于
      Summary: With NPG, const KlassOop klass which is in fact a definition converted to Klass* const, which is not the original intention. The right usage is converting them to const Klass*.
      Reviewed-by: coleenp, kvn
      Contributed-by: yumin.qi@oracle.com
      6ee9c8ef
  15. 21 3月, 2013 1 次提交
  16. 13 11月, 2012 1 次提交
  17. 29 9月, 2012 1 次提交
  18. 02 9月, 2012 1 次提交
  19. 05 6月, 2012 1 次提交
  20. 06 3月, 2012 1 次提交
  21. 01 2月, 2012 1 次提交
  22. 27 1月, 2012 1 次提交
  23. 27 10月, 2011 1 次提交
  24. 01 9月, 2011 1 次提交
  25. 02 7月, 2011 1 次提交
  26. 21 4月, 2011 1 次提交
  27. 03 4月, 2011 1 次提交
  28. 19 3月, 2011 1 次提交
  29. 28 2月, 2011 1 次提交
  30. 25 1月, 2011 1 次提交
  31. 14 1月, 2011 1 次提交
  32. 01 12月, 2010 1 次提交
    • 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
  33. 24 11月, 2010 1 次提交
  34. 20 10月, 2010 1 次提交
  35. 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
  36. 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
  37. 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
  38. 11 6月, 2010 1 次提交
  39. 10 6月, 2010 1 次提交
  40. 05 6月, 2010 1 次提交