RFR: 8265052: Break circular include dependency in objArrayOop.inline.hpp
Stefan Karlsson
stefank at openjdk.java.net
Mon Apr 12 08:41:31 UTC 2021
There's a circular dependency of the includes in objArrayOop.inline.hpp. This does not show up in the current main line, but caused compilation errors in a JFR enhancement.
The objArrayOop.inline.hpp can't even be compiled by itself:
In file included from /home/stefank/git/alt2/open/src/hotspot/share/oops/access.inline.hpp:28,
from /home/stefank/git/alt2/open/src/hotspot/share/oops/objArrayOop.inline.hpp:28:
-------------
Commit messages:
- 8265052: Break circular include dependency in objArrayOop.inline.hpp
Changes: https://git.openjdk.java.net/jdk/pull/3431/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=3431&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8265052
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.java.net/jdk/pull/3431.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/3431/head:pull/3431
PR: https://git.openjdk.java.net/jdk/pull/3431
More information about the hotspot-dev
mailing list