1. 25 1月, 2013 1 次提交
  2. 12 2月, 2013 2 次提交
  3. 11 2月, 2013 1 次提交
  4. 10 2月, 2013 1 次提交
  5. 09 2月, 2013 2 次提交
  6. 07 2月, 2013 1 次提交
  7. 06 2月, 2013 3 次提交
  8. 05 2月, 2013 4 次提交
  9. 04 2月, 2013 2 次提交
  10. 05 2月, 2013 1 次提交
  11. 04 2月, 2013 3 次提交
  12. 02 2月, 2013 4 次提交
  13. 01 2月, 2013 4 次提交
  14. 29 1月, 2013 1 次提交
  15. 28 1月, 2013 2 次提交
  16. 26 1月, 2013 2 次提交
  17. 01 2月, 2013 2 次提交
  18. 26 1月, 2013 1 次提交
    • A
      6479360: PrintClassHistogram improvements · f8a15064
      acorn 提交于
      Summary: jcmd <pid> GC.class_stats (UnlockDiagnosticVMOptions)
      Reviewed-by: coleenp, hseigel, sla, acorn
      Contributed-by: ioi.lam@oracle.com
      f8a15064
  19. 25 1月, 2013 3 次提交
    • Z
      8000692: Remove old KERNEL code · 5a6c724a
      zgu 提交于
      Summary: Removed depreciated kernel VM source code from hotspot VM
      Reviewed-by: dholmes, acorn
      5a6c724a
    • M
      8005278: Serviceability Agent: jmap -heap and jstack -m fail · 98a7aa39
      minqi 提交于
      Summary: BinaryTreeDictionary is typedef'ed as AFLBinaryTreeDictionary in vmStructs and in SA we still use old name for that. FreeList now is a template based class which is not reflect in SA type library. When SA does calculation of heap for CMS, the former will cause failure to retrieve BinaryTreeDictionary  sine the rename. The later will fail wherever it is used in SA.
      Reviewed-by: dholmes, sla, coleenp
      Contributed-by: yunda.mly@taobao.com
      98a7aa39
    • S
      8005128: JSR 292: the mlvm redefineClassInBootstrap test crashes in ConstantPool::compare_entry_to · 473329eb
      sspitsyn 提交于
      Summary: When constant pool is copied in merge_constant_pools the invokedynamic operands must be copied before.
      Reviewed-by: coleenp, twisti
      Contributed-by: serguei.spitsyn@oracle.com
      473329eb