|
|
|
Back to newsletter 109 contents
Looking back over the year, I can't say that anything dramatic happened in the Java performance space. Oracle's takeover of Sun is certainly dramatic for Java, but there has been no effect - positive or negative - on Java performance. Java is still the most used language, and the JVM has increased the number of languages for which it has become the chosen underlying platform, though again none of this is performance specific.
For Java performance, this year has instead been a story of trends. JFX achieved performance good enough to compete in the RIA arena; consolidation in the java tools space continued, but was over matched by the new Java performance tools coming on to the market; the G1 garbage collector looks to be a useful addition for garbage collection tuning options; increasing virtualization means you have to be even more careful about exactly what you are measuring when profiling; and although the credit crunch has decreased the number of live sites and blogs with Java performance stuff, the remaining sites seem to have compensated so that apart from a dip in the second quarter, I haven't really seen any reduction in quantity or quality of new stuff to mention in my newsletters.
Also worth mentioning is what didn't change this year: multi-core support and increasing concurrency is still where the hot action is; profiling concurrency issues is still the most challenging area of performance; and the performance issues that you encounter are just the same as they have been for years - and they are, in order of decreasing frequency encountered: database access; memory leaks; distributed applications; concurrency; garbage collection. (Raw execution speed has not been a significant issue for many years now for most Java applications.)
Now on with this month's newsletter. We have all our usual Java performance tools, news, and article links. Javva The Hutt updates us on how his jobs searching went;and, as usual, we have extracted tips from all of this month's referenced articles.
Java performance tuning related news.
Java performance tuning related tools.
Back to newsletter 109 contents