8284180: Some files missing newlines

Reviewed-by: alanb, pchilanomate, stefank
This commit is contained in:
Coleen Phillimore 2022-04-01 16:14:53 +00:00
parent 96179c8975
commit 943d4ee18f
6 changed files with 5 additions and 6 deletions

View File

@ -41,4 +41,4 @@ class ICache : public AbstractICache {
}
};
#endif // OS_CPU_LINUX_AARCH64_ICACHE_AARCH64_HPP
#endif // OS_CPU_LINUX_AARCH64_ICACHE_AARCH64_HPP

View File

@ -40,4 +40,4 @@ class ciSymbols {
};
#endif // SHARE_CI_CISYMBOLS_HPP
#endif // SHARE_CI_CISYMBOLS_HPP

View File

@ -29,7 +29,6 @@
#include "code/location.hpp"
#include "code/nmethod.hpp"
#include "code/oopRecorder.hpp"
#include "runtime/stackValue.hpp"
#include "runtime/thread.hpp"
#include "utilities/growableArray.hpp"

View File

@ -34,4 +34,4 @@ class ParallelInitLogger : public GCInitLogger {
static void print();
};
#endif //SHARE_GC_PARALLEL_PARALLELINITLOGGER_HPP
#endif //SHARE_GC_PARALLEL_PARALLELINITLOGGER_HPP

View File

@ -54,4 +54,4 @@ class JfrEventThrottler : public JfrAdaptiveSampler {
static bool accept(JfrEventId event_id, int64_t timestamp = 0);
};
#endif // SHARE_JFR_RECORDER_SERVICE_JFREVENTTHROTTLER_HPP
#endif // SHARE_JFR_RECORDER_SERVICE_JFREVENTTHROTTLER_HPP

View File

@ -118,4 +118,4 @@ void MemRegion::destroy_array(MemRegion* array, size_t length) {
array[i].~MemRegion();
}
FREE_C_HEAP_ARRAY(MemRegion, array);
}
}