mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8257563: Remove excessive include of klass.inline.hpp
Reviewed-by: dholmes, stuefe, stefank
This commit is contained in:
parent
cc1915b3b3
commit
02a0a027f4
85 changed files with 209 additions and 96 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -28,10 +28,11 @@
|
|||
#include "gc/shared/barrierSet.hpp"
|
||||
#include "gc/shared/modRefBarrierSet.hpp"
|
||||
#include "oops/compressedOops.inline.hpp"
|
||||
#include "oops/klass.inline.hpp"
|
||||
#include "oops/objArrayOop.hpp"
|
||||
#include "oops/oop.hpp"
|
||||
|
||||
class Klass;
|
||||
|
||||
// count is number of array elements being written
|
||||
void ModRefBarrierSet::write_ref_array(HeapWord* start, size_t count) {
|
||||
HeapWord* end = (HeapWord*)((char*)start + (count*heapOopSize));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue