Skip to content

Commit 5ea9607

Browse files
committedJan 5, 2021
8258459: Decouple gc_globals.hpp from globals.hpp
Reviewed-by: lfoltan, coleenp
1 parent 2499ac3 commit 5ea9607

File tree

127 files changed

+375
-192
lines changed

Some content is hidden

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

127 files changed

+375
-192
lines changed
 

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2000, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2000, 2021, Oracle and/or its affiliates. All rights reserved.
33
* Copyright (c) 2014, 2020, Red Hat Inc. All rights reserved.
44
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
55
*
@@ -36,6 +36,7 @@
3636
#include "ci/ciInstance.hpp"
3737
#include "code/compiledIC.hpp"
3838
#include "gc/shared/collectedHeap.hpp"
39+
#include "gc/shared/gc_globals.hpp"
3940
#include "nativeInst_aarch64.hpp"
4041
#include "oops/objArrayKlass.hpp"
4142
#include "runtime/frame.inline.hpp"

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 1999, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 1999, 2021, Oracle and/or its affiliates. All rights reserved.
33
* Copyright (c) 2014, Red Hat Inc. All rights reserved.
44
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
55
*
@@ -29,6 +29,7 @@
2929
#include "classfile/systemDictionary.hpp"
3030
#include "gc/shared/barrierSetAssembler.hpp"
3131
#include "gc/shared/collectedHeap.hpp"
32+
#include "gc/shared/tlab_globals.hpp"
3233
#include "interpreter/interpreter.hpp"
3334
#include "oops/arrayOop.hpp"
3435
#include "oops/markWord.hpp"

0 commit comments

Comments
 (0)