Hi there,
1.) Finally the tired-jvm has made its way into the public builds and can be tested by interested developers without building Hotspot their own.
A short test with Eclipse showed:
- Improved performance compared to client-compiler
- No class data sharing
- A lot of compilation is happening (code-code was 15mb 5min after start)
I guess this optimization could be really interesting for game-programmers which always fight with hotspots slow-start/fast-code or fast-start/slow-code situation.
2.) Also new in b12 are some SIMD improvements.
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6536652
Sad that the report is more or less a stub, not talking about which optimization can be performed on which CPUs :-/
lg Clemens