jdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep
Thomas Schatzl 8d53e75550 6843347: Boundary values in some public GC options cause crashes
Setting some public integer options to specific values causes crashes or undefined GC behavior. This patchset adds the necessary argument checking for these options.

Reviewed-by: jmasa, brutisso
2013-05-15 11:05:09 +02:00
..
adaptiveFreeList.cpp 7045397: NPG: Add freelists to class loader arenas 2012-09-18 23:35:42 -07:00
adaptiveFreeList.hpp 7045397: NPG: Add freelists to class loader arenas 2012-09-18 23:35:42 -07:00
cmsAdaptiveSizePolicy.cpp 8000351: Tenuring threshold should be unsigned 2012-10-03 20:31:41 +02:00
cmsAdaptiveSizePolicy.hpp 8000351: Tenuring threshold should be unsigned 2012-10-03 20:31:41 +02:00
cmsCollectorPolicy.cpp 8005396: Use ParNew with only one thread instead of DefNew as default for CMS on single CPU machines 2012-12-30 08:47:52 +01:00
cmsCollectorPolicy.hpp 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00
cmsGCAdaptivePolicyCounters.cpp 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00
cmsGCAdaptivePolicyCounters.hpp 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00
cmsLockVerifier.cpp 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00
cmsLockVerifier.hpp 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00
cmsOopClosures.hpp 6964458: Reimplement class meta-data storage to use native memory 2012-09-01 13:25:18 -04:00
cmsOopClosures.inline.hpp 6964458: Reimplement class meta-data storage to use native memory 2012-09-01 13:25:18 -04:00
compactibleFreeListSpace.cpp Merge 2013-02-04 12:01:07 -08:00
compactibleFreeListSpace.hpp 8004895: NPG: JMapPermCore test failure caused by warnings about missing field 2013-01-03 15:03:27 -08:00
concurrentMarkSweepGeneration.cpp 6843347: Boundary values in some public GC options cause crashes 2013-05-15 11:05:09 +02:00
concurrentMarkSweepGeneration.hpp 8013184: CMS: Call reset_after_compaction() only if a compaction has been done 2013-05-08 17:12:52 -07:00
concurrentMarkSweepGeneration.inline.hpp 6964458: Reimplement class meta-data storage to use native memory 2012-09-01 13:25:18 -04:00
concurrentMarkSweepThread.cpp 7189971: Implement CMSWaitDuration for non-incremental mode of CMS 2013-02-01 17:02:36 -08:00
concurrentMarkSweepThread.hpp 7189971: Implement CMSWaitDuration for non-incremental mode of CMS 2013-02-01 17:02:36 -08:00
freeChunk.cpp 7197424: update copyright year to match last edit in jdk8 hotspot repository 2012-10-09 10:09:34 -07:00
freeChunk.hpp 7197424: update copyright year to match last edit in jdk8 hotspot repository 2012-10-09 10:09:34 -07:00
promotionInfo.cpp 6964458: Reimplement class meta-data storage to use native memory 2012-09-01 13:25:18 -04:00
promotionInfo.hpp 6964458: Reimplement class meta-data storage to use native memory 2012-09-01 13:25:18 -04:00
vmCMSOperations.cpp Merge 2012-10-17 13:59:57 -07:00
vmCMSOperations.hpp 6987703: iCMS: Intermittent hang with gc/gctests/CallGC/CallGC01 and +ExplicitGCInvokesConcurrent 2011-03-14 21:52:24 -07:00
vmStructs_cms.hpp Merge 2013-02-06 15:22:32 -08:00