1. 21 7月, 2014 9 次提交
  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. 11 7月, 2014 1 次提交
  4. 13 6月, 2014 1 次提交
  5. 17 6月, 2014 1 次提交
  6. 13 6月, 2014 2 次提交
  7. 10 6月, 2014 1 次提交
  8. 04 6月, 2014 1 次提交
  9. 03 6月, 2014 1 次提交
    • D
      8029381: assert(is_method_type()) failed: bad cast · 8afd1d68
      drchase 提交于
      Summary: Access to method_type and appendix from constant pool (cpcache) needs to be guarded by is_f1_null() because of racy update/initialization.
      Reviewed-by: kvn, coleenp, jrose
      8afd1d68
  10. 11 6月, 2014 1 次提交
  11. 02 6月, 2014 1 次提交
  12. 30 5月, 2014 1 次提交
  13. 28 5月, 2014 1 次提交
  14. 22 5月, 2014 1 次提交
  15. 20 5月, 2014 1 次提交
  16. 14 5月, 2014 2 次提交
  17. 08 5月, 2014 2 次提交
  18. 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
  19. 17 5月, 2014 1 次提交
    • K
      8042786: Proper fix for 8032566 · 86386245
      kvn 提交于
      Summary: Check for overflow cases in range checks and collapse it if we can.
      Reviewed-by: jrose, iveresov
      86386245
  20. 16 5月, 2014 1 次提交
  21. 15 5月, 2014 1 次提交
  22. 13 5月, 2014 1 次提交
  23. 05 5月, 2014 1 次提交
  24. 29 4月, 2014 1 次提交
  25. 03 7月, 2014 1 次提交
  26. 01 7月, 2014 1 次提交
  27. 28 4月, 2014 1 次提交
  28. 03 5月, 2014 1 次提交
    • K
      8039298: assert(base == NULL || t_adr->isa_rawptr() ||... · fb43258c
      kvn 提交于
      8039298: assert(base == NULL || t_adr->isa_rawptr() || !phase->type(base)->higher_equal(TypePtr::NULL_PTR))
      Summary: Convert the assert into the runtime check to skip IGVN optimizations for problematic memory nodes. Eliminate dead nodes more aggressively.
      Reviewed-by: twisti, iveresov
      fb43258c
  29. 30 4月, 2014 1 次提交