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

Commit d6260ae

Browse files
author
duke
committedJan 24, 2021
Automatic merge of jdk:master into master
2 parents b4be448 + 535c292 commit d6260ae

File tree

83 files changed

+292
-305
lines changed

Some content is hidden

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

83 files changed

+292
-305
lines changed
 

‎src/hotspot/cpu/aarch64/aarch64.ad

+1
Original file line numberDiff line numberDiff line change
@@ -1244,6 +1244,7 @@ source_hpp %{
12441244
#include "gc/shared/collectedHeap.hpp"
12451245
#include "opto/addnode.hpp"
12461246
#include "opto/convertnode.hpp"
1247+
#include "runtime/objectMonitor.hpp"
12471248

12481249
extern RegMask _ANY_REG32_mask;
12491250
extern RegMask _ANY_REG_mask;

‎src/hotspot/cpu/arm/interp_masm_arm.hpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2008, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2008, 2021, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -27,6 +27,7 @@
2727

2828
#include "asm/macroAssembler.hpp"
2929
#include "interpreter/invocationCounter.hpp"
30+
#include "oops/method.hpp"
3031
#include "runtime/frame.hpp"
3132
#include "prims/jvmtiExport.hpp"
3233

0 commit comments

Comments
 (0)