Search

Blogroll

Tags

 

July 2008
M T W T F S S
« May    
 123456
78910111213
14151617181920
21222324252627
28293031  

Archives

Recent Posts

XML-Sitemap

Eclipse and Java 1.6

Ever since Sun ‘refreshed’ Java 1.6. with the _04 version, Eclipse became unstable for me. After some googleing, it seems that this is actually a known problem with some changes in the JIT compiler that surfaced in _04 and beyond.

Adding

-XX:CompileCommand=exclude,org/eclipse/core/internal/dtree/DataTreeNode,forwardDeltaWith 
-XX:CompileCommand=exclude,org/eclipse/jdt/internal/compiler/lookup/ParameterizedMethodBinding,<init>

to the eclipse command (or .eclipserc, depending on your installation) made it stable again. So Sun, could you please fix this bug?

12 May 2008 | Code | No Comments

Harmony is needed

The letter.

The FAQ.

10 April 2007 | Code, Netstuff | No Comments

(C) 2005-2007 Henning Schmiedehausen