Java With Jiva

     
 
Eclipse crashing
There seems to be a very hot bug that is affecting many people running Eclipse on Linux/AMD64 machines. While I'm working on this bug, there is a better workaround then just reverting to the interpreter. Create the following file in your Eclipse directory:

.hotspot_compiler

With the contents of:

exclude org/eclipse/jdt/internal/compiler/parser/Scanner optimizedCurrentTokenSource3
exclude org/eclipse/jdt/internal/core/util/CommentRecorderScanner recordComment

Since its a dot file, it'll be hidden from ls, etc so remember to remove it when I do get this fixed :) Performance should be much better than the interpreter.
Posted by javawithjiva @ 06:54 PM GMT+06:00 [ Comments [2] ]
 
 
 
 
Comments:

Can you enter a posting describing the what the exclude directive in .hotspot_compiler file does ? Is there any documentation on .hotspot_compiler file ?

Posted by Alan Beale on October 24, 2005 at 07:28 PM GMT+06:00 #

I think the supreme work around is switching to NetBeans where you enjoy true cross platform independence and fully enjoy 64-bit Java :-) I use the exact same distribution of NetBeans across 3 different OS's on my laptop. Win XP 64-bit, Ubuntu Linux 64-bit and Solaris 11 x86 64-bit. Of course, my favorite is Solaris.

Posted by huntch on October 25, 2005 at 05:29 AM GMT+06:00 #

Post a Comment:

Comments are closed for this entry.
 
« November 2009
SunMonTueWedThuFriSat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
     
       
Today

[RSS Newsfeed]

Valid XHTML or CSS?

[This is a Roller site]
Theme by Rowell Sotto.
 
© Java With Jiva