1. 04 12月, 2019 1 次提交
  2. 18 5月, 2019 1 次提交
  3. 19 1月, 2019 1 次提交
  4. 16 1月, 2016 1 次提交
  5. 13 6月, 2018 1 次提交
  6. 29 7月, 2014 1 次提交
    • T
      8040121: Load variable through a pointer of an incompatible type in... · 1aec8f2a
      thartmann 提交于
      8040121: Load variable through a pointer of an incompatible type in src/hotspot/src/share/vm: opto/output.cpp, runtime/sharedRuntimeTrans.cpp, utilities/globalDefinitions_visCPP.hpp
      Summary: Fixed parfait warnings in globalDefinitions files by using a union for casts.
      Reviewed-by: kvn
      1aec8f2a
  7. 23 5月, 2014 1 次提交
    • D
      8037816: Fix for 8036122 breaks build with Xcode5/clang · ed4b64df
      drchase 提交于
      8043029: Change 8037816 breaks HS build with older GCC versions which don't support diagnostic pragmas
      8043164: Format warning in traceStream.hpp
      Summary: Backport of main fix + two corrections, enables clang compilation, turns on format attributes, corrects/mutes warnings
      Reviewed-by: kvn, coleenp, iveresov, twisti
      ed4b64df
  8. 16 5月, 2014 1 次提交
  9. 16 1月, 2016 1 次提交
  10. 27 11月, 2018 1 次提交
    • R
      8214189:... · 5df367bd
      roland 提交于
      8214189: test/hotspot/jtreg/compiler/intrinsics/mathexact/MulExactLConstantTest.java fails on Windows x64 when run with -XX:-TieredCompilation
      Reviewed-by: kvn
      5df367bd
  11. 06 2月, 2019 1 次提交
  12. 07 2月, 2019 1 次提交
  13. 01 2月, 2019 1 次提交
  14. 21 3月, 2014 1 次提交
  15. 16 1月, 2014 1 次提交
  16. 26 10月, 2013 1 次提交
    • C
      8024927: Nashorn performance regression with CompressedOops · b6c254c4
      coleenp 提交于
      Summary: Allocate compressed class space at end of Java heap.  For small heap sizes, without CDS, save some space so compressed classes can have the same favorable compression as oops
      Reviewed-by: stefank, hseigel, goetz
      b6c254c4
  17. 22 10月, 2013 1 次提交
  18. 08 10月, 2013 1 次提交
  19. 09 10月, 2013 1 次提交
    • T
      8003420: NPG: make new GC root for pd_set · e540de76
      tschatzl 提交于
      Summary: Move protection domain oops from system dictionary entries into a seperate set; the system dictionary references entries in that set now. This allows fast iteration during non-classunloading garbage collection. Implementation based on initial prototype from Ioi Lam (iklam).
      Reviewed-by: coleenp, iklam
      e540de76
  20. 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
  21. 23 8月, 2013 1 次提交
    • G
      8023033: PPC64 (part 13): basic changes for AIX · 4c8ea96d
      goetz 提交于
      Summary: Added AIX includes alpha-sorted before BSD. Fix compilation issues with xlC in shared code. Basic shared platform dependend adaption (vm_version etc.).
      Reviewed-by: kvn, dholmes, stefank
      4c8ea96d
  22. 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
  23. 16 7月, 2013 1 次提交
  24. 10 6月, 2013 1 次提交
  25. 31 5月, 2013 1 次提交
  26. 28 5月, 2013 1 次提交
  27. 17 4月, 2013 1 次提交
  28. 10 4月, 2013 1 次提交
  29. 05 4月, 2013 1 次提交
  30. 17 1月, 2013 1 次提交
  31. 29 11月, 2012 1 次提交
  32. 13 11月, 2012 1 次提交
  33. 09 10月, 2012 1 次提交
  34. 02 9月, 2012 1 次提交
  35. 26 5月, 2012 1 次提交
  36. 16 5月, 2012 1 次提交
  37. 14 5月, 2012 1 次提交
    • B
      7161545: G1: Minor cleanups to the G1 logging · 3c2bae90
      brutisso 提交于
      Summary: Rename "to-space-overflow" to "to-space-exhausted", Introduce one decimal point in the size format, Add Sum to the aggregate and re-order the entries, Add number of GC workers to the log output
      Reviewed-by: johnc, jwilhelm
      3c2bae90
  38. 12 1月, 2012 1 次提交
  39. 20 12月, 2011 1 次提交
    • J
      7117303: VM uses non-monotonic time source and complains that it is non-monotonic · 412f955f
      johnc 提交于
      Summary: Replaces calls to os::javaTimeMillis(), which does not (and cannot) guarantee monotonicity, in GC code to an equivalent expression that uses os::javaTimeNanos(). os::javaTimeNanos is guaranteed monotonically non-decreasing if the underlying platform provides a monotonic time source. Changes in OS files are to make use of the newly defined constants in globalDefinitions.hpp.
      Reviewed-by: dholmes, ysr
      412f955f