Yesterday I found the problem why we get a VerifyError when running Eclipse with CACAO-OpenJDK, while HotSpot does not. It's again the MagicAccessorImpl class.
Snippet from sun/reflect/MagicAccessorImpl.java (I overlooked that when debugging the access-check bug):
The bug fix for 4486457 also necessitated disabling
verification for this class and all subclasses, as
opposed to just
SerializationConstructorAccessorImpl and subclasses, to
avoid
having to indicate to the VM which of these
dynamically-generated
stub classes were known to be able to pass the verifier.
Finding these magics is really a pain...
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!