1. 21 7月, 2014 10 次提交
  2. 16 4月, 2014 1 次提交
    • T
      8038930: G1CodeRootSet::test fails with assert(_num_chunks_handed_out == 0)... · aca6ade5
      tschatzl 提交于
      8038930: G1CodeRootSet::test fails with assert(_num_chunks_handed_out == 0) failed: No elements must have been handed out yet
      Summary: The test incorrectly assumed that it had been started with no other previous compilation activity. Fix this by allowing multiple code root free chunk lists, and use one separate from the global one to perform the test.
      Reviewed-by: brutisso
      aca6ade5
  3. 13 6月, 2014 1 次提交
  4. 11 6月, 2014 1 次提交
  5. 20 5月, 2014 1 次提交
  6. 14 5月, 2014 2 次提交
  7. 08 5月, 2014 1 次提交
  8. 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
  9. 16 5月, 2014 1 次提交
  10. 29 4月, 2014 1 次提交
  11. 18 4月, 2014 1 次提交
    • P
      8040245: G1: VM hangs during shutdown · 0fff0369
      pliden 提交于
      Summary: temporarily disable the shutdown of the concurrent GC threads introduced in JDK-8037112
      Reviewed-by: brutisso, tschatzl, jmasa
      0fff0369
  12. 11 4月, 2014 1 次提交
  13. 23 6月, 2014 1 次提交
  14. 19 6月, 2014 1 次提交
  15. 11 4月, 2014 1 次提交
  16. 17 3月, 2014 1 次提交
  17. 14 3月, 2014 1 次提交
  18. 03 4月, 2014 2 次提交
  19. 31 3月, 2014 1 次提交
  20. 26 2月, 2014 4 次提交
  21. 05 2月, 2014 1 次提交
  22. 31 1月, 2014 2 次提交
  23. 30 1月, 2014 1 次提交
  24. 24 3月, 2014 2 次提交
    • T
      8036860: Pad and cache-align the BiasedMappedArray · d18497f1
      tschatzl 提交于
      Summary: Pad and cache-align BiasedMappedArray instances by default to avoid performance variability problems due to false sharing, as instances of this data structures are typically used for performance sensitive code.
      Reviewed-by: brutisso, stefank
      d18497f1
    • T
      8035330: Remove G1ParScanPartialArrayClosure and G1ParScanHeapEvacClosure · b7b35d54
      tschatzl 提交于
      Summary: Mentioned closures are actually wrapped methods. This adds confusion to readers, and in this case also increases code size as G1ParScanHeapEvacClosure is part of the oop_oop_iterate() methods. Move them into G1ParScanThreadState as methods.
      Reviewed-by: stefank
      b7b35d54