Skip to content

Commit 0a1dc50

Browse files
committedSep 17, 2020
8253271: vm_version_x86.hpp should not include globals_extension.hpp
Reviewed-by: dholmes
1 parent 1e39649 commit 0a1dc50

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+45
-7
lines changed
 

‎src/hotspot/cpu/aarch64/vm_version_aarch64.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
#include "asm/macroAssembler.inline.hpp"
2929
#include "memory/resourceArea.hpp"
3030
#include "runtime/arguments.hpp"
31+
#include "runtime/globals_extension.hpp"
3132
#include "runtime/java.hpp"
3233
#include "runtime/os.hpp"
3334
#include "runtime/stubCodeGenerator.hpp"

‎src/hotspot/cpu/aarch64/vm_version_aarch64.hpp

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
#define CPU_AARCH64_VM_VERSION_AARCH64_HPP
2828

2929
#include "runtime/abstract_vm_version.hpp"
30-
#include "runtime/globals_extension.hpp"
3130
#include "utilities/sizes.hpp"
3231

3332
class VM_Version : public Abstract_VM_Version {

0 commit comments

Comments
 (0)
Please sign in to comment.