RFR: 8269138: Move typeArrayOop.inline.hpp include to vectorSupport.cpp

Aleksey Shipilev shade at openjdk.java.net
Tue Jun 22 15:10:37 UTC 2021


See the bug report for inclusion circularity that breaks current Loom workspace. Including stuff properly, `.hpp` in `.hpp`, and `.inline.hpp` in `.cpp` resolves this.

Additional testing:
 - [x] Linux x86_64 builds
 - [x] Loom repository builds Linux x86_64 with this patch cherry-picked

-------------

Commit messages:
 - 8269138: Move typeArrayOop.inline.hpp include to vectorSupport.cpp

Changes: https://git.openjdk.java.net/jdk/pull/4559/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=4559&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8269138
  Stats: 2 lines in 2 files changed: 1 ins; 0 del; 1 mod
  Patch: https://git.openjdk.java.net/jdk/pull/4559.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/4559/head:pull/4559

PR: https://git.openjdk.java.net/jdk/pull/4559


More information about the hotspot-dev mailing list