Angelika Langer is a freelance trainer/consultant working and teaching in the area of object-oriented development in C++ and Java. She is a recognized speaker at conferences world-wide among them JavaOne, OOPSLA, ECOOP, JAX, and many more. She is co-author of the book "Standard C++ IOStreams and Locales" and author of numerous articles about C++ and Java, including the popular column "Effective Java" in the German magazine JavaSpektrum and author of the widely appreciated online "Java Generics FAQ". More information can be found at AngelikaLanger.com
|
Presentation: "The Art Of Micro-Benchmarking In Java"
Track:
Performance in Modern Enterprise Systems
Time: Tuesday 14:30 - 15:30 Location: SAS Nortvegia
Abstract:
The performance model of Java is comparably complex. The compiler and the runtime system apply complex and ambituous optimization techniques in order to improve your Java application's performance. The flipside of the coin is that it is close to impossible to judge performance issues in Java by any kind of intuition. This makes it difficult to write a meaningful benchmark for comparison of the performance of two algorithms in Java. In this tutorial we aim to illustrate the "Do's and Don't"s of writing a micro-benchmark in Java. Especially JVMs with HotSpot technology, which are the norm these days, offer countless opportunities for making fatal mistakes. Just to name a typical one: often the code segment whose performance is supposed to be measured falls victim of the so-called "dead code elimination", which means: the compiler optimizes it away. Hence, what is measured is the performance of "nothing". The affected micro-benchmark will still yield a result, but it is meaningless. In the tutorial we discuss this and several other mistakes, using a case study for illustration and derive guidelines for successful micro-benchmarking in Java. Audience: Java developers with an interest in the performance of the applications they develop and who need to write a benchmark once and a while. Tutorial: "New Features in J2SE 5.0"
Track:
Tutorial
Time: Thursday 09:00 - 12:00 Location: SAS Room 12
Abstract:
The latest release of the Java Standard Edition (J2SE 5.0) comes with two major additions, Concurrency Utilities and Generic Types and Methods, plus a number of minor additions to the language. Concurrency Utilities Generic Types and Methods Minor Additions Audience: Java developers who want to deep their command of the language up-to-date as well as programmers interested in concurrent programming in Java |
|||