-
Enhancement
-
Resolution: Unresolved
-
P5
-
22, 23, 24
-
generic
-
generic
Currently -XX:+PrintInlining reports late inlines, but does not explicitly state which inlines are late inlines.
This confused me when first starting looking at compilation units. I would see a method reported as inlined, but in the early compilation phases, I still see the method call. I was not aware of late inlines. I think it would be a nice enhancement for PrintInlining to report which methods are late inlined.
This confused me when first starting looking at compilation units. I would see a method reported as inlined, but in the early compilation phases, I still see the method call. I was not aware of late inlines. I think it would be a nice enhancement for PrintInlining to report which methods are late inlined.
- links to
-
Review openjdk/jdk/16595
-
Review(master) openjdk/jdk/21899