On Thu, 20 Feb 2025 20:19:15 GMT, Coleen Phillimore <cole...@openjdk.org> wrote:
>> Class.isInterface() can check modifier flags, Class.isArray() can check >> whether component mirror is non-null and Class.isPrimitive() needs a new >> final transient boolean in java.lang.Class that the JVM code initializes. >> Tested with tier1-4 and performance tests. > > Coleen Phillimore has updated the pull request incrementally with one > additional commit since the last revision: > > Fix whitespace LGTM! As @iwanowww said, not inlining such trivial methods seems more like an inliner bug/enhancement opportunity. ------------- Marked as reviewed by yzheng (Committer). PR Review: https://git.openjdk.org/jdk/pull/23572#pullrequestreview-2632877796