1. 20 1月, 2011 1 次提交
  2. 19 1月, 2011 1 次提交
  3. 15 1月, 2011 1 次提交
  4. 14 1月, 2011 1 次提交
  5. 13 1月, 2011 1 次提交
  6. 12 1月, 2011 1 次提交
  7. 11 1月, 2011 2 次提交
  8. 10 1月, 2011 1 次提交
  9. 08 1月, 2011 1 次提交
  10. 07 1月, 2011 1 次提交
  11. 06 1月, 2011 1 次提交
  12. 04 1月, 2011 1 次提交
  13. 31 12月, 2010 2 次提交
  14. 30 12月, 2010 1 次提交
  15. 29 12月, 2010 1 次提交
  16. 28 12月, 2010 1 次提交
  17. 22 12月, 2010 2 次提交
  18. 21 12月, 2010 1 次提交
    • T
      7008165: Garbage in ClassFormatError message · 9c4fbc80
      twisti 提交于
      Summary: When bootstrap_method_ref in BootstrapMethods attribute points to a wrong CP entry (non-MethodHandle), JVM throws ClassFormatError with a message, where method index and class file name is garbage.
      Reviewed-by: iveresov
      9c4fbc80
  19. 20 12月, 2010 1 次提交
  20. 18 12月, 2010 4 次提交
  21. 17 12月, 2010 2 次提交
  22. 16 12月, 2010 1 次提交
    • I
      7007229: Fix warnings with VS2010 in compressedStream.cpp · a128f76f
      iveresov 提交于
      Summary: An interference between a fix for 6993125 and disabled optimization in compressedStream.cpp produces a warning with VS2010. Disable the warning for the code fragment for which the optimizations are disabled.
      Reviewed-by: kvn
      a128f76f
  23. 15 12月, 2010 3 次提交
  24. 14 12月, 2010 1 次提交
  25. 12 12月, 2010 1 次提交
  26. 11 12月, 2010 2 次提交
  27. 10 12月, 2010 2 次提交
  28. 09 12月, 2010 1 次提交
  29. 08 12月, 2010 1 次提交
    • Y
      7001033: assert(gch->gc_cause() == GCCause::_scavenge_alot ||... · 8be7836d
      ysr 提交于
      7001033: assert(gch->gc_cause() == GCCause::_scavenge_alot || !gch->incremental_collection_failed())
      7002546: regression on SpecJbb2005 on 7b118 comparing to 7b117 on small heaps
      Summary: Relaxed assertion checking related to incremental_collection_failed flag to allow for ExplicitGCInvokesConcurrent behaviour where we do not want a failing scavenge to bail to a stop-world collection. Parameterized incremental_collection_will_fail() so we can selectively use, or not use, as appropriate, the statistical prediction at specific use sites. This essentially reverts the scavenge bail-out logic to what it was prior to some recent changes that had inadvertently started using the statistical prediction which can be noisy in the presence of bursty loads. Added some associated verbose non-product debugging messages.
      Reviewed-by: johnc, tonyp
      8be7836d