jdk/hotspot/src/share/vm/gc/parallel
Stefan Karlsson 64efc0eb0f Merge
2016-04-04 11:32:04 +02:00
..
adjoiningGenerations.cpp 8152632: Rename LogHandle(...) to Log(...) 2016-04-04 09:15:15 +02:00
adjoiningGenerations.hpp 8079792: GC directory structure cleanup 2015-05-13 15:16:06 +02:00
adjoiningVirtualSpaces.cpp 8079792: GC directory structure cleanup 2015-05-13 15:16:06 +02:00
adjoiningVirtualSpaces.hpp 8079792: GC directory structure cleanup 2015-05-13 15:16:06 +02:00
asPSOldGen.cpp 8152632: Rename LogHandle(...) to Log(...) 2016-04-04 09:15:15 +02:00
asPSOldGen.hpp 8079792: GC directory structure cleanup 2015-05-13 15:16:06 +02:00
asPSYoungGen.cpp 8146395: Add inline qualifier in oop.hpp and fix inlining in gc files 2016-01-18 10:25:41 +01:00
asPSYoungGen.hpp 8079792: GC directory structure cleanup 2015-05-13 15:16:06 +02:00
cardTableExtension.cpp 8146395: Add inline qualifier in oop.hpp and fix inlining in gc files 2016-01-18 10:25:41 +01:00
cardTableExtension.hpp 8072817: CardTableExtension kind() should be BarrierSet::CardTableExtension 2015-08-18 17:48:35 -04:00
gcAdaptivePolicyCounters.cpp 8079792: GC directory structure cleanup 2015-05-13 15:16:06 +02:00
gcAdaptivePolicyCounters.hpp 8079792: GC directory structure cleanup 2015-05-13 15:16:06 +02:00
gcTaskManager.cpp 8152632: Rename LogHandle(...) to Log(...) 2016-04-04 09:15:15 +02:00
gcTaskManager.hpp 8138707: TestPromotionEventWithParallelScavenge.java crashes using undefined GC id 2015-10-06 14:27:03 +02:00
gcTaskThread.cpp 8153186: Convert TraceGCTaskThread to use unified logging 2016-04-01 07:08:30 +02:00
gcTaskThread.hpp 8079792: GC directory structure cleanup 2015-05-13 15:16:06 +02:00
generationSizer.cpp 8079792: GC directory structure cleanup 2015-05-13 15:16:06 +02:00
generationSizer.hpp 8079792: GC directory structure cleanup 2015-05-13 15:16:06 +02:00
immutableSpace.cpp 8129417: Oop iteration clean-up to remove oop_ms_follow_contents 2015-09-02 09:14:04 +02:00
immutableSpace.hpp 8079792: GC directory structure cleanup 2015-05-13 15:16:06 +02:00
mutableNUMASpace.cpp 8080775: Better argument formatting for assert() and friends 2015-09-29 11:02:08 +02:00
mutableNUMASpace.hpp 8079792: GC directory structure cleanup 2015-05-13 15:16:06 +02:00
mutableSpace.cpp 8151414: os::pretouch_memory should take void* instead of char* 2016-03-09 09:56:10 +01:00
mutableSpace.hpp 8129417: Oop iteration clean-up to remove oop_ms_follow_contents 2015-09-02 09:14:04 +02:00
objectStartArray.cpp 8146395: Add inline qualifier in oop.hpp and fix inlining in gc files 2016-01-18 10:25:41 +01:00
objectStartArray.hpp 8146395: Add inline qualifier in oop.hpp and fix inlining in gc files 2016-01-18 10:25:41 +01:00
objectStartArray.inline.hpp 8146395: Add inline qualifier in oop.hpp and fix inlining in gc files 2016-01-18 10:25:41 +01:00
parallelScavengeHeap.cpp 8151605: Change warning() to log_warning(gc) in the GC code 2016-03-11 11:34:22 +01:00
parallelScavengeHeap.hpp 8145092: Use Unified Logging for the GC logging 2015-12-10 14:57:55 +01:00
parallelScavengeHeap.inline.hpp 8080775: Better argument formatting for assert() and friends 2015-09-29 11:02:08 +02:00
parMarkBitMap.cpp 8146987: Improve Parallel GC Full GC by caching results of live_words_in_range() 2016-01-28 13:30:12 +01:00
parMarkBitMap.hpp 8146987: Improve Parallel GC Full GC by caching results of live_words_in_range() 2016-01-28 13:30:12 +01:00
pcTasks.cpp 8145092: Use Unified Logging for the GC logging 2015-12-10 14:57:55 +01:00
pcTasks.hpp 8079792: GC directory structure cleanup 2015-05-13 15:16:06 +02:00
psAdaptiveSizePolicy.cpp 8145092: Use Unified Logging for the GC logging 2015-12-10 14:57:55 +01:00
psAdaptiveSizePolicy.hpp 8145092: Use Unified Logging for the GC logging 2015-12-10 14:57:55 +01:00
psCompactionManager.cpp 8146987: Improve Parallel GC Full GC by caching results of live_words_in_range() 2016-01-28 13:30:12 +01:00
psCompactionManager.hpp 8146987: Improve Parallel GC Full GC by caching results of live_words_in_range() 2016-01-28 13:30:12 +01:00
psCompactionManager.inline.hpp 8151101: Improve UseParallelGC parallelization of object array processing 2016-03-03 11:36:25 -08:00
psGCAdaptivePolicyCounters.cpp 8079792: GC directory structure cleanup 2015-05-13 15:16:06 +02:00
psGCAdaptivePolicyCounters.hpp 8079792: GC directory structure cleanup 2015-05-13 15:16:06 +02:00
psGenerationCounters.cpp 8079792: GC directory structure cleanup 2015-05-13 15:16:06 +02:00
psGenerationCounters.hpp 8079792: GC directory structure cleanup 2015-05-13 15:16:06 +02:00
psMarkSweep.cpp 8152100: Rework and unify the GC phase logging 2016-03-18 08:59:07 +01:00
psMarkSweep.hpp 8079792: GC directory structure cleanup 2015-05-13 15:16:06 +02:00
psMarkSweepDecorator.cpp 8153203: Remove liveRange.hpp 2016-04-01 10:16:31 +02:00
psMarkSweepDecorator.hpp 8079792: GC directory structure cleanup 2015-05-13 15:16:06 +02:00
psOldGen.cpp 8151605: Change warning() to log_warning(gc) in the GC code 2016-03-11 11:34:22 +01:00
psOldGen.hpp 8080775: Better argument formatting for assert() and friends 2015-09-29 11:02:08 +02:00
psParallelCompact.cpp 8152632: Rename LogHandle(...) to Log(...) 2016-04-04 09:15:15 +02:00
psParallelCompact.hpp 6787054: Par compact - remove code that clears source_region 2016-02-29 15:47:41 +01:00
psParallelCompact.inline.hpp 8146987: Improve Parallel GC Full GC by caching results of live_words_in_range() 2016-01-28 13:30:12 +01:00
psPromotionLAB.cpp 8079792: GC directory structure cleanup 2015-05-13 15:16:06 +02:00
psPromotionLAB.hpp 8079792: GC directory structure cleanup 2015-05-13 15:16:06 +02:00
psPromotionLAB.inline.hpp 8079792: GC directory structure cleanup 2015-05-13 15:16:06 +02:00
psPromotionManager.cpp 8152632: Rename LogHandle(...) to Log(...) 2016-04-04 09:15:15 +02:00
psPromotionManager.hpp 8146991: Introduce per-worker preserved mark stacks in ParallelGC 2016-03-09 09:45:47 +01:00
psPromotionManager.inline.hpp 8147918: Rename develop_log_is_enabled() to log_develop_is_enabled() 2016-02-01 22:11:16 +01:00
psScavenge.cpp 8152100: Rework and unify the GC phase logging 2016-03-18 08:59:07 +01:00
psScavenge.hpp 8146991: Introduce per-worker preserved mark stacks in ParallelGC 2016-03-09 09:45:47 +01:00
psScavenge.inline.hpp 8145092: Use Unified Logging for the GC logging 2015-12-10 14:57:55 +01:00
psTasks.cpp 8134626: Misc cleanups after generation array removal 2015-08-18 21:32:21 +02:00
psTasks.hpp 8134626: Misc cleanups after generation array removal 2015-08-18 21:32:21 +02:00
psVirtualspace.cpp 8145092: Use Unified Logging for the GC logging 2015-12-10 14:57:55 +01:00
psVirtualspace.hpp 8145092: Use Unified Logging for the GC logging 2015-12-10 14:57:55 +01:00
psYoungGen.cpp 8145092: Use Unified Logging for the GC logging 2015-12-10 14:57:55 +01:00
psYoungGen.hpp 8079792: GC directory structure cleanup 2015-05-13 15:16:06 +02:00
spaceCounters.cpp 8079792: GC directory structure cleanup 2015-05-13 15:16:06 +02:00
spaceCounters.hpp 8079792: GC directory structure cleanup 2015-05-13 15:16:06 +02:00
vmPSOperations.cpp 8146690: Make all classes in GC follow the naming convention 2016-01-14 13:26:19 +01:00
vmPSOperations.hpp 8079792: GC directory structure cleanup 2015-05-13 15:16:06 +02:00
vmStructs_parallelgc.hpp 8079792: GC directory structure cleanup 2015-05-13 15:16:06 +02:00