-
Enhancement
-
Resolution: Fixed
-
P4
-
11, 14
-
b26
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8261074 | 13.0.7 | Yuri Nesterenko | P4 | Resolved | Fixed | b02 |
JDK-8251142 | 11.0.9 | Paul Hohensee | P4 | Resolved | Fixed | b03 |
GraphBuilder::try_inline_full
if it succeeds, it just prints out.
// printing
print_inlining(callee);
It ends up with many inline traces without a reason. eg.
@ 1 java.lang.Object::<init> (1 bytes)
! @ 390 sun.font.FontLineMetrics::clone (15 bytes)
@ 280 java.lang.StringBuilder::<init> (7 bytes)
@ 3 java.lang.AbstractStringBuilder::<init> (12 bytes)
@ 285 java.lang.StringBuilder::append (8 bytes)
I would like to add a message like "decided by C1"
if it succeeds, it just prints out.
// printing
print_inlining(callee);
It ends up with many inline traces without a reason. eg.
@ 1 java.lang.Object::<init> (1 bytes)
! @ 390 sun.font.FontLineMetrics::clone (15 bytes)
@ 280 java.lang.StringBuilder::<init> (7 bytes)
@ 3 java.lang.AbstractStringBuilder::<init> (12 bytes)
@ 285 java.lang.StringBuilder::append (8 bytes)
I would like to add a message like "decided by C1"
- backported by
-
JDK-8251142 C1 emits an empty message when it inlines successfully
-
- Resolved
-
-
JDK-8261074 C1 emits an empty message when it inlines successfully
-
- Resolved
-