- 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
-
- 05 8月, 2014 1 次提交
-
-
由 jmasa 提交于
Reviewed-by: brutisso, tschatzl
-
- 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
-
- 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
-
- 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
-
- 21 2月, 2014 1 次提交
-
-
由 stefank 提交于
Reviewed-by: tschatzl, coleenp
-
- 14 2月, 2014 2 次提交
- 13 6月, 2014 1 次提交
-
-
由 ehelin 提交于
Reviewed-by: stefank, jmasa
-
- 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
-
- 28 5月, 2014 1 次提交
-
-
由 poonam 提交于
Summary: In case of allocation failure, restore the value of _chunk in Arena Reviewed-by: dholmes, dcubed
-
- 08 5月, 2014 1 次提交
-
-
由 goetz 提交于
Reviewed-by: twisti, stefank
-
- 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
-
- 29 4月, 2014 1 次提交
-
-
由 goetz 提交于
Reviewed-by: dholmes, kvn, stefank, twisti
-
- 19 6月, 2014 1 次提交
-
-
由 brutisso 提交于
Reviewed-by: jwilhelm, ehelin, tschatzl
-
- 21 2月, 2014 1 次提交
-
-
由 sjohanss 提交于
Summary: Making sure that if NewSize is set on the command line it should be used for both min and initial size even if it is re-aligned. Reviewed-by: jwilhelm, jmasa
-
- 23 4月, 2014 1 次提交
-
-
由 sjohanss 提交于
Summary: Now using NewRatio to size initial NewSize if not specified on commandline. Reviewed-by: jmasa, jwilhelm
-
- 13 2月, 2014 1 次提交
-
-
由 sjohanss 提交于
Summary: Preventing GCs to occur before VM is completely initialized. This was previously partly done by one part of the GC locker which not was removed. Reviewed-by: coleenp, pliden
-
- 31 3月, 2014 1 次提交
-
-
由 ehelin 提交于
Reviewed-by: jmasa, coleenp
-
- 11 2月, 2014 1 次提交
-
-
由 goetz 提交于
Reviewed-by: mgerdin, jmasa Contributed-by: matthias.baesken@sap.com
-
- 24 3月, 2014 3 次提交
-
-
由 tschatzl 提交于
Summary: Pad and cache-align BiasedMappedArray instances by default to avoid performance variability problems due to false sharing, as instances of this data structures are typically used for performance sensitive code. Reviewed-by: brutisso, stefank
-
由 tschatzl 提交于
Summary: The from card cache is a very frequently accessed data structure. It is essentially a 2d array of per-region values, one row of values for every GC thread. Pad and align the data structure to avoid false sharing. Reviewed-by: stefank
-
由 tschatzl 提交于
Summary: Change the code cache remembered sets data structure from a GrowableArray to a chunked list of nmethods. This makes the data structure more amenable to parallelization, and decreases freeing time. Reviewed-by: mgerdin, brutisso
-
- 21 3月, 2014 4 次提交
- 20 3月, 2014 1 次提交
-
-
由 ehelin 提交于
Reviewed-by: tschatzl, mgerdin Contributed-by: goetz.lindenmaier@sap.com
-
- 06 2月, 2014 1 次提交
-
-
由 pliden 提交于
Reviewed-by: tonyp, tschatzl
-
- 27 1月, 2014 1 次提交
-
-
由 brutisso 提交于
Reviewed-by: tschatzl, stefank, jmasa
-
- 14 1月, 2014 1 次提交
-
-
由 mgerdin 提交于
Summary: Refactor the strong root processing to avoid using a boolean in addition to the ScanOption enum. Reviewed-by: stefank, tschatzl, ehelin, jmasa
-