Skip to content
This repository was archived by the owner on Aug 27, 2022. It is now read-only.
/ lanai Public archive

Commit ee23dcd

Browse files
author
duke
committedSep 18, 2020
Automatic merge of jdk:master into master
2 parents 1e5a5c9 + fd380d7 commit ee23dcd

File tree

69 files changed

+1923
-1805
lines changed

Some content is hidden

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

69 files changed

+1923
-1805
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)