I spent quite a lot of time tracking down a miscompilation in LLVM lately but I’m pretty much back on track now. One fun thing is that I figured out how to add diagnostic options to OpenJDK, so when I eventually release Shark you’ll be able to debug it with the following exciting options:
-XX:SharkStartAt=N
-XX:+PrintCompilation.)
-XX:SharkStopAfter=N
-XX:SharkDumpModuleAfter=N
hotspot.bc) after N compilation requests.
-XX:SharkPrintTypeflowAfter=N
-XX:+SharkTraceBytecodes
I tend to use them in pairs, eg -XX:Shark{StartAt,DumpModuleAfter}=17.
This list will probably get real old real quick, but they’ll all be listed in ports/hotspot/src/share/vm/shark/shark_globals.hpp.
FOAF updates: Trust rankings are now exported, making the data available to other users and websites. An external FOAF URI has been added, allowing users to link to an additional FOAF file.
Keep up with the latest Advogato features by reading the Advogato status blog.
If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!