1. 02 10月, 2014 1 次提交
  2. 29 8月, 2014 2 次提交
  3. 19 8月, 2014 1 次提交
  4. 22 8月, 2014 1 次提交
  5. 27 8月, 2014 1 次提交
  6. 31 10月, 2014 1 次提交
    • C
      8038268: VM Crashes in MetaspaceShared::generate_vtable_methods while creating... · 0fe44690
      ccheung 提交于
      8038268: VM Crashes in MetaspaceShared::generate_vtable_methods while creating CDS archive with limiting SharedMiscCodeSize
      Summary: estimate the minimum required size for the misc code region and check if the specified misc code region size meets the minimum size requirement
      Reviewed-by: jiangli, dholmes
      0fe44690
  7. 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
  8. 09 7月, 2014 1 次提交
  9. 07 7月, 2014 1 次提交
  10. 14 5月, 2014 1 次提交
  11. 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
  12. 16 5月, 2014 1 次提交
  13. 11 4月, 2014 1 次提交
    • A
      8039498: Add iterators to GrowableArray · 82fb3262
      anoll 提交于
      Summary: To simplify the management of multiple code heaps in the code cache (see JDK-8015774), STL-style iterator capability is added to the GrowableArray. Further, custom iterators allow to only iterate over elements that satisfy a given predicate.
      Reviewed-by: kvn, twisti
      Contributed-by: NTobias Hartmann <tobias.hartmann@oracle.com>
      82fb3262
  14. 13 8月, 2014 1 次提交
  15. 20 3月, 2014 1 次提交
  16. 06 3月, 2014 1 次提交
  17. 14 2月, 2014 1 次提交
  18. 11 2月, 2014 1 次提交
    • M
      8033792: AltHashing used jint for imprecise bit shifting · 601e30e0
      minqi 提交于
      Summary: AltHashing used jint the way of juint in bit shifting which could lead loss of precision. Fix  by change _seed defined as juint.
      Reviewed-by: coleenp, ccheung
      Contributed-by: yumin.qi@oracle.com
      601e30e0
  19. 21 3月, 2014 1 次提交
  20. 07 3月, 2014 1 次提交
  21. 29 4月, 2014 1 次提交
  22. 19 6月, 2014 1 次提交
  23. 16 1月, 2014 1 次提交
  24. 08 2月, 2014 1 次提交
  25. 09 1月, 2014 1 次提交
  26. 11 10月, 2014 1 次提交
  27. 10 2月, 2014 1 次提交
  28. 25 12月, 2013 1 次提交
  29. 01 4月, 2014 1 次提交
    • M
      7090324: gclog rotation via external tool · fc659ce5
      minqi 提交于
      Summary: GC log rotation can be set via java command line, but customer sometime need to sync with OS level rotation setting.
      Reviewed-by: sla, minqi, ehelin
      Contributed-by: suenaga.yasumasa@lab.ntt.co.jp
      fc659ce5
  30. 12 12月, 2013 1 次提交
  31. 06 12月, 2013 1 次提交
  32. 23 11月, 2013 1 次提交
  33. 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
  34. 22 10月, 2013 1 次提交
  35. 11 10月, 2013 1 次提交
  36. 08 10月, 2013 1 次提交
  37. 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
  38. 07 10月, 2013 2 次提交