1. 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
  2. 21 5月, 2013 1 次提交
  3. 17 5月, 2013 2 次提交
  4. 16 5月, 2013 2 次提交
  5. 15 5月, 2013 1 次提交
    • M
      8012902: remove use of global operator new - take 2 · 73092391
      minqi 提交于
      Summary: The fix of 8010992, disable use of global operator new and new[] which caused failure on some tests. This takes two of the bugs also add ALLOW_OPERATOR_NEW_USAGE to prevent crash for third party code calling operator new of jvm on certain platforms.
      Reviewed-by: coleenp, dholmes, zgu
      Contributed-by: yumin.qi@oracle.com
      73092391
  6. 10 5月, 2013 1 次提交
    • J
      7176479: G1: JVM crashes on T5-8 system with 1.5 TB heap · ec36d18f
      johnc 提交于
      Summary: Refactor G1's hot card cache and card counts table into their own files. Simplify the card counts table, including removing the encoding of the card index in each entry. The card counts table now has a 1:1 correspondence with the cards spanned by heap. Space for the card counts table is reserved from virtual memory (rather than C heap) during JVM startup and is committed/expanded when the heap is expanded. Changes were also reviewed-by Vitaly Davidovich.
      Reviewed-by: tschatzl, jmasa
      ec36d18f
  7. 07 5月, 2013 1 次提交
  8. 06 5月, 2013 1 次提交
  9. 01 5月, 2013 1 次提交
  10. 26 4月, 2013 1 次提交
  11. 25 4月, 2013 1 次提交
  12. 22 4月, 2013 1 次提交
  13. 20 4月, 2013 1 次提交
  14. 10 4月, 2013 1 次提交
  15. 05 4月, 2013 1 次提交
  16. 11 4月, 2013 1 次提交
  17. 30 3月, 2013 1 次提交
  18. 28 3月, 2013 1 次提交
  19. 20 3月, 2013 1 次提交
  20. 19 3月, 2013 2 次提交
    • J
      8009940: G1: assert(_finger == _heap_end) failed, concurrentMark.cpp:809 · a486ffec
      johnc 提交于
      Summary: Skip reference processing if the global marking stack overflows during remark. Refactor and rename set_phase(); move code that sets the concurrency level into its own routine. Do not call set_phase() from within parallel reference processing; use the concurrency level routine instead. The marking state should only set reset by CMTask[0] during the concurrent phase of the marking cycle; if an overflow occurs at any stage during the remark, the marking state will be reset after reference processing.
      Reviewed-by: brutisso, jmasa
      a486ffec
    • J
      8009536: G1: Apache Lucene hang during reference processing · 46f2b2ac
      johnc 提交于
      Summary: In CMTask::do_marking_step(), Skip offering termination and entering the first and second synchronization barriers if called from a serial context, i.e. the VM thread.
      Reviewed-by: brutisso, tschatzl
      46f2b2ac
  21. 07 3月, 2013 1 次提交
  22. 06 3月, 2013 1 次提交
  23. 05 3月, 2013 1 次提交
    • J
      8007036: G1: Too many old regions added to last mixed GC · aea40d98
      johnc 提交于
      Summary: Stop adding old regions to collection set when the remaining reclaimable bytes reaches, or goes below, G1HeapWastePercent. Changes were also reviewed by Vitaly Davidovich <vitalyd@gmail.com>.
      Reviewed-by: brutisso
      aea40d98
  24. 13 2月, 2013 1 次提交
  25. 19 4月, 2013 1 次提交
  26. 23 4月, 2013 1 次提交
  27. 23 2月, 2013 1 次提交
  28. 22 2月, 2013 1 次提交
  29. 06 2月, 2013 1 次提交
  30. 02 2月, 2013 1 次提交
  31. 01 2月, 2013 1 次提交
    • J
      8005875: G1: Kitchensink fails with ParallelGCThreads=0 · 6fa36406
      johnc 提交于
      Summary: Check that the concurrent marking worker gang exists in ConcurrentMark::print_worker_threads_on(). Changes were also reviewed by Vitaly Davidovich <vitalyd@gmail.com>.
      Reviewed-by: brutisso
      6fa36406
  32. 12 2月, 2013 1 次提交
    • J
      8007772: G1: assert(!hr->isHumongous() || mr.start() == hr->bottom()) failed:... · 8c793d0e
      johnc 提交于
      8007772: G1: assert(!hr->isHumongous() || mr.start() == hr->bottom()) failed: the start of HeapRegion and MemRegion should be consistent for humongous regions
      Summary: In do_marking_step(), we should always give up current region after scanning the object, if the region is humongous.
      Reviewed-by: brutisso, jwilhelm, tamao
      8c793d0e
  33. 11 2月, 2013 1 次提交
  34. 07 2月, 2013 2 次提交
  35. 24 1月, 2013 1 次提交
  36. 16 1月, 2013 1 次提交