AbstractStringBuilder::append less inlined? (original) (raw)
Bernd Eckenfels ecki at zusammenkunft.net
Fri Jul 4 00:01:02 UTC 2014
- Previous message: Supplemental code review request for JDK-8043550: Fix raw and unchecked lint warnings in javax.swing.*
- Next message: AbstractStringBuilder::append less inlined?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: Supplemental code review request for JDK-8043550: Fix raw and unchecked lint warnings in javax.swing.*
- Next message: AbstractStringBuilder::append less inlined?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]