Are there common Hotspot JIT optimizations for its String concatenations especially when using the + operator? Where do I look and what tools do I use in order to investigate JIT source code for String concatenation optimization?
I was looking for answers to my other question and I think I should just check the codes out myself.
Edit: There is a similar question on optimization Java Optimizations that asks for difference in performance when assigning to a variable first. However, what I'm looking for is specific to String concatenation.