jdk/hotspot/src/share/vm/gc_implementation/parallelScavenge
Kurt Miller 95c56a472b 7089790: integrate bsd-port changes
Co-authored-by: Greg Lewis <glewis@eyesbeyond.com>
Co-authored-by: Jung-uk Kim <jkim@freebsd.org>
Co-authored-by: Christos Zoulas <christos@zoulas.com>
Co-authored-by: Landon Fuller <landonf@plausible.coop>
Co-authored-by: The FreeBSD Foundation <board@freebsdfoundation.org>
Co-authored-by: Michael Franz <mvfranz@gmail.com>
Co-authored-by: Roger Hoover <rhoover@apple.com>
Co-authored-by: Alexander Strange <astrange@apple.com>
Reviewed-by: kvn, twisti, jrose
2011-09-25 16:03:29 -07:00
..
adjoiningGenerations.cpp 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00
adjoiningGenerations.hpp 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00
adjoiningVirtualSpaces.cpp 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00
adjoiningVirtualSpaces.hpp 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00
asPSOldGen.cpp 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00
asPSOldGen.hpp 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00
asPSYoungGen.cpp 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00
asPSYoungGen.hpp 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00
cardTableExtension.cpp 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00
cardTableExtension.hpp 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00
gcTaskManager.cpp 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00
gcTaskManager.hpp 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00
gcTaskThread.cpp 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00
gcTaskThread.hpp 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00
generationSizer.hpp 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00
objectStartArray.cpp 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00
objectStartArray.hpp 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00
parallelScavengeHeap.cpp 7085906: Replace the permgen allocated sentinelRef with a self-looped end 2011-09-01 16:18:17 +02:00
parallelScavengeHeap.hpp 6994322: Remove the is_tlab and is_noref / is_large_noref parameters from the CollectedHeap 2011-06-16 15:51:57 -04:00
parallelScavengeHeap.inline.hpp 7041789: 30% perf regression with c2/arm following 7017732 2011-05-03 10:30:34 -07:00
parMarkBitMap.cpp 7089790: integrate bsd-port changes 2011-09-25 16:03:29 -07:00
parMarkBitMap.hpp 7003125: precompiled.hpp is included when precompiled headers are not used 2010-12-01 15:04:06 +01:00
parMarkBitMap.inline.hpp 7003125: precompiled.hpp is included when precompiled headers are not used 2010-12-01 15:04:06 +01:00
pcTasks.cpp 7085906: Replace the permgen allocated sentinelRef with a self-looped end 2011-09-01 16:18:17 +02:00
pcTasks.hpp 7085906: Replace the permgen allocated sentinelRef with a self-looped end 2011-09-01 16:18:17 +02:00
psAdaptiveSizePolicy.cpp 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00
psAdaptiveSizePolicy.hpp 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00
psCompactionManager.cpp 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00
psCompactionManager.hpp 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00
psCompactionManager.inline.hpp 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00
psGCAdaptivePolicyCounters.cpp 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00
psGCAdaptivePolicyCounters.hpp 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00
psGenerationCounters.cpp 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00
psGenerationCounters.hpp 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00
psMarkSweep.cpp 7085906: Replace the permgen allocated sentinelRef with a self-looped end 2011-09-01 16:18:17 +02:00
psMarkSweep.hpp 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00
psMarkSweepDecorator.cpp 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00
psMarkSweepDecorator.hpp 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00
psOldGen.cpp 6994322: Remove the is_tlab and is_noref / is_large_noref parameters from the CollectedHeap 2011-06-16 15:51:57 -04:00
psOldGen.hpp 6994322: Remove the is_tlab and is_noref / is_large_noref parameters from the CollectedHeap 2011-06-16 15:51:57 -04:00
psParallelCompact.cpp 7085906: Replace the permgen allocated sentinelRef with a self-looped end 2011-09-01 16:18:17 +02:00
psParallelCompact.hpp 6841742: par compact - remove unused/unsupported options 2011-04-07 17:16:20 -07:00
psPermGen.cpp 6994322: Remove the is_tlab and is_noref / is_large_noref parameters from the CollectedHeap 2011-06-16 15:51:57 -04:00
psPermGen.hpp 6841742: par compact - remove unused/unsupported options 2011-04-07 17:16:20 -07:00
psPromotionLAB.cpp 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00
psPromotionLAB.hpp 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00
psPromotionManager.cpp 7010070: Update all 2010 Oracle-changed OpenJDK files to have the proper copyright dates - second pass 2011-04-05 14:12:31 -07:00
psPromotionManager.hpp 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00
psPromotionManager.inline.hpp 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00
psScavenge.cpp 7036199: Adding a notification to the implementation of GarbageCollectorMXBeans 2011-05-12 10:30:11 -07:00
psScavenge.hpp 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00
psScavenge.inline.hpp 7010070: Update all 2010 Oracle-changed OpenJDK files to have the proper copyright dates - second pass 2011-04-05 14:12:31 -07:00
psTasks.cpp 7085906: Replace the permgen allocated sentinelRef with a self-looped end 2011-09-01 16:18:17 +02:00
psTasks.hpp 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00
psVirtualspace.cpp 7089790: integrate bsd-port changes 2011-09-25 16:03:29 -07:00
psVirtualspace.hpp 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00
psYoungGen.cpp 6841742: par compact - remove unused/unsupported options 2011-04-07 17:16:20 -07:00
psYoungGen.hpp 6994322: Remove the is_tlab and is_noref / is_large_noref parameters from the CollectedHeap 2011-06-16 15:51:57 -04:00
vmPSOperations.cpp 6994322: Remove the is_tlab and is_noref / is_large_noref parameters from the CollectedHeap 2011-06-16 15:51:57 -04:00
vmPSOperations.hpp 6994322: Remove the is_tlab and is_noref / is_large_noref parameters from the CollectedHeap 2011-06-16 15:51:57 -04:00
vmStructs_parallelgc.hpp 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00