Skip to content

Commit

Permalink
8284180: Some files missing newlines
Browse files Browse the repository at this point in the history
Reviewed-by: alanb, pchilanomate, stefank
  • Loading branch information
coleenp committed Apr 1, 2022
1 parent 96179c8 commit 943d4ee
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/hotspot/os_cpu/linux_aarch64/icache_linux_aarch64.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ class ICache : public AbstractICache {
}
};

#endif // OS_CPU_LINUX_AARCH64_ICACHE_AARCH64_HPP
#endif // OS_CPU_LINUX_AARCH64_ICACHE_AARCH64_HPP
2 changes: 1 addition & 1 deletion src/hotspot/share/ci/ciSymbols.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ class ciSymbols {

};

#endif // SHARE_CI_CISYMBOLS_HPP
#endif // SHARE_CI_CISYMBOLS_HPP
1 change: 0 additions & 1 deletion src/hotspot/share/code/debugInfo.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion src/hotspot/share/gc/parallel/parallelInitLogger.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ class ParallelInitLogger : public GCInitLogger {
static void print();
};

#endif //SHARE_GC_PARALLEL_PARALLELINITLOGGER_HPP
#endif //SHARE_GC_PARALLEL_PARALLELINITLOGGER_HPP
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion src/hotspot/share/memory/memRegion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,4 @@ void MemRegion::destroy_array(MemRegion* array, size_t length) {
array[i].~MemRegion();
}
FREE_C_HEAP_ARRAY(MemRegion, array);
}
}

1 comment on commit 943d4ee

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.