1. 27 1月, 2015 1 次提交
  2. 08 12月, 2015 1 次提交
  3. 26 11月, 2014 1 次提交
  4. 11 9月, 2014 1 次提交
  5. 27 11月, 2013 1 次提交
  6. 14 9月, 2013 1 次提交
  7. 16 8月, 2013 2 次提交
    • S
      8007074: SIGSEGV at ParMarkBitMap::verify_clear() · e52f7476
      stefank 提交于
      Summary: Replace the broken large pages implementation on Linux. New flag: -XX:+UseTransparentHugePages - Linux specific flag to turn on transparent huge page hinting with madvise(..., MAP_HUGETLB). Changed behavior: -XX:+UseLargePages - tries to use -XX:+UseTransparentHugePages before trying other large pages implementations (on Linux). Changed behavior: -XX:+UseHugeTLBFS - Use upfront allocation of Large Pages instead of using the broken implementation to dynamically committing large pages. Changed behavior: -XX:LargePageSizeInBytes - Turned off the ability to use this flag on Linux and provides warning to user if set to a value different than the OS chosen large page size. Changed behavior: Setting no large page size - Now defaults to use -XX:UseTransparentHugePages if the OS supports it. Previously, -XX:+UseHugeTLBFS was chosen if the OS was configured to use large pages.
      Reviewed-by: tschatzl, dcubed, brutisso
      e52f7476
    • H
      8003424: Enable Class Data Sharing for CompressedOops · 663f2686
      hseigel 提交于
      8016729: ObjectAlignmentInBytes=16 now forces the use of heap based compressed oops
      8005933: The -Xshare:auto option is ignored for -server
      Summary: Move klass metaspace above the heap and support CDS with compressed klass ptrs.
      Reviewed-by: coleenp, kvn, mgerdin, tschatzl, stefank
      663f2686
  8. 13 8月, 2013 1 次提交
  9. 12 8月, 2013 1 次提交
  10. 02 7月, 2013 1 次提交
  11. 10 6月, 2013 1 次提交
  12. 10 5月, 2013 1 次提交
    • M
      8003557: NPG: Klass* const k should be const Klass* k. · 6ee9c8ef
      minqi 提交于
      Summary: With NPG, const KlassOop klass which is in fact a definition converted to Klass* const, which is not the original intention. The right usage is converting them to const Klass*.
      Reviewed-by: coleenp, kvn
      Contributed-by: yumin.qi@oracle.com
      6ee9c8ef
  13. 25 4月, 2013 1 次提交
  14. 05 4月, 2013 1 次提交
  15. 04 2月, 2013 1 次提交
  16. 16 10月, 2012 1 次提交
  17. 09 10月, 2012 1 次提交
  18. 17 9月, 2012 1 次提交
  19. 02 9月, 2012 1 次提交
  20. 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
  21. 19 6月, 2012 1 次提交
  22. 16 4月, 2012 1 次提交
  23. 16 2月, 2012 1 次提交
  24. 08 11月, 2011 1 次提交
  25. 16 8月, 2011 1 次提交
  26. 15 6月, 2011 1 次提交
    • J
      7004681: G1: Extend marking verification to Full GCs · 0e040a45
      johnc 提交于
      Summary: Perform a heap verification after the first phase of G1's full GC using objects' mark words to determine liveness. The third parameter of the heap verification routines, which was used in G1 to determine which marking bitmap to use in liveness calculations, has been changed from a boolean to an enum with values defined for using the mark word, and the 'prev' and 'next' bitmaps.
      Reviewed-by: tonyp, ysr
      0e040a45
  27. 06 4月, 2011 1 次提交
  28. 28 1月, 2011 1 次提交
  29. 24 11月, 2010 1 次提交
  30. 31 10月, 2010 1 次提交
  31. 28 5月, 2010 1 次提交
  32. 13 11月, 2009 1 次提交
  33. 23 7月, 2009 1 次提交
  34. 15 7月, 2009 1 次提交
  35. 13 3月, 2009 1 次提交
  36. 10 3月, 2009 1 次提交
    • X
      6814575: Update copyright year · 58e87f34
      xdono 提交于
      Summary: Update copyright for files that have been modified in 2009, up to 03/09
      Reviewed-by: katleman, tbell, ohair
      58e87f34
  37. 18 12月, 2008 1 次提交
  38. 12 12月, 2008 1 次提交
  39. 03 7月, 2008 1 次提交
    • X
      6719955: Update copyright year · b85ed448
      xdono 提交于
      Summary: Update copyright year for files that have been modified in 2008
      Reviewed-by: ohair, tbell
      b85ed448