Skip to content

Commit 1b60acd

Browse files
committedJan 5, 2021
8259252: Shenandoah: Shenandoah build failed on AArch64 after JDK-8258459
Reviewed-by: rkennke, shade
1 parent 7ddc2b5 commit 1b60acd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎src/hotspot/cpu/aarch64/gc/shenandoah/c1/shenandoahBarrierSetC1_aarch64.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018, 2020, Red Hat, Inc. All rights reserved.
2+
* Copyright (c) 2018, 2021, Red Hat, Inc. 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
@@ -25,6 +25,7 @@
2525
#include "precompiled.hpp"
2626
#include "c1/c1_LIRAssembler.hpp"
2727
#include "c1/c1_MacroAssembler.hpp"
28+
#include "gc/shared/gc_globals.hpp"
2829
#include "gc/shenandoah/shenandoahBarrierSet.hpp"
2930
#include "gc/shenandoah/shenandoahBarrierSetAssembler.hpp"
3031
#include "gc/shenandoah/c1/shenandoahBarrierSetC1.hpp"

0 commit comments

Comments
 (0)
Please sign in to comment.