1. 18 4月, 2014 1 次提交
  2. 29 3月, 2014 1 次提交
  3. 14 1月, 2014 1 次提交
  4. 09 1月, 2014 2 次提交
    • A
      8011391: C1: assert(code_offset() - offset ==... · 28e1ee63
      adlertz 提交于
      8011391: C1: assert(code_offset() - offset == NativeInstruction::nop_instruction_size) failed: only one instruction can go in a delay slot
      Summary: Remove the VerifyOopMaps flag which doesn't work for tiered or for C1 with more compiler threads than one.
      Reviewed-by: twisti, drchase, iveresov
      28e1ee63
    • K
      8028468: Add inlining information into ciReplay · 97d22470
      kvn 提交于
      Summary: Allow dump and replay inlining for specified method during a program execution.
      Reviewed-by: roland, twisti
      97d22470
  5. 07 1月, 2014 1 次提交
  6. 25 12月, 2013 1 次提交
  7. 15 11月, 2013 1 次提交
  8. 13 11月, 2013 1 次提交
  9. 12 11月, 2013 1 次提交
  10. 05 11月, 2013 1 次提交
  11. 31 10月, 2013 1 次提交
  12. 24 10月, 2013 1 次提交
  13. 22 10月, 2013 1 次提交
  14. 19 10月, 2013 1 次提交
    • M
      8008242: VerifyOops is broken on SPARC · 215e5b2c
      morris 提交于
      Summary: Fixed displacement issues in SPARC macroassembler and ensure that getClass intrinsic temporary result is T_METADATA
      Reviewed-by: kvn, twisti
      215e5b2c
  15. 24 10月, 2013 1 次提交
  16. 12 10月, 2013 2 次提交
  17. 10 10月, 2013 1 次提交
  18. 09 10月, 2013 1 次提交
  19. 08 10月, 2013 1 次提交
  20. 28 9月, 2013 1 次提交
  21. 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
  22. 25 9月, 2013 1 次提交
  23. 14 9月, 2013 1 次提交
  24. 13 9月, 2013 1 次提交
    • G
      8024344: PPC64 (part 112): C argument in register AND stack slot. · 5bff05b0
      goetz 提交于
      Summary: On PPC, the first 13 floating point arguments to C calls are passed in floating point registers. Also, all but the first 8 arguments are passed on the stack. So there can be floating point arguments that are passed on the stack and in a register. We duplicate the regs datastructure in c_calling_convention() to represent this.
      Reviewed-by: kvn, cjplummer
      5bff05b0
  25. 30 8月, 2013 1 次提交
  26. 26 8月, 2013 1 次提交
  27. 23 8月, 2013 1 次提交
    • G
      8023033: PPC64 (part 13): basic changes for AIX · 4c8ea96d
      goetz 提交于
      Summary: Added AIX includes alpha-sorted before BSD. Fix compilation issues with xlC in shared code. Basic shared platform dependend adaption (vm_version etc.).
      Reviewed-by: kvn, dholmes, stefank
      4c8ea96d
  28. 21 8月, 2013 1 次提交
  29. 20 8月, 2013 1 次提交
  30. 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
  31. 30 7月, 2013 1 次提交
  32. 03 7月, 2013 1 次提交
  33. 18 6月, 2013 1 次提交
  34. 14 6月, 2013 1 次提交
  35. 05 6月, 2013 1 次提交
  36. 23 5月, 2013 1 次提交
  37. 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
  38. 24 4月, 2013 1 次提交
    • R
      8011771: runThese crashed with EAV · 7c47f93b
      roland 提交于
      Summary: Array bound check elimination's in block motion doesn't always reset its data structures from one step to the other.
      Reviewed-by: kvn, twisti
      7c47f93b