RFR: 8302172: [JVMCI] HotSpotResolvedJavaMethodImpl.canBeInlined must respect @ForceInline
Doug Simon
dnsimon at openjdk.org
Thu Feb 9 20:41:33 UTC 2023
The implementation of `HotSpotResolvedJavaMethodImpl.canBeInlined` must return true for a method annotated with `@ForceInline`.
-------------
Commit messages:
- HotSpotResolvedJavaMethodImpl.canBeInlined must respect @ForceInline
Changes: https://git.openjdk.org/jdk/pull/12501/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=12501&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8302172
Stats: 3 lines in 1 file changed: 3 ins; 0 del; 0 mod
Patch: https://git.openjdk.org/jdk/pull/12501.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/12501/head:pull/12501
PR: https://git.openjdk.org/jdk/pull/12501
More information about the hotspot-compiler-dev
mailing list