8311239: GC: Remove trailing blank lines in source files

Reviewed-by: tschatzl, aboldtch, mli
This commit is contained in:
Leo Korinth 2023-07-13 08:53:36 +00:00
parent 92a04e201e
commit bb5278d98a
210 changed files with 0 additions and 213 deletions

View File

@ -113,4 +113,3 @@ void EpsilonMonitoringSupport::update_counters() {
MetaspaceCounters::update_performance_counters();
}
}

View File

@ -53,4 +53,3 @@ public:
};
#endif /* SHARE_GC_G1_G1ANALYTICSSEQUENCES_HPP */

View File

@ -58,4 +58,3 @@ double G1PhaseDependentSeq::predict(const G1Predictions* predictor, bool use_you
}
#endif /* SHARE_GC_G1_G1ANALYTICSSEQUENCES_INLINE_HPP */

View File

@ -265,4 +265,3 @@ CollectedHeap* G1Arguments::create_heap() {
size_t G1Arguments::heap_reserved_size_bytes() {
return MaxHeapSize;
}

View File

@ -226,4 +226,3 @@ public:
};
#endif /* SHARE_GC_G1_G1COLLECTIONSETCANDIDATES_HPP */

View File

@ -39,4 +39,3 @@ public:
#endif /* SHARE_GC_G1_G1CONCURRENTREBUILDANDSCRUB_HPP */

View File

@ -99,4 +99,3 @@ GrowableArrayCHeap<HeapRegion*, mtGC>& G1FullCollector::humongous_compaction_reg
}
#endif // SHARE_GC_G1_G1FULLCOLLECTOR_INLINE_HPP

View File

@ -31,4 +31,3 @@ G1GCCounters::G1GCCounters(G1CollectedHeap* g1h) :
_total_full_collections(g1h->total_full_collections()),
_old_marking_cycles_started(g1h->old_marking_cycles_started())
{}

View File

@ -636,4 +636,3 @@ G1EvacPhaseTimesTracker::~G1EvacPhaseTimesTracker() {
_phase_times->record_or_add_time_secs(G1GCPhaseTimes::ObjCopy, _worker_id, _trim_time.seconds());
}
}

View File

@ -266,4 +266,3 @@ size_t G1HeapSizingPolicy::full_collection_resize_amount(bool& expand) {
expand = true; // Does not matter.
return 0;
}

View File

@ -85,4 +85,3 @@ public:
};
#endif /* SHARE_GC_G1_G1YOUNGGCEVACUATIONFAILUREINJECTOR_HPP */

View File

@ -49,4 +49,3 @@ inline bool G1YoungGCEvacFailureInjector::evacuation_should_fail(size_t& counter
#endif // #if EVAC_FAILURE_INJECTOR
#endif /* SHARE_GC_G1_G1YOUNGGCEVACUATIONFAILUREINJECTOR_INLINE_HPP */

View File

@ -195,4 +195,3 @@ G1PreEvacuateCollectionSetBatchTask::~G1PreEvacuateCollectionSetBatchTask() {
size_t thread_buffer_cards = pending_cards - _old_pending_cards;
G1CollectedHeap::heap()->policy()->record_concurrent_refinement_stats(pending_cards, thread_buffer_cards);
}

View File

@ -46,4 +46,3 @@ public:
};
#endif // SHARE_GC_G1_G1YOUNGGCPREEVACUATETASKS_HPP

View File

@ -399,4 +399,3 @@ void FreeRegionList::NodeInfo::add(NodeInfo* info) {
_length_of_node[i] += info->_length_of_node[i];
}
}

View File

@ -435,4 +435,3 @@ JVMFlag::Error GCCardSizeInBytesConstraintFunc(uint value, bool verbose) {
return JVMFlag::SUCCESS;
}
}

View File

@ -95,4 +95,3 @@ void PretouchTask::pretouch(const char* task_name, char* start_address, char* en
task.work(0);
}
}

View File

@ -67,4 +67,3 @@ public:
};
#endif // SHARE_GC_SHARED_STRINGDEDUP_STRINGDEDUPCONFIG_HPP

View File

@ -49,4 +49,3 @@ void StringDedupThread::thread_entry(JavaThread* thread, TRAPS) {
bool StringDedupThread::is_hidden_from_external_view() const {
return true;
}

View File

@ -85,4 +85,3 @@ protected:
};
#endif // SHARE_GC_SHENANDOAH_SHENANDOAHMARK_HPP

