1. 24 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. 28 4月, 2014 1 次提交
  4. 01 4月, 2014 1 次提交
  5. 12 4月, 2014 1 次提交
  6. 10 1月, 2014 1 次提交
  7. 08 1月, 2014 1 次提交
  8. 19 12月, 2013 1 次提交
  9. 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
  10. 19 11月, 2013 1 次提交
  11. 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
  12. 24 9月, 2013 1 次提交
  13. 19 9月, 2013 1 次提交
    • G
      8024342: PPC64 (part 111): Support for C calling conventions that require 64-bit ints. · 05fa054c
      goetz 提交于
      Summary: Some platforms, as ppc and s390x/zArch require that 32-bit ints are passed as 64-bit values to C functions. This change adds support to adapt the signature and to issue proper casts to c2-compiled stubs. The functions are used in generate_native_wrapper(). Adapt signature used by the compiler as in PhaseIdealLoop::intrinsify_fill().
      Reviewed-by: kvn
      05fa054c
  14. 21 8月, 2013 1 次提交
  15. 21 6月, 2013 1 次提交
    • C
      8004124: Handle and/or warn about SI_KERNEL · 75ab2d06
      coleenp 提交于
      Summary: Detect this crash in the signal handler and give a fatal error message instead of making us chase down bugs that don't reproduce
      Reviewed-by: kvn, mgerdin, dholmes
      75ab2d06
  16. 19 6月, 2013 1 次提交
    • G
      8016491: PPC64 (part 2): Clean up PPC defines. · d11fa79d
      goetz 提交于
      Summary: Distinguish PPC, PPC64 and PPC32. PPC should guard code needed on any PPC system. PPC32 and PPC64 should guard code needed in a port for the ppc64 or ppc32 instruction set.
      Reviewed-by: kvn
      d11fa79d
  17. 14 6月, 2013 1 次提交
  18. 07 5月, 2013 1 次提交
  19. 31 5月, 2013 1 次提交
  20. 24 4月, 2013 1 次提交
  21. 26 1月, 2013 1 次提交
  22. 24 1月, 2013 1 次提交
  23. 09 1月, 2013 1 次提交
  24. 01 12月, 2012 1 次提交
  25. 13 11月, 2012 1 次提交
  26. 29 9月, 2012 1 次提交
  27. 02 9月, 2012 1 次提交
  28. 08 8月, 2012 1 次提交
  29. 25 7月, 2012 1 次提交
  30. 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
  31. 25 9月, 2012 1 次提交
  32. 18 9月, 2012 2 次提交
  33. 16 2月, 2012 1 次提交
  34. 02 2月, 2012 1 次提交
  35. 01 2月, 2012 1 次提交
  36. 20 1月, 2012 1 次提交
  37. 25 10月, 2011 1 次提交
    • T
      7101642: JSR 292: SIGSEGV in... · d5a36895
      twisti 提交于
      7101642: JSR 292: SIGSEGV in java.lang.invoke.MethodHandleImpl$FieldAccessor.getFieldI(Ljava/lang/Object;)I
      Reviewed-by: kvn, iveresov
      d5a36895
  38. 14 10月, 2011 1 次提交
  39. 05 10月, 2011 1 次提交
    • K
      6865265: JVM crashes with "missing exception handler" error · 11bea7f7
      kvn 提交于
      Summary: Retry the call to fast_exception_handler_bci_for() after it returned with a pending exception. Don't cache the exception handler pc computed by compute_compiled_exc_handler() if the handler is for another (nested) exception.
      Reviewed-by: kamg, kvn
      Contributed-by: volker.simonis@gmail.com
      11bea7f7