8311239: GC: Remove trailing blank lines in source files
Reviewed-by: tschatzl, aboldtch, mli
This commit is contained in:
parent
92a04e201e
commit
bb5278d98a
@ -113,4 +113,3 @@ void EpsilonMonitoringSupport::update_counters() {
|
||||
MetaspaceCounters::update_performance_counters();
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -53,4 +53,3 @@ public:
|
||||
};
|
||||
|
||||
#endif /* SHARE_GC_G1_G1ANALYTICSSEQUENCES_HPP */
|
||||
|
||||
|
@ -58,4 +58,3 @@ double G1PhaseDependentSeq::predict(const G1Predictions* predictor, bool use_you
|
||||
}
|
||||
|
||||
#endif /* SHARE_GC_G1_G1ANALYTICSSEQUENCES_INLINE_HPP */
|
||||
|
||||
|
@ -265,4 +265,3 @@ CollectedHeap* G1Arguments::create_heap() {
|
||||
size_t G1Arguments::heap_reserved_size_bytes() {
|
||||
return MaxHeapSize;
|
||||
}
|
||||
|
||||
|
@ -226,4 +226,3 @@ public:
|
||||
};
|
||||
|
||||
#endif /* SHARE_GC_G1_G1COLLECTIONSETCANDIDATES_HPP */
|
||||
|
||||
|
@ -39,4 +39,3 @@ public:
|
||||
|
||||
|
||||
#endif /* SHARE_GC_G1_G1CONCURRENTREBUILDANDSCRUB_HPP */
|
||||
|
||||
|
@ -99,4 +99,3 @@ GrowableArrayCHeap<HeapRegion*, mtGC>& G1FullCollector::humongous_compaction_reg
|
||||
}
|
||||
|
||||
#endif // SHARE_GC_G1_G1FULLCOLLECTOR_INLINE_HPP
|
||||
|
||||
|
@ -31,4 +31,3 @@ G1GCCounters::G1GCCounters(G1CollectedHeap* g1h) :
|
||||
_total_full_collections(g1h->total_full_collections()),
|
||||
_old_marking_cycles_started(g1h->old_marking_cycles_started())
|
||||
{}
|
||||
|
||||
|
@ -636,4 +636,3 @@ G1EvacPhaseTimesTracker::~G1EvacPhaseTimesTracker() {
|
||||
_phase_times->record_or_add_time_secs(G1GCPhaseTimes::ObjCopy, _worker_id, _trim_time.seconds());
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -266,4 +266,3 @@ size_t G1HeapSizingPolicy::full_collection_resize_amount(bool& expand) {
|
||||
expand = true; // Does not matter.
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
@ -85,4 +85,3 @@ public:
|
||||
};
|
||||
|
||||
#endif /* SHARE_GC_G1_G1YOUNGGCEVACUATIONFAILUREINJECTOR_HPP */
|
||||
|
||||
|
@ -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 */
|
||||
|
||||
|
@ -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);
|
||||
}
|
||||
|
||||
|
@ -46,4 +46,3 @@ public:
|
||||
};
|
||||
|
||||
#endif // SHARE_GC_G1_G1YOUNGGCPREEVACUATETASKS_HPP
|
||||
|
||||
|
@ -399,4 +399,3 @@ void FreeRegionList::NodeInfo::add(NodeInfo* info) {
|
||||
_length_of_node[i] += info->_length_of_node[i];
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -435,4 +435,3 @@ JVMFlag::Error GCCardSizeInBytesConstraintFunc(uint value, bool verbose) {
|
||||
return JVMFlag::SUCCESS;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -95,4 +95,3 @@ void PretouchTask::pretouch(const char* task_name, char* start_address, char* en
|
||||
task.work(0);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -67,4 +67,3 @@ public:
|
||||
};
|
||||
|
||||
#endif // SHARE_GC_SHARED_STRINGDEDUP_STRINGDEDUPCONFIG_HPP
|
||||
|
||||
|
@ -49,4 +49,3 @@ void StringDedupThread::thread_entry(JavaThread* thread, TRAPS) {
|
||||
bool StringDedupThread::is_hidden_from_external_view() const {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
@ -85,4 +85,3 @@ protected:
|
||||
};
|
||||
|
||||
#endif // SHARE_GC_SHENANDOAH_SHENANDOAHMARK_HPP
|
||||
|
||||
|
@ -326,4 +326,3 @@ ShenandoahWorkerTimingsTracker::~ShenandoahWorkerTimingsTracker() {
|
||||
_event.commit(GCId::current(), _worker_id, ShenandoahPhaseTimings::phase_name(cur_phase));
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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]);
|
||||
}
|
||||
|
||||
|
@ -140,4 +140,3 @@ void ShenandoahSTWMark::finish_mark(uint worker_id) {
|
||||
false /* not cancellable */,
|
||||
ShenandoahStringDedup::is_enabled() ? ALWAYS_DEDUP : NO_DEDUP, &requests);
|
||||
}
|
||||
|
||||
|
@ -46,4 +46,3 @@ private:
|
||||
};
|
||||
|
||||
#endif // SHARE_GC_SHENANDOAH_SHENANDOAHSTWMARK_HPP
|
||||
|
||||
|
@ -40,4 +40,3 @@ XMarkCache::~XMarkCache() {
|
||||
_cache[i].evict();
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -104,4 +104,3 @@ public class TestAgeOutput {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -37,4 +37,3 @@ public class TestFullGCALot {
|
||||
System.out.println("Hello world!");
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -94,4 +94,3 @@ public class TestNumWorkerOutput {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -58,4 +58,3 @@ public class TestStackOverflow {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -95,4 +95,3 @@ public class TestAggressiveHeap {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -48,4 +48,3 @@ public class TestG1HeapSizeFlags {
|
||||
TestMaxHeapSizeTools.checkGenMaxHeapErgo(gcName);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -47,4 +47,3 @@ public class TestMinInitialErgonomics {
|
||||
TestMaxHeapSizeTools.checkMinInitialErgonomics(gcName);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -49,4 +49,3 @@ public class TestParallelHeapSizeFlags {
|
||||
TestMaxHeapSizeTools.checkGenMaxHeapErgo(gcName);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -47,4 +47,3 @@ public class TestSerialHeapSizeFlags {
|
||||
TestMaxHeapSizeTools.checkGenMaxHeapErgo(gcName);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -70,4 +70,3 @@ public class TestUnrecognizedVMOptionsHandling {
|
||||
outputWithNoError.shouldHaveExitValue(0);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -89,4 +89,3 @@ public class TestUseCompressedOopsErgo {
|
||||
TestUseCompressedOopsErgoTools.checkCompressedOopsErgo(gcFlags);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -126,4 +126,3 @@ public class TestG1ClassUnloadingHWM {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -136,4 +136,3 @@ public class TestEagerReclaimHumongousRegionsClearMarkBits {
|
||||
output.shouldHaveExitValue(0);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -128,4 +128,3 @@ public class TestEagerReclaimHumongousRegionsLog {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -115,4 +115,3 @@ public class TestEagerReclaimHumongousRegionsWithRefs {
|
||||
output.shouldHaveExitValue(0);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -59,4 +59,3 @@ public class TestEdenSurvivorLessThanMax {
|
||||
System.out.println(o.toString());
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -77,4 +77,3 @@ public class TestEvacuationFailure {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -140,4 +140,3 @@ public class TestFromCardCacheIndex {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -87,4 +87,3 @@ public class TestG1SkipCompaction {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -368,4 +368,3 @@ public class TestGCLogMessages {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
@ -81,4 +81,3 @@ public class TestHumongousAllocConcurrentStart {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -70,4 +70,3 @@ public class TestHumongousAllocNearlyFullRegion {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -123,4 +123,3 @@ public class TestHumongousCodeCacheRoots {
|
||||
runWhiteBoxTest(baseArguments, TestHumongousCodeCacheRootsHelper.class.getName(), new String[] { });
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -141,4 +141,3 @@ public class TestHumongousConcurrentStartUndo {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -72,4 +72,3 @@ public class TestHumongousRemsetsMatch {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -82,4 +82,3 @@ public class TestOneEdenRegionAfterGC {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -93,4 +93,3 @@ public class TestPLABOutput {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -96,4 +96,3 @@ public class TestPLABSizeBounds {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -43,4 +43,3 @@ public class TestParallelAlwaysPreTouch {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -72,5 +72,3 @@ public class TestPeriodicLogMessages {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -92,4 +92,3 @@ public class TestPrintRegionRememberedSetInfo {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -85,4 +85,3 @@ public class TestRemsetLogging {
|
||||
TestRemsetLoggingTools.expectRSetSummaries(result, 1, 2);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -101,4 +101,3 @@ class RunMixedGC {
|
||||
MixedGCProvoker.allocateAndProvokeMixedGC(MB);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -143,4 +143,3 @@ public class TestOldGenCollectionUsage {
|
||||
System.out.println("Test passed.");
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -48,4 +48,3 @@ public class TestPrintGCDetailsVerbose {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -54,4 +54,3 @@ public class TestWrongArrayMember {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -45,4 +45,3 @@ Java_gc_stress_TestJNIBlockFullGC_TestJNIBlockFullGC_TestCriticalArray0(JNIEnv *
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
|
@ -328,4 +328,3 @@ public class TestMultiThreadStressRSet {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -108,4 +108,3 @@ public class TestReclaimStringsLeaksMemory {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -54,5 +54,3 @@ public class GenClassesBuilder {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
||||
|
@ -85,4 +85,3 @@ public class GenClassesBuilder {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -58,4 +58,3 @@
|
||||
* -numberOfChecksLimit 4
|
||||
* -stressTime 180
|
||||
*/
|
||||
|
||||
|
@ -58,4 +58,3 @@
|
||||
* -numberOfChecksLimit 4
|
||||
* -stressTime 180
|
||||
*/
|
||||
|
||||
|
@ -57,4 +57,3 @@
|
||||
* -numberOfChecksLimit 4
|
||||
* -stressTime 180
|
||||
*/
|
||||
|
||||
|
@ -57,4 +57,3 @@
|
||||
* -numberOfChecksLimit 4
|
||||
* -stressTime 180
|
||||
*/
|
||||
|
||||
|
@ -60,4 +60,3 @@
|
||||
* -numberOfChecksLimit 4
|
||||
* -stressTime 180
|
||||
*/
|
||||
|
||||
|
@ -60,4 +60,3 @@
|
||||
* -numberOfChecksLimit 4
|
||||
* -stressTime 180
|
||||
*/
|
||||
|
||||
|
@ -60,4 +60,3 @@
|
||||
* -numberOfChecksLimit 4
|
||||
* -stressTime 180
|
||||
*/
|
||||
|
||||
|
@ -59,4 +59,3 @@
|
||||
* -numberOfChecksLimit 4
|
||||
* -stressTime 180
|
||||
*/
|
||||
|
||||
|
@ -59,4 +59,3 @@
|
||||
* -numberOfChecksLimit 4
|
||||
* -stressTime 180
|
||||
*/
|
||||
|
||||
|
@ -59,4 +59,3 @@
|
||||
* -numberOfChecksLimit 4
|
||||
* -stressTime 180
|
||||
*/
|
||||
|
||||
|
@ -60,4 +60,3 @@
|
||||
* -numberOfChecksLimit 4
|
||||
* -stressTime 180
|
||||
*/
|
||||
|
||||
|
@ -60,4 +60,3 @@
|
||||
* -numberOfChecksLimit 4
|
||||
* -stressTime 180
|
||||
*/
|
||||
|
||||
|
@ -60,4 +60,3 @@
|
||||
* -numberOfChecksLimit 4
|
||||
* -stressTime 180
|
||||
*/
|
||||
|
||||
|
@ -59,4 +59,3 @@
|
||||
* -numberOfChecksLimit 4
|
||||
* -stressTime 180
|
||||
*/
|
||||
|
||||
|
@ -59,4 +59,3 @@
|
||||
* -numberOfChecksLimit 4
|
||||
* -stressTime 180
|
||||
*/
|
||||
|
||||
|
@ -59,4 +59,3 @@
|
||||
* -numberOfChecksLimit 4
|
||||
* -stressTime 180
|
||||
*/
|
||||
|
||||
|
@ -60,4 +60,3 @@
|
||||
* -numberOfChecksLimit 4
|
||||
* -stressTime 180
|
||||
*/
|
||||
|
||||
|
@ -60,4 +60,3 @@
|
||||
* -numberOfChecksLimit 4
|
||||
* -stressTime 180
|
||||
*/
|
||||
|
||||
|
@ -60,4 +60,3 @@
|
||||
* -numberOfChecksLimit 4
|
||||
* -stressTime 180
|
||||
*/
|
||||
|
||||
|
@ -59,4 +59,3 @@
|
||||
* -numberOfChecksLimit 4
|
||||
* -stressTime 180
|
||||
*/
|
||||
|
||||
|
@ -59,4 +59,3 @@
|
||||
* -numberOfChecksLimit 4
|
||||
* -stressTime 180
|
||||
*/
|
||||
|
||||
|
@ -59,4 +59,3 @@
|
||||
* -numberOfChecksLimit 4
|
||||
* -stressTime 180
|
||||
*/
|
||||
|
||||
|
@ -59,4 +59,3 @@
|
||||
* -numberOfChecksLimit 4
|
||||
* -stressTime 180
|
||||
*/
|
||||
|
||||
|
@ -59,4 +59,3 @@
|
||||
* -numberOfChecksLimit 4
|
||||
* -stressTime 180
|
||||
*/
|
||||
|
||||
|
@ -59,4 +59,3 @@
|
||||
* -numberOfChecksLimit 4
|
||||
* -stressTime 180
|
||||
*/
|
||||
|
||||
|
@ -58,4 +58,3 @@
|
||||
* -numberOfChecksLimit 4
|
||||
* -stressTime 180
|
||||
*/
|
||||
|
||||
|
@ -58,4 +58,3 @@
|
||||
* -numberOfChecksLimit 4
|
||||
* -stressTime 180
|
||||
*/
|
||||
|
||||
|
@ -58,4 +58,3 @@
|
||||
* -numberOfChecksLimit 4
|
||||
* -stressTime 180
|
||||
*/
|
||||
|
||||
|
@ -57,4 +57,3 @@
|
||||
* -numberOfChecksLimit 4
|
||||
* -stressTime 180
|
||||
*/
|
||||
|
||||
|
@ -57,4 +57,3 @@
|
||||
* -numberOfChecksLimit 4
|
||||
* -stressTime 180
|
||||
*/
|
||||
|
||||
|
@ -57,4 +57,3 @@
|
||||
* -numberOfChecksLimit 4
|
||||
* -stressTime 180
|
||||
*/
|
||||
|
||||
|
@ -56,4 +56,3 @@
|
||||
* -numberOfChecksLimit 4
|
||||
* -stressTime 180
|
||||
*/
|
||||
|
||||
|
@ -56,4 +56,3 @@
|
||||
* -numberOfChecksLimit 4
|
||||
* -stressTime 180
|
||||
*/
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user