Skip to content

Commit f1416eb

Browse files
committedMay 14, 2021
Merge
2 parents 07ca35c + 69daedf commit f1416eb

File tree

537 files changed

+11204
-8739
lines changed

Some content is hidden

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

537 files changed

+11204
-8739
lines changed
 

‎make/modules/java.desktop/lib/Awt2dLibraries.gmk

+1-1
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ else
465465

466466
HARFBUZZ_DISABLED_WARNINGS_gcc := type-limits missing-field-initializers strict-aliasing
467467
HARFBUZZ_DISABLED_WARNINGS_CXX_gcc := reorder delete-non-virtual-dtor strict-overflow \
468-
maybe-uninitialized class-memaccess unused-result
468+
maybe-uninitialized class-memaccess unused-result extra
469469
HARFBUZZ_DISABLED_WARNINGS_clang := unused-value incompatible-pointer-types \
470470
tautological-constant-out-of-range-compare int-to-pointer-cast \
471471
undef missing-field-initializers range-loop-analysis \

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

-5
Original file line numberDiff line numberDiff line change
@@ -1886,7 +1886,6 @@ void MachPrologNode::emit(CodeBuffer &cbuf, PhaseRegAlloc *ra_) const {
18861886

18871887
// n.b. frame size includes space for return pc and rfp
18881888
const int framesize = C->output()->frame_size_in_bytes();
1889-
assert(framesize%(2*wordSize) == 0, "must preserve 2*wordSize alignment");
18901889

18911890
// insert a nop at the start of the prolog so we can patch in a
18921891
// branch if we need to invalidate the method later
@@ -2754,10 +2753,6 @@ bool Matcher::pd_clone_address_expressions(AddPNode* m, Matcher::MStack& mstack,
27542753
return false;
27552754
}
27562755

2757-
void Compile::reshape_address(AddPNode* addp) {
2758-
}
2759-
2760-
27612756
#define MOV_VOLATILE(REG, BASE, INDEX, SCALE, DISP, SCRATCH, INSN) \
27622757
C2_MacroAssembler _masm(&cbuf); \
27632758
{ \

0 commit comments

Comments
 (0)