View File

@ -326,4 +326,3 @@ ShenandoahWorkerTimingsTracker::~ShenandoahWorkerTimingsTracker() {
_event.commit(GCId::current(), _worker_id, ShenandoahPhaseTimings::phase_name(cur_phase));
}
}

View File

@ -601,4 +601,3 @@ void ShenandoahReferenceProcessor::collect_statistics() {
log_info(gc,ref)("Enqueued references: Soft: " SIZE_FORMAT ", Weak: " SIZE_FORMAT ", Final: " SIZE_FORMAT ", Phantom: " SIZE_FORMAT,
enqueued[REF_SOFT], enqueued[REF_WEAK], enqueued[REF_FINAL], enqueued[REF_PHANTOM]);
}

View File

@ -140,4 +140,3 @@ void ShenandoahSTWMark::finish_mark(uint worker_id) {
false /* not cancellable */,
ShenandoahStringDedup::is_enabled() ? ALWAYS_DEDUP : NO_DEDUP, &requests);
}

View File

@ -46,4 +46,3 @@ private:
};
#endif // SHARE_GC_SHENANDOAH_SHENANDOAHSTWMARK_HPP

View File

@ -40,4 +40,3 @@ XMarkCache::~XMarkCache() {
_cache[i].evict();
}
}

View File

@ -104,4 +104,3 @@ public class TestAgeOutput {
}
}
}

View File

@ -37,4 +37,3 @@ public class TestFullGCALot {
System.out.println("Hello world!");
}
}

View File

@ -94,4 +94,3 @@ public class TestNumWorkerOutput {
}
}
}

View File

@ -58,4 +58,3 @@ public class TestStackOverflow {
}
}
}

View File

@ -95,4 +95,3 @@ public class TestAggressiveHeap {
return true;
}
}

View File

@ -48,4 +48,3 @@ public class TestG1HeapSizeFlags {
TestMaxHeapSizeTools.checkGenMaxHeapErgo(gcName);
}
}

View File

@ -47,4 +47,3 @@ public class TestMinInitialErgonomics {
TestMaxHeapSizeTools.checkMinInitialErgonomics(gcName);
}
}

View File

@ -49,4 +49,3 @@ public class TestParallelHeapSizeFlags {
TestMaxHeapSizeTools.checkGenMaxHeapErgo(gcName);
}
}

View File

@ -47,4 +47,3 @@ public class TestSerialHeapSizeFlags {
TestMaxHeapSizeTools.checkGenMaxHeapErgo(gcName);
}
}

View File

@ -70,4 +70,3 @@ public class TestUnrecognizedVMOptionsHandling {
outputWithNoError.shouldHaveExitValue(0);
}
}

View File

@ -89,4 +89,3 @@ public class TestUseCompressedOopsErgo {
TestUseCompressedOopsErgoTools.checkCompressedOopsErgo(gcFlags);
}
}

View File

@ -126,4 +126,3 @@ public class TestG1ClassUnloadingHWM {
}
}
}

View File

@ -136,4 +136,3 @@ public class TestEagerReclaimHumongousRegionsClearMarkBits {
output.shouldHaveExitValue(0);
}
}

View File

@ -128,4 +128,3 @@ public class TestEagerReclaimHumongousRegionsLog {
}
}
}

View File

@ -115,4 +115,3 @@ public class TestEagerReclaimHumongousRegionsWithRefs {
output.shouldHaveExitValue(0);
}
}

View File

@ -59,4 +59,3 @@ public class TestEdenSurvivorLessThanMax {
System.out.println(o.toString());
}
}

View File

@ -77,4 +77,3 @@ public class TestEvacuationFailure {
}
}
}

View File

@ -140,4 +140,3 @@ public class TestFromCardCacheIndex {
return null;
}
}

View File

@ -87,4 +87,3 @@ public class TestG1SkipCompaction {
}
}
}

View File

@ -368,4 +368,3 @@ public class TestGCLogMessages {
}
}

View File

@ -81,4 +81,3 @@ public class TestHumongousAllocConcurrentStart {
}
}
}

View File

@ -70,4 +70,3 @@ public class TestHumongousAllocNearlyFullRegion {
}
}
}

View File

