You need to sign in or sign up before continuing.
  1. 20 1月, 2014 1 次提交
    • T
      8027476: Improve performance of Stringtable unlink · 6dd06c68
      tschatzl 提交于
      8027455: Improve symbol table scan times during gc pauses
      Summary: Parallelize string table and symbol table scan during remark and full GC. Some additional statistics output if the experimental flag G1TraceStringSymbolTableScrubbing is set.
      Reviewed-by: mgerdin, coleenp, brutisso
      6dd06c68
  2. 26 9月, 2013 1 次提交
    • H
      7195622: CheckUnhandledOops has limited usefulness now · 087226b2
      hseigel 提交于
      Summary: Enable CHECK_UNHANDLED_OOPS in fastdebug builds across all supported platforms.
      Reviewed-by: coleenp, hseigel, dholmes, stefank, twisti, ihse, rdurbin
      Contributed-by: lois.foltan@oracle.com
      087226b2
  3. 20 9月, 2013 1 次提交
    • S
      8024974: Incorrect use of GC_locker::is_active() · 427aeb32
      stefank 提交于
      Summary: SymbolTable and StringTable can make calls to GC_locker::is_active() outside a safepoint. This isn't safe because the GC_locker active state (lock count) is only updated at a safepoint and only remains valid as long as _needs_gc is true. However, outside a safepoint_needs_gc can change to false at any time, which makes it impossible to do a correct call to is_active() in that context. In this case these calls can just be removed since the input argument to basic_add() should never be on the heap and so there's no need to check the GC_locker state. This change also adjusts the assert() in is_active() to makes sure all calls to this function are always done under a safepoint.
      Reviewed-by: brutisso, dcubed
      Contributed-by: per.liden@oracle.com
      427aeb32
  4. 18 9月, 2013 1 次提交
  5. 19 6月, 2013 1 次提交
  6. 27 5月, 2013 2 次提交
  7. 19 5月, 2013 1 次提交
  8. 30 4月, 2013 1 次提交
  9. 02 4月, 2013 1 次提交
    • M
      8009763: Add WB test for String.intern() · 8ea574c5
      mgerdin 提交于
      Summary: Add convenience method in StringTable, add WhiteBox method and simple sanity test
      Reviewed-by: mgerdin, zgu
      Contributed-by: leonid.mesnik@oracle.com
      8ea574c5
  10. 14 3月, 2013 1 次提交
  11. 13 12月, 2012 1 次提交
  12. 02 9月, 2012 1 次提交
  13. 05 7月, 2012 1 次提交
  14. 29 6月, 2012 1 次提交
    • Z
      6995781: Native Memory Tracking (Phase 1) · bdfb3cf5
      zgu 提交于
      7151532: DCmd for hotspot native memory tracking
      Summary: Implementation of native memory tracking phase 1, which tracks VM native memory usage, and related DCmd
      Reviewed-by: acorn, coleenp, fparain
      bdfb3cf5
  15. 26 6月, 2012 1 次提交
  16. 14 6月, 2012 1 次提交
    • C
      7158800: Improve storage of symbol tables · 98df2891
      coleenp 提交于
      Summary: Use an alternate version of hashing algorithm for symbol string tables and after a certain bucket size to improve performance
      Reviewed-by: pbk, kamg, dlong, kvn, fparain
      98df2891
  17. 23 3月, 2012 1 次提交
  18. 12 1月, 2012 1 次提交
  19. 01 4月, 2011 1 次提交
  20. 23 3月, 2011 1 次提交
  21. 08 3月, 2011 1 次提交
  22. 28 1月, 2011 1 次提交
  23. 24 11月, 2010 1 次提交
  24. 28 5月, 2010 1 次提交
  25. 21 3月, 2009 1 次提交
  26. 28 2月, 2009 1 次提交
    • T
      6810672: Comment typos · 460de015
      twisti 提交于
      Summary: I have collected some typos I have found while looking at the code.
      Reviewed-by: kvn, never
      460de015
  27. 01 12月, 2007 1 次提交