1. 04 7月, 2013 1 次提交
    • G
      8016696: PPC64 (part 4): add relocation for trampoline stubs · 5b2b8517
      goetz 提交于
      Summary: A trampoline allows to encode a small branch in the code, even if there is the chance that this branch can not reach all possible code locations. If the relocation finds that a branch is too far for the instruction in the code, it can patch it to jump to the trampoline where is sufficient space for a far branch. Needed on PPC.
      Reviewed-by: kvn, bdelsart, jrose
      5b2b8517
  2. 25 6月, 2013 2 次提交
  3. 21 6月, 2013 1 次提交
    • G
      8016586: PPC64 (part 3): basic changes for PPC64 · 5f92a492
      goetz 提交于
      Summary: added #includes needed for ppc64 port. Renamed _MODEL_ppc to _MODEL_ppc_32 and renamed corresponding old _ppc files to _ppc_32.
      Reviewed-by: dholmes, kvn
      5f92a492
  4. 14 6月, 2013 1 次提交
  5. 10 6月, 2013 1 次提交
  6. 16 5月, 2013 1 次提交
  7. 08 5月, 2013 1 次提交
  8. 01 5月, 2013 1 次提交
  9. 29 4月, 2013 1 次提交
  10. 25 4月, 2013 1 次提交
  11. 31 5月, 2013 1 次提交
  12. 11 4月, 2013 1 次提交
  13. 23 3月, 2013 1 次提交
  14. 20 3月, 2013 1 次提交
  15. 18 3月, 2013 1 次提交
  16. 07 3月, 2013 1 次提交
  17. 15 1月, 2013 1 次提交
  18. 07 12月, 2012 1 次提交
  19. 01 12月, 2012 1 次提交
  20. 13 11月, 2012 2 次提交
    • M
      6830717: replay of compilations would help with debugging · 00de2884
      minqi 提交于
      Summary: When java process crashed in compiler thread, repeat the compilation process will help finding root cause. This is done with using SA dump application class data and replay data from core dump, then use debug version of jvm to recompile the problematic java method.
      Reviewed-by: kvn, twisti, sspitsyn
      Contributed-by: yumin.qi@oracle.com
      00de2884
    • H
      8001471: Klass::cast() does nothing · 096d3481
      hseigel 提交于
      Summary: Remove function Klass::cast() and calls to it.
      Reviewed-by: dholmes, coleenp
      096d3481
  21. 07 11月, 2012 1 次提交
  22. 12 10月, 2012 1 次提交
  23. 10 10月, 2012 1 次提交
  24. 06 10月, 2012 1 次提交
  25. 25 9月, 2012 1 次提交
  26. 12 9月, 2012 1 次提交
  27. 02 9月, 2012 1 次提交
  28. 25 7月, 2012 1 次提交
  29. 17 7月, 2012 1 次提交
    • K
      7181494: cleanup avx and vectors code · 6e8f41f1
      kvn 提交于
      Summary: renamed mach nodes which use scalar AVX instructions, added integer vectors shuffling instructions
      Reviewed-by: twisti
      6e8f41f1
  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. 15 6月, 2012 1 次提交
  32. 25 9月, 2012 1 次提交
  33. 18 9月, 2012 2 次提交
  34. 14 3月, 2012 1 次提交
    • J
      7143511: G1: Another instance of high GC Worker Other time (50ms) · 26afc937
      johnc 提交于
      Summary: Tiered compilation has increased the number of nmethods in the code cache. This has, in turn, significantly increased the number of marked nmethods processed during the StrongRootsScope destructor. Create a specialized version of CodeBlobToOopClosure for G1 which places only those nmethods that contain pointers into the collection set on to the marked nmethods list.
      Reviewed-by: iveresov, tonyp
      26afc937
  35. 30 3月, 2012 1 次提交
  36. 02 2月, 2012 1 次提交
  37. 01 2月, 2012 1 次提交