- 17 5月, 2013 1 次提交
-
-
由 aeriksso 提交于
Summary: Move date stamp logic into GCTraceTime Reviewed-by: brutisso, tschatzl
-
- 04 2月, 2015 1 次提交
-
-
由 dholmes 提交于
Reviewed-by: jwilhelm, tschatzl, stefank
-
- 26 11月, 2014 1 次提交
-
-
由 roland 提交于
Summary: OOM during reallocation of scalar replaced objects in deoptimization causes crashes Reviewed-by: kvn, jrose
-
- 05 12月, 2014 1 次提交
-
-
由 iklam 提交于
Summary: in FileMapInfo::fail_continue do not set UseSharedSpaces = false Reviewed-by: dholmes, ccheung
-
- 21 11月, 2014 1 次提交
-
-
由 jwilhelm 提交于
Summary: Added a G1CollectorPolicyExt where it is possible to extend the class. Reviewed-by: sjohanss, tschatzl
-
- 25 2月, 2015 1 次提交
-
-
由 dlong 提交于
Summary: refactor close to remove references to closed ports Reviewed-by: kvn, simonis, sgehwolf, dholmes
-
- 11 11月, 2014 1 次提交
-
-
由 jiangli 提交于
Summary: Change CDS non-fatal preloading errors to warnings. Reviewed-by: minqi, mseledtsov, coleenp
-
- 14 10月, 2014 1 次提交
-
-
由 iklam 提交于
Summary: Implemented the interface in sun.misc.URLClassPath and corresponding JVM_XXX APIs Reviewed-by: mchung, acorn, jiangli, dholmes
-
- 29 8月, 2014 1 次提交
-
-
由 mgerdin 提交于
Summary: Replace G1CodeRootSet with a Hashtable based implementation, merge Code Root Migration phase into Code Root Scanning Reviewed-by: jmasa, brutisso, tschatzl
-
- 21 8月, 2014 1 次提交
-
-
由 tschatzl 提交于
Summary: Allow G1 to decommit memory of arbitrary regions within the heap and their associated auxiliary data structures card table, BOT, hot card cache, and mark bitmaps. Reviewed-by: mgerdin, brutisso, jwilhelm
-
- 14 8月, 2014 1 次提交
-
-
由 dsimms 提交于
Summary: Wrapped memory with standard bounds checking "GuardedMemory". Reviewed-by: zgu, fparain, dcubed
-
- 13 8月, 2014 1 次提交
-
-
由 jiangli 提交于
Summary: Add checksum verification. Reviewed-by: iklam, dholmes, mschoene
-
- 28 8月, 2014 1 次提交
-
-
由 ccheung 提交于
8056175: Change "8048150: Allow easy configurations for large CDS archives" triggers conversion warning with older GCC Summary: cast the result of the conversion to uintx Reviewed-by: ccheung, coleenp Contributed-by: volker.simonis@gmail.com
-
- 26 8月, 2014 1 次提交
-
-
由 brutisso 提交于
Reviewed-by: pliden, jmasa
-
- 25 8月, 2014 1 次提交
-
-
由 ccheung 提交于
Summary: Estimate the size of shared archive based on the number of classes in the classlist file Reviewed-by: iklam, jiangli, minqi, dholmes
-
- 22 8月, 2014 1 次提交
-
-
由 iklam 提交于
Summary: Cleaned up CDS to be more configurable, maintainable and extensible Reviewed-by: dholmes, coleenp, acorn, mchung
-
- 21 8月, 2014 1 次提交
-
-
由 tschatzl 提交于
Summary: Extend the WhiteBox API to provide information about the size and age of objects. Further add a mechanism to trigger a young GC. Reviewed-by: tschatzl, sjohanss Contributed-by: NLeonid Mesnik <leonid.mesnik@oracle.com>
-
- 27 8月, 2014 1 次提交
-
-
由 zgu 提交于
Summary: Enhance scalability of native memory tracking Reviewed-by: coleenp, ctornqvi, gtriantafill
-
- 06 8月, 2014 1 次提交
-
-
由 jmasa 提交于
8034056: assert(_heap_alignment >= _space_alignment) failed: heap_alignment less than space_alignment Reviewed-by: tschatzl, tamao
-
- 31 10月, 2014 1 次提交
-
-
由 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
-
- 05 8月, 2014 1 次提交
-
-
由 jmasa 提交于
Reviewed-by: brutisso, tschatzl
-
- 13 6月, 2014 1 次提交
-
-
由 ehelin 提交于
Reviewed-by: stefank, jmasa
-
- 21 7月, 2014 2 次提交
-
-
由 tschatzl 提交于
Summary: Refactor preparation for compaction during Full GC so that it lazily initializes the first compaction point. This also avoids problems later when the first region may not be committed. Also reviewed by K. Barrett. Reviewed-by: brutisso
-
由 tschatzl 提交于
Summary: Refactor preparation for compaction during Full GC so that it lazily initializes the first compaction point. This also avoids problems later when the first region may not be committed. Also reviewed by K. Barrett. Reviewed-by: brutisso
-
- 11 6月, 2014 1 次提交
-
-
由 brutisso 提交于
Summary: Removed all write barriers during reference processing and added explicit write barriers when iterating through the discovered list. Reviewed-by: pliden, jmasa, tschatzl
-
- 27 5月, 2014 1 次提交
-
-
由 minqi 提交于
8038422: CDS test failed: assert((size % os::vm_allocation_granularity()) == 0) failed when limiting SharedMiscDataSize Summary: In debug version, the assert is against os::vm_allocation_granularity(), but in initialization, we use os::vm_page_size() to align the allocation size. In windows, _vm_page_size and _vm_allocation_granularity may not be same. In debug version, the assert is against os::vm_allocation_granularity(), but in initialization, we use os::vm_page_size() to align the allocation size. In windows, _vm_page_size and _vm_allocation_granularity may not be same. Reviewed-by: dholmes, iklam, jiangli, coleenp Contributed-by: yumin.qi@oracle.com
-
- 06 8月, 2014 1 次提交
-
-
由 stefank 提交于
Summary: Added -XX:+/-ClassUnloadingWithConcurrentMark Reviewed-by: jmasa, brutisso, mgerdin
-
- 07 7月, 2014 1 次提交
-
-
由 stefank 提交于
Reviewed-by: tschatzl, ehelin, brutisso, coleenp, roland, iveresov Contributed-by: stefan.karlsson@oracle.com, mikael.gerdin@oracle.com
-
- 26 6月, 2014 1 次提交
-
-
由 mgerdin 提交于
Summary: Change parent of G1OffsetTableContigSpace to CompactibleSpace, reimplement missing functionality Reviewed-by: stefank, jmasa, tschatzl
-
- 24 6月, 2014 1 次提交
-
-
由 stefank 提交于
Reviewed-by: ehelin, mgerdin
-
- 28 5月, 2014 1 次提交
-
-
由 poonam 提交于
Summary: In case of allocation failure, restore the value of _chunk in Arena Reviewed-by: dholmes, dcubed
-
- 23 5月, 2014 1 次提交
-
-
由 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
-
- 16 5月, 2014 1 次提交
-
-
由 coleenp 提交于
Summary: Only prune metaspace virtual spaces at safepoint so walking them is safe outside a safepoint. Reviewed-by: mgerdin, mgronlun, hseigel, stefank
-
- 12 3月, 2014 1 次提交
-
-
由 mgerdin 提交于
Summary: Get rid of some duplicated implementations and change nonsense implementations to pure virtuals Reviewed-by: stefank, jmasa
-
- 13 3月, 2014 1 次提交
-
-
由 mgerdin 提交于
Summary: Only declare the functions where they are actually needed. Reviewed-by: tschatzl, stefank
-
- 12 3月, 2014 1 次提交
-
-
由 mgerdin 提交于
Reviewed-by: brutisso, tschatzl, stefank
-
- 06 3月, 2014 1 次提交
-
-
由 mgerdin 提交于
Reviewed-by: tschatzl, stefank
-
- 11 9月, 2014 1 次提交
-
-
由 jcoomes 提交于
Reviewed-by: mikael, jmasa, tschatzl
-
- 09 9月, 2014 1 次提交
-
-
由 sjohanss 提交于
Summary: Refactored the G1 FullGC code to enable it to be extended. Reviewed-by: mgerdin, brutisso
-
- 01 10月, 2014 1 次提交
-
-
由 ehelin 提交于
Reviewed-by: jmasa, stefank
-