Settings

Theme

Azul JVM Now Available For Developers of Open Source Applications

azulsystems.com

25 points by stephenjudkins 14 years ago · 10 comments

Reader

4as198sGxV 14 years ago

The title is incorrect: Azul are not open sourcing Zing JVM, they make it available for free to open source developers, but only for "development, qualification, and testing". Still nice though.

stephenjudkinsOP 14 years ago

This is probably meaningless for most developers: it is only going to be made available "for use in development, qualification, and testing". Further, there's no information on what license this will be released under.

It's a shame, but given the amount that Azul has poured into research it is not surprising.

At least we can look forward to some interesting benchmarks and code analyses, perhaps?

  • kodablah 14 years ago

    As for the licensing, did Azul obtain a TCK from Oracle/Sun to say their JVM is for Java? If they did, it is unlikely they will open it up under a permissive license (e.g. MIT, BSD, Apache, etc).

    One of Apache Harmony's big reasons for not obtaining and using the Java TCK is that it wouldn't allow them to release their JVM under the Apache license.

dsheth 14 years ago

The announcement appears to make Zing available to open source projects, not to make Zing itself open source. Still potentially useful.

hshiffman 14 years ago

As at least some of you have figured out, the title is incorrect. Azul did not make Zing open source; we are just making free licenses available to developers working on open source projects.

Regarding performance, you can find some useful information on Azul's website. In a nutshell, Zing's strengths are its ability to GC while the application continues to run; and its ability to support very large memory heaps without a performance penalty. The two combine to permit a single JVM to do a lot more work and to avoid long application stalls when GC is triggered.

drKarl 14 years ago

Any benchmarks between Zing JVM, Oracle JVM and OpenJDK JVM?

jbellis 14 years ago

Trying to find where they say what license it's under, anyone have better luck?

critium 14 years ago

Has anybody used this? Any hard numbers in comparison to reference JVM and VMs (jrockit?), latency vs realtime java?

EDIT: Looks like pretty much the same question everywhere. AZUL, please step up.

erichocean 14 years ago

Oracle should just buy them already and make this the default for Java. The JVM GC pauses are becoming a real problem.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection