Hello,

in Java7 (U51 in this case) I do some testing with print inlining,
and I noticed that all possible executions of
AbstractStringBuilder::append had been inlined (hot) in thise tests.
Opposed to that I see a lot of too big messages for Java 8. I wonder if
this is known/intentional?

(The tests do run faster on 8, so its not a real problem).

Java7 

xxx java.lang.AbstractStringBuilder::append (48 bytes)   inline (hot)

and for Java8 (U5, 64bit Windows)

java.lang.AbstractStringBuilder::append (50 bytes)   callee is too large

Greetings
Bernd

Reply via email to