@ -123,4 +123,3 @@ public class TestHumongousCodeCacheRoots {
runWhiteBoxTest(baseArguments, TestHumongousCodeCacheRootsHelper.class.getName(), new String[] { });
}
}

View File

@ -141,4 +141,3 @@ public class TestHumongousConcurrentStartUndo {
}
}
}

View File

@ -72,4 +72,3 @@ public class TestHumongousRemsetsMatch {
}
}
}

View File

@ -82,4 +82,3 @@ public class TestOneEdenRegionAfterGC {
}
}
}

View File

@ -93,4 +93,3 @@ public class TestPLABOutput {
}
}
}

View File

@ -96,4 +96,3 @@ public class TestPLABSizeBounds {
}
}
}

View File

@ -43,4 +43,3 @@ public class TestParallelAlwaysPreTouch {
}
}
}

View File

@ -72,5 +72,3 @@ public class TestPeriodicLogMessages {
}
}
}

View File

@ -92,4 +92,3 @@ public class TestPrintRegionRememberedSetInfo {
}
}
}

View File

@ -85,4 +85,3 @@ public class TestRemsetLogging {
TestRemsetLoggingTools.expectRSetSummaries(result, 1, 2);
}
}

View File

@ -101,4 +101,3 @@ class RunMixedGC {
MixedGCProvoker.allocateAndProvokeMixedGC(MB);
}
}

View File

@ -143,4 +143,3 @@ public class TestOldGenCollectionUsage {
System.out.println("Test passed.");
}
}

View File

@ -48,4 +48,3 @@ public class TestPrintGCDetailsVerbose {
}
}
}

View File

@ -54,4 +54,3 @@ public class TestWrongArrayMember {
}
}
}

View File

@ -45,4 +45,3 @@ Java_gc_stress_TestJNIBlockFullGC_TestJNIBlockFullGC_TestCriticalArray0(JNIEnv *
return result;
}

View File

@ -328,4 +328,3 @@ public class TestMultiThreadStressRSet {
}
}
}

View File

@ -108,4 +108,3 @@ public class TestReclaimStringsLeaksMemory {
}
}
}

View File

@ -54,5 +54,3 @@ public class GenClassesBuilder {
}
}
}

View File

@ -120,5 +120,3 @@ ne before each assertion will be ready to perform checks.
-inMemoryCompilation. (test flag) This option defines the way of classes creation. If this is true t
hen classes are compiled with javac API. If false - classes are produced by rewriting classname in "g
olden" bytecode.

View File

@ -85,4 +85,3 @@ public class GenClassesBuilder {
}
}
}

View File

@ -57,4 +57,3 @@
* -numberOfChecksLimit 4
* -stressTime 180
*/

View File

@ -57,4 +57,3 @@
* -numberOfChecksLimit 4
* -stressTime 180
*/

View File

@ -59,4 +59,3 @@
* -numberOfChecksLimit 4
* -stressTime 180
*/

View File

@ -59,4 +59,3 @@
* -numberOfChecksLimit 4
* -stressTime 180
*/

View File

@ -59,4 +59,3 @@
* -numberOfChecksLimit 4
* -stressTime 180
*/

View File

@ -59,4 +59,3 @@
* -numberOfChecksLimit 4
* -stressTime 180
*/

View File

@ -59,4 +59,3 @@
* -numberOfChecksLimit 4
* -stressTime 180
*/

View File

@ -59,4 +59,3 @@
* -numberOfChecksLimit 4
* -stressTime 180
*/

View File

@ -59,4 +59,3 @@
* -numberOfChecksLimit 4
* -stressTime 180
*/

View File

@ -59,4 +59,3 @@
* -numberOfChecksLimit 4
* -stressTime 180
*/

View File

@ -59,4 +59,3 @@
* -numberOfChecksLimit 4
* -stressTime 180
*/

View File

@ -58,4 +58,3 @@
* -numberOfChecksLimit 4
* -stressTime 180
*/

View File

@ -58,4 +58,3 @@
* -numberOfChecksLimit 4
* -stressTime 180
*/

View File

@ -58,4 +58,3 @@
* -numberOfChecksLimit 4
* -stressTime 180
*/

View File

@ -56,4 +56,3 @@
* -numberOfChecksLimit 4
* -stressTime 180
*/

View File

@ -56,4 +56,3 @@
* -numberOfChecksLimit 4
* -stressTime 180
*/

Some files were not shown because too many files have changed in this diff Show More