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.
IBM Releases Fastest SDK For Java 6
|
Log In/Create an Account
| Top
| 117 comments
| Search Discussion
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
64? (Score:2)
Open Java? (Score:2)
(http://www.beuno.com.ar/)
Re:Open Java? (Score:5, Informative)
(http://powerlord.livejournal.com/)
Re:Open Java? (Score:5, Informative)
(http://powerlord.livejournal.com/)
Behind the scenes [sun.com] -- from Mark Reinholds Blog.
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.
Under what license and is it opensource....? (Score:1)
(http://www.landoverbaptist.org/)
x86_64 plugin = Heros (Score:5, Interesting)
(http://baptiste.us/ | Last Journal: Monday April 01 2002, @11:27AM)
Re:x86_64 plugin = Heros (Score:5, Interesting)
(http://www.lightandmatter.com/)
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.
Re:x86_64 plugin = Heros (Score:4, Informative)
Java for PS3? (Score:1)
(http://web.comhem.se/luna)
* Linux® on x86
* Linux® on PowerPC® 32-bit #!
* Linux® on PowerPC® 64-bit
* Linux® on AMD64/EM64T
* IBM AIX® on PowerPC 32-bit
* IBM AIX® on PowerPC 64-bit
What benchmarks? (Score:3, Insightful)
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)
(http://marciandgreg.com/ | Last Journal: Wednesday January 07 2004, @07:30PM)
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.
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...
Where are the sources ? (Score:3, Interesting)
(http://www.mritunjai.com/)
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!
Not working on Debian unstable (Score:2)
(http://wfmh.org.pl/thorgal/)
Could not create the Java virtual machine.
This is probably caused by NPTL-less glibc. Anyone with suggestions how to fix it?
Great! (Score:2)
(http://randomcoolzip.blogspot.com/)
WSAD Won't Support It (Score:1)
(http://freejavalectures.googlepages.com/)
Microsoft (Score:1)
The MSJVM will reach its end of life on December 31, 2007. Customers are encouraged to take
proactive measures to stay informed about obsolete software and move away from the MSJVM
in a timely fashion. The MSJVM is no longer available for distribution from Microsoft and
there will be no enhancements to the MSJVM. Microsoft products and SKUs currently
including the MSJVM will continue to be retired or replaced by versions not containing
the MSJVM on a schedule to be announced.
what doest it mean?
ozgur uksal
Re:The Fastest JDK? (Score:5, Informative)
Re:The Fastest JDK? (Score:5, Informative)
(http://sakabatou.net/)
Those benchmarks are based on Java 1.5, too. 1.6 is even faster.
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.
Re:The Fastest JDK? (Score:5, Insightful)
(http://hive.ro/)
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:
Re:The Fastest JDK? (Score:5, Insightful)
(http://www.zimage.com)
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.
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.
Re:The Fastest JDK? (Score:2, Informative)
1998 called, and they want their joke back.
Hasn't been funny or true for a long time...
Re:Vulnerability (Score:2, Informative)
(http://jerkface.us/)
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