X

Solaris Java was slow, but fine now

Sun's Java software and its Solaris operating system haven't always gotten along, a 2-year-old internal memo indicates, but the company says it has long since fixed the problems.

Stephen Shankland Former Principal Writer
Stephen Shankland worked at CNET from 1998 to 2024 and wrote about processors, digital photography, AI, quantum computing, computer science, materials science, supercomputers, drones, browsers, 3D printing, USB, and new computing technology in general. He has a soft spot in his heart for standards groups and I/O interfaces. His first big scoop was about radioactive cat poop.
Expertise Processors, semiconductors, web browsers, quantum computing, supercomputers, AI, 3D printing, drones, computer science, physics, programming, materials science, USB, UWB, Android, digital photography, science. Credentials
  • Shankland covered the tech industry for more than 25 years and was a science writer for five years before that. He has deep expertise in microprocessors, digital photography, computer hardware and software, internet standards, web technology, and more.
Stephen Shankland
2 min read
Sun Microsystems' Java software and Solaris operating system haven't always gotten along, an internal memo indicates, but Sun says it has fixed the problems in the two years since the memo was written.

The version of Java for Solaris is a poor choice for many types of programs, is slow to load, isn't well-supported within Sun and requires too much memory to run, several Sun engineers said in the memo.

"We all agree that the Java language offers many advantages over the alternatives," said the memo, published Friday on the internalmemos.com site. "We would generally prefer to deploy our applications in Java, but the implementation provided for Solaris is inadequate to the task of producing supportable and reliable products."

Sun confirmed the memo's authenticity, but said that the document is two years old and that the problems it describes have been fixed. "It doesn't represent Sun's position or the reality of our implementation today. The issues mentioned in the memo are irrelevant at this point," the company said in a statement.

Java, a programming language and other software that can run programs, is a middle layer that makes it easier to move programs from one computer to another. Java programs, at least theoretically, don't have to be changed for each computer they're using. For example, Java programs should work on computers running either Sun's Solaris or Microsoft's Windows.

Java and Solaris are increasingly important at the Santa Clara, Calif.-based company as it seeks to emphasize the importance and value of the company's software working in concert with its hardware. However, much of the company's software push is for its Sun Open Network Environment (Sun ONE) server software, which doesn't depend on Java.

Java has taken off in servers, the powerful machines that handle data storage or processing on networks. It runs on servers running Windows, Linux, all major versions of Unix and many other operating systems. Sun has always argued, however, that Java runs best on Solaris.

In an interview at a product launch Monday, Sun Chief Executive Scott McNealy reiterated the point while touting Solaris.

"It runs Java like the wind," McNealy said.

The memo, however, paints a less flattering picture.

For one thing, the memo said, those in control of Java had decided against fixing some bugs and had made changes that prevented older Java programs from working with newer versions of Java.

For another, the Solaris version of Java requires huge amounts of memory--as much as 900MB when running TogetherSoft software, since acquired by Borland. Even a basic program to print the words "Hello, world" on a screen takes 9MB, the memo said.

In contrast, Python--a programming language and associated software that's similar in many ways to Java--needs only about 1.6MB to run the simple hello-world program, the memo said.