Earlier today I did a TechTalk about SunStudio at college, the main topics were auto-parallelization, garbage collection (libgc), race condition detection, OpenMP and the Temple of the Sun game.
I wanted to cover the main benefits of Sun's compilers and also take a little tour around the IDE, so I showed how to create projects, compile with different arguments, debug and other basic stuff. I also mentioned the Collaboration Module, I have it installed so it was a cool example of how the Netbeans IDE is used on SunStudio, since it's originally a Netbeans/Java thing.

I always like to show things working and try to prove that it is worth doing it this or that way. I did this by running performance comparisons between optimized code and plain serial code with the "time" command. For instance, on both auto-parallelization and OpenMP demos, I would show some code, explain it, compile without optimizations and run it with "time". Then I would explain how the optimization works, implement or uncomment it and then do the same. The difference was obvious, both auto-p and OpenMP ran at least twice as fast as the serial ones.
The race condition detection part was also cool, I had ran "collect" before hand and saved the experiment file so we didn't have to wait for it. I'd written a little multi-threaded program with three threads writing to the same global variable, so the race condition was evident.
Everything went smoothly, at least 40 people attended, a few grad students and a professor.
I think I gave away like, 35 Temple of the Sun DVD's - the one with SXDE. I also mentioned SAI and promoted our OSUG.
Great turn out considering today's probably the coldest day in the year - so far.