Slashdot Log In
IBM Releases Fastest SDK For Java 6
Posted by
kdawson
on Tue Jan 23, 2007 10:30 PM
from the early-start dept.
from the early-start dept.
IndioMan writes "IBM is releasing an SDK for Java 6 and is sponsoring an Early Release Program to gather feedback from the Java community. Product binaries and documentation are available for Linux on x86 and 64-bit AMD, and AIX for PPC for 32- and 64-bit systems. In addition to supporting the Java SE 6 Platform specification, IBM's SDK also focuses on platform stability, performance, and diagnostics. It's tops on every benchmark."
This discussion has been archived.
No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Full
Abbreviated
Hidden
Loading... please wait.
64? (Score:2)
Re: (Score:2, Funny)
Open Java? (Score:2)
Re:Open Java? (Score:5, Informative)
Parent
Re:Open Java? (Score:5, Informative)
Behind the scenes [sun.com] -- from Mark Reinholds Blog.
Parent
Re:Open Java? (Score:5, Informative)
https://jdk.dev.java.net/ [java.net]
The fact that they haven't made their first release from that product changes nothing.
Parent
x86_64 plugin = Heros (Score:5, Interesting)
Re:x86_64 plugin = Heros (Score:5, Interesting)
Parent
Re: (Score:3, Insightful)
With respect to the browser plug-in, I don't really know that many people that are running 64 bit computers, using 64 bit aware operatin
Re: (Score:2)
In my case, that's because of a lack of support from the vendors. I can have a 64 bit OS *or* wireless networking, for example (thank you, Netgear).
Re: (Score:3, Insightful)
I do, except I run a 32-bit firefox that I install by hand because I need a java plugin that works. You have to remove the barriers before people will use it, and once you do remove the barriers, they will come.
Re: (Score:2)
Usually that would be sufficient, but for a just in time compiler, 64-bit clean is not enough. It also has to be *rewritten* to produce 64-bit code. So I think there is a long way to go for Java before it catches up with the hype.
Re: (Score:3, Informative)
Re: (Score:2)
and I'm looking forward that nothing at all is happening.
The few people having the skills and the need to have the plug in likely have no time to do it.
The people having the time, likely lack the skills or the motivation. I really doubt that there are programmers out there who have the feeling: Wow, today java is GPL, lets hack it better, I start immediately! Ma! Coffee!! Fast!
angel'o'sphere
Re:x86_64 plugin = Heros (Score:5, Informative)
There are 2 ways to get a 32-bit Java plugin running under a Linux/AMD64 environment (BTW, AMD64 is the official arch name implemented by AMD and Intel, x86-64 has been officially abandonned):
Of course, since Sun has open sourced Java, a 64-bit Java plugin is likely to appear soon.
Parent
Re: (Score:3, Insightful)
Yes, x86-64 has been abandoned by both parties. However, Intel according to this FAQ article [intel.com], and this article [intel.com] is using the name Intel64, which according to the second article is just the EMT64 stuff renamed and enhanced by Intel. EMT64 was basically Intel's rip-off of AMD64; and according to the second article Intel64 is EMT64 with the SSE3, HT, and other Intel specific technologies. (I could be wron
Re: (Score:2)
Re:x86_64 plugin = Heros (Score:4, Informative)
Parent
Re: (Score:2)
What benchmarks? (Score:3, Insightful)
Re: (Score:2)
Actually, IBM's JVMs have always had a reputation for very good performance. Years ago, I found IBM's Java 1.3 routinely beat equivalent code in gcc for many numeric algorithm benchmarsks.
This was released back in November of 2006! (Score:2, Informative)
http://www-128.ibm.com/developerworks/forums/dw_t
Not all benchmarks better (Score:5, Informative)
IBM java6:
Composite Score: 482.8282568762099
FFT (1024): 551.8002634079949
SOR (100x100): 568.7588552216857
Monte Carlo : 64.62096017621073
Sparse matmult (N=1000, nz=5000): 219.84569330460474
LU (100x100): 1009.1155122705532
Sun java6:
Composite Score: 617.5119705454583
FFT (1024): 510.7586118547276
SOR (100x100): 829.8686416193439
Monte Carlo : 118.25350583943022
Sparse matmult (N=1000, nz=5000): 470.6355733620428
LU (100x100): 1158.0435200517468
Higher scores are better. Both run on AMD X2 5000+
Sun VM stomped on IBM's. That wasn't true with earlier VM's. IBM used to smoke Sun on scimark. Maybe there's more development to be done.
Still makes me wonder (Score:2)
E.g., when Hotspot first came around, it claimed to accelerate some benchmarks thousands of times, which was already suspect. It turns out that in one popular benchmark at the time, it completely elliminated the loop. Which in and by itself would be a valid optimization, if it were on the general case. But it turned out that as little as changing an "if (A == B)" to "if (B == A)" was enough to disable that optimization. Sun's sm
Re: (Score:3, Informative)
Doesn't seem to be the case here. I'm doing some pretty heavy numerical stuff with java these days. The Sun java6 VM definitely outshines others at the moment. That used to be the case with the IBM VM. Maybe once it comes out of early release it'll be back to it's former glory.
Does this mean a faster Eclipse? (Score:2)
Re:Does this mean a faster Eclipse? (Score:5, Informative)
That cost me two moderations. Why aren't moderations in a discussion depended on the *branch* of the discussion? Oh well...
Parent
Bindings (Score:2, Interesting)
The SWT binding directly accesses gtk through JNI. This may have suited IBMs purposes of accessing gtk through the SWT API but might not be the most optimal binding of gtk to Java.
The java-gnome [sourceforge.net] project produces java bindings for gtk. They are in the process of being re-written from scratch using 2007 best practice JNI binding techniques. I suspect that an SWT implementation using t
Where are the sources ? (Score:3, Interesting)
SUN has released the sources to it's compiler and JDK.
IBM where are thou the benefactor and promoter of Open Source ? Show us the GPL sources to your JDK and compiler!
Re:The Fastest JDK? (Score:5, Informative)
Parent
Re:The Fastest JDK? (Score:5, Informative)
Those benchmarks are based on Java 1.5, too. 1.6 is even faster.
Parent
Re:The Fastest JDK? (Score:5, Funny)
Because this is slashdot, and perl is one of the Chosen Few Languages, along with C, Ruby, Python and PHP. Java, being both closed (for the moment) and slow (5 years ago on the client side) is not. Therefore, any statement that compares Java favourably with one of the Few Chosen Languages must be either a troll or flamebait.
It's easier when you stop fighting the groupthink.
Parent
Re:The Fastest JDK? (Score:5, Insightful)
Because this is slashdot, and perl is one of the Chosen Few Languages, along with C, Ruby, Python and PHP. Java, being both closed (for the moment) and slow (5 years ago on the client side) is not.
I believe you mean "Chosen-Few-Languages-for-Slamming". they all get it from the slashcrowd, in no particular order:
Parent
Re:The Fastest JDK? (Score:5, Insightful)
It seems to me that once Java is opened up and is included with every Linux distro out there, Java will not be perceived as large and slow anymore. It will be a simple apt-get, yum, etc away. It will just work.
Parent
Re: (Score:2, Insightful)
Yes, and Java 53 will be really good, and everyone will like it.
In the meanwhile, we've still got customers stuck on 1.3, because our "write once, run anywhere" code doesn't run on 1.4, and it's too much effort to puzzle out why because Sun's runtime is just such a mess.
Re: (Score:3, Interesting)
Are your "write once, run anywhere" applications using internal APIs, or are they relying on bugs in the 1.3 class libraries to run? Personally I've only ever come across code that DOESN'T run properly on 1.3, due to bugs introduced between 1.2 and 1.3, and fixed in 1.4.
Re: (Score:2)
Re:The Fastest JDK? (Score:5, Informative)
There could be several reasons why Java 1.3 code won't run on 1.4. One is if you use sun.* or com.sun.* packages directly, which is funcamentally against portability guidelines. Another could be real incompatibilities. There are very few incompatibilities between 1.3 and 1.4. They are listed here:
http://java.sun.com/javase/compatibility_j2se1.4.
If you keeping customers from using Java 5.0 or Java 6.0 because you can't sort this out, you are keeping them from major performance and functional improvements.
Parent
Re: (Score:3, Informative)
Sorry, but I don't believe that. You probably have problems to run 1.4 java on a 1.3 VM
1.3 byte code must by definition run on a 1.4 machine, and if there is indeed a problem in the class libraries a simple look at the exception trace should show you where. Even if
Re: (Score:2, Informative)
1998 called, and they want their joke back.
Hasn't been funny or true for a long time...
Re: (Score:3, Insightful)
I think you're wrong. Even today, over 15 years since Java was first announced, we see little use of it for client-side development. There are only a handful of consumer-grade applications written in Java, with the most popular being Azureus and RSSOwl. Even then, one of the chief complaints against them is their lack of responsiveness and their excessive memory consumption. And keep in mind that they use SWT for their GUIs, which is in fact far lighter and more r
Re: (Score:3, Informative)
Re: (Score:3, Interesting)
Re: (Score:2)
Re: (Score:3, Informative)
Maybe you should look at an actual benchmark [caucho.com] instead of assuming
Re: (Score:2)
Sorry, but this is simply wrong. Java is as fast as anything else. If you feel Azureus is slow and unresponding the reason is its written by an unexperienced programmer. Java is a simple language, in relation to C, and with modern IDEs it is as simple to hack code together as with Visual Basic.
The only reason Java has obtained so
Re: (Score:3, Insightful)
In any case, the meme that it's impossible to write a fluid, responsive UI in Java is just as wrong as it is on the server-side.
Re: (Score:3, Insightful)
Re: (Score:2)
You're a little confused. The license that javac and the jvm are to be released under has nothing to do with the JRE.
Re: (Score:2, Informative)
Systems Affected
Sun Java Runtime Environment versions
* JDK and JRE 5.0 Update 9 and earlier
* SDK and JRE 1.4.2_12 and earlier
* SDK and JRE 1.3.1_18 and earlier