RFR: 8258018: Remove arrayOop.inline.hpp
Kim Barrett
kbarrett at openjdk.java.net
Thu Dec 10 10:15:34 UTC 2020
On Thu, 10 Dec 2020 06:31:08 GMT, Ioi Lam <iklam at openjdk.org> wrote:
> Please review this trivial change. arrayOop.inline.hpp is not needed and its contents can be safely moved into arrayOop.hpp.
>
> Testing with mach5 tier1,builds-tier2,builds-tier3,builds-tier4,builds-tier5
Marked as reviewed by kbarrett (Reviewer).
src/hotspot/share/oops/arrayOop.hpp line 93:
> 91: // Returns the address of the first element. The elements in the array will not
> 92: // relocate from this address until a subsequent thread transition.
> 93: inline void* base(BasicType type) const {
Drop the unnecessary "inline".
-------------
PR: https://git.openjdk.java.net/jdk/pull/1728
More information about the hotspot-dev
mailing list