1. 09 1月, 2013 4 次提交
  2. 08 1月, 2013 1 次提交
  3. 05 1月, 2013 3 次提交
  4. 04 1月, 2013 2 次提交
  5. 03 1月, 2013 1 次提交
  6. 30 12月, 2012 1 次提交
  7. 04 1月, 2013 1 次提交
  8. 22 12月, 2012 1 次提交
    • J
      8001424: G1: Rename certain G1-specific flags · 323940a5
      johnc 提交于
      Summary: Rename G1DefaultMinNewGenPercent, G1DefaultMaxNewGenPercent, and G1OldCSetRegionLiveThresholdPercent to G1NewSizePercent, G1MaxNewSizePercent, and G1MixedGCLiveThresholdPercent respectively. The previous names are no longer accepted.
      Reviewed-by: brutisso, ysr
      323940a5
  9. 03 1月, 2013 1 次提交
  10. 27 12月, 2012 1 次提交
  11. 21 12月, 2012 2 次提交
  12. 20 12月, 2012 5 次提交
  13. 19 12月, 2012 2 次提交
  14. 18 12月, 2012 5 次提交
  15. 17 12月, 2012 2 次提交
  16. 15 12月, 2012 1 次提交
  17. 13 12月, 2012 4 次提交
  18. 14 12月, 2012 1 次提交
  19. 13 12月, 2012 2 次提交
    • J
      8001028: Improve GC option handling · 12356b4f
      johnc 提交于
      Summary: If there are not enough native resources to create the ReferenceHandler or Finalizer Java threads, the VM will attempt to throw an OOME before the java.lang.Class class has been initialized. This can result in assertion failures and other crashes. Move the initialization of the java.lang.Class class to just before the initialization of the java.lang.ref.Finalizer class.
      Reviewed-by: jwilhelm, dholmes, coleenp
      12356b4f
    • C
      8004883: NPG: clean up anonymous class fix · 2c3ef85f
      coleenp 提交于
      Summary: Add klass_holder() to return either mirror or class_loader depending on if the class is anonymous or not.
      Reviewed-by: stefank, jrose
      2c3ef85f