Skip to content

Commit 235da6a

Browse files
committedFeb 13, 2021
8261672: Reduce inclusion of classLoaderData.hpp
Reviewed-by: lfoltan, coleenp
1 parent 95d7312 commit 235da6a

Some content is hidden

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

59 files changed

+135
-74
lines changed
 

‎src/hotspot/cpu/aarch64/gc/shared/barrierSetAssembler_aarch64.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2018, 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
@@ -23,6 +23,7 @@
2323
*/
2424

2525
#include "precompiled.hpp"
26+
#include "classfile/classLoaderData.hpp"
2627
#include "gc/shared/barrierSet.hpp"
2728
#include "gc/shared/barrierSetAssembler.hpp"
2829
#include "gc/shared/barrierSetNMethod.hpp"

‎src/hotspot/cpu/ppc/gc/shared/barrierSetAssembler_ppc.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
#include "nativeInst_ppc.hpp"
2727
#include "precompiled.hpp"
2828
#include "asm/macroAssembler.inline.hpp"
29+
#include "classfile/classLoaderData.hpp"
2930
#include "gc/shared/barrierSetAssembler.hpp"
3031
#include "gc/shared/barrierSetNMethod.hpp"
3132
#include "interpreter/interp_masm.hpp"

0 commit comments

Comments
 (0)
Please sign in to comment.