Tagged Questions

1
vote
0answers
16 views

Performance of IcedTea 6 vs Sun’s HotSpot 6

How does IcedTea 6's performance stand up against Sun's own HotSpot on linux systems? I tried searching Google but Phoronix's test is the best I got, which is almost a year old now …
0
votes
2answers
123 views

Why does IcedTea6 not compile Java 1.5 specific code?

I ran: javac Perf.java and got: ERROR in Prefs.java (at line 36) HashMap<String, String> map = new HashMap<String, String>(); ^^^^^^^^^^^^^^ Syntax error, …
2
votes
5answers
294 views

Any IcedTea war stories?

Okay, my first serious question. :-D I'm playing around with OpenJDK (7, not 6), and am about to start trying to build IcedTea on my Ubuntu system. I'm keen to hear from those who …