-
Enhancement
-
Resolution: Fixed
-
P4
-
17
-
b23
It's relatively a common case to get modifiers from a constant Class instance, i.e. ThirdPartyClass.class.getModifiers(). Currently, C1 Canonicalizer missed the opportunity of replacing Class.getModifiers intrinsic calls with compile-time constants.
- relates to
-
JDK-8288303 C1: Miscompilation due to broken Class.getModifiers intrinsic
- Resolved