--- title: Azul Platform Prime (Zing) Reviews meta\_title: 'Azul Platform Prime (Zing) Reviews 2026: Details, Pricing, & Features | G2' meta\_description: Filter 14 reviews by the users' company size, role or industry to find out how Azul Platform Prime (Zing) works for a business like yours. aggregate\_rating: rating\_value: 4.1 review\_count: 14 scale: '5' date\_modified: '2026-08-07' parent\_category: name: Application Development url: https://www.g2.com/categories/application-development ---

# Azul Platform Prime (Zing) Reviews & Product Details

Claimed

###### Profile Status

This profile is currently managed by Azul Platform Prime (Zing) but has limited features.  
  
Are you part of the Azul Platform Prime (Zing) team? [Upgrade your plan](https://sell.g2.com) to enhance your branding and engage with visitors to your profile!

A truly superior Java platform that can cut your infrastructure costs in half. Azul Platform Prime turbocharges the performance and scalability of your Java ecosystem with a hyper-optimized runtime that maximizes performance while driving down infrastructure costs. More Performance Get more transactions from the same hardware and accelerate Java performance, even as loads increase. More Savings Slash capital expenses for servers by as much as 50%, cut operating expenses for cloud services (with no over-provisioning), and drive continuous value. More Happy Users Maintain consistent response times, reduce system stalls, and provide better services—all with less infrastructure.

* * *

Seller
[Azul Systems](https://www.g2.com/sellers/azul-systems)
Discussions
[Azul Platform Prime (Zing) Community](https://www.g2.com/products/azul-platform-prime-zing/discuss)
Languages Supported

English

Overview by
Jeff Kneis

Show More

## Value at a Glance

Averages based on real user reviews.

### Perceived Cost

$$$$$

[
View More Pricing Information
](https://www.g2.com/products/azul-platform-prime-zing/pricing)

## Top-Rated Alternatives

[

 ![Amazon Corretto](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Amazon Corretto")

Amazon Corretto

4.5/5(130)

](https://www.g2.com/products/amazon-corretto/reviews)

[

 ![Oracle Java Downloads](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Oracle Java Downloads")

Oracle Java Downloads

4.4/5(48)

](https://www.g2.com/products/oracle-java-downloads/reviews)

[

 ![Microsoft Build of OpenJDK](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Microsoft Build of OpenJDK")

Microsoft Build of OpenJDK

4.2/5(16)

](https://www.g2.com/products/microsoft-build-of-openjdk/reviews)

[
View All Alternatives
](https://www.g2.com/products/azul-platform-prime-zing/competitors/alternatives)

## User Insights

Average based on 14 real user reviews.

Perceived Cost

$$$$$

[Log in to unlock pricing and user insights](/login)

LB

Luke B.

Senior Systems Engineer

Information Technology and Services

Mid-Market (51-1000 emp.)

2/21/2019

"Managing Zing by Systems Engineers"

4/5

What do you like best about Azul Platform Prime (Zing)?

Zing comes in two parts; the Zing Virtual Machine, (ZVM, which is a Java Virtual Machine) and Zing Service Tools (ZST) which is software installed on Linux along with their kernel module that does memory management. As a Systems Engineer I find managing Zing in an enterprise environment very easy.

Upgrading is simple. A ZST upgrade is not needed for every ZVM upgrade - multiple versions of the ZVM can run on the same ZST. ZSTs are packaged in RPMs, so all we do is "yum update" and "reboot".

Planning/Sizing for Zing on hardware is a little different, but still straight forward. When the zing kernel module starts it immediately takes a chunk of RAM, an all ZVM memory allocation is done inside there. There is no risk of other operating system processes depriving Zing Java of heap space, as it's already taken by the kernel module.

Licensing can either be done by a centralised server for all ZVMs to "dial home" to, or a static license file can be stored on the servers. Review collected by and hosted on G2.com.

What do you dislike about Azul Platform Prime (Zing)?

Early versions (years ago) of ZST didn't upgrade cleanly, we often had to double check that kernel modules were removed from the module tree correctly. However the more recent versions do not have this problem and our management of ZST is a lot smoother now. Review collected by and hosted on G2.com.

Recommendations to others considering Azul Platform Prime (Zing):

Highly recommended for people interested in high performance Java applications. Review collected by and hosted on G2.com.

What problems is Azul Platform Prime (Zing) solving and how is that benefiting you?

We use Zing as the JVM underneath our low latency trading platform. It's memory management prevents a number of the normal Java GC related problems. It doesn't remove the issue entirely (Zing still has to pause to get a consistent state) but this is few and far between. Review collected by and hosted on G2.com.

Show More

Current UserValidated ReviewerIncentivizedSource: Seller invite

MN

Mou N.

Principal Search Engineer

Mid-Market (51-1000 emp.)

2/14/2019

"It has been an awesome experience. "

5/5

What do you like best about Azul Platform Prime (Zing)?

I install zing, use from application , i do not have to worry about my jvm, GC again , ever. Review collected by and hosted on G2.com.

What do you dislike about Azul Platform Prime (Zing)?

Really, nothing . Everything is super! I do not have anything bad to say about zing. Saved my life! Review collected by and hosted on G2.com.

Recommendations to others considering Azul Platform Prime (Zing):

Go for it for any low latency application , saves lot of time tuning jvm . Review collected by and hosted on G2.com.

What problems is Azul Platform Prime (Zing) solving and how is that benefiting you?

GC stops prevents low latency applications behave properly. Our Solr servers runs on zing and it servers more than 750 requests a second on a a cluster with 100s of TB of data with latency less than 150 ms on average. Without zing it would have been impossible for us to run solr the way it is running. Review collected by and hosted on G2.com.

Show More

Current UserValidated ReviewerIncentivizedSource: Seller invite

 ![Verified User in Biotechnology](/assets/icons/anonymous-avatar-purple-4ae1032bdb50ee5682003170c8184aee790d25958bd397abbd384ba52c596a7b.svg "Verified User in Biotechnology")
AB

Verified User in Biotechnology

Mid-Market (51-1000 emp.)

3/31/2019

"zing is a good in memory cache"

4.5/5

What do you like best about Azul Platform Prime (Zing)?

The best thing that we have experienced with zing is the decreased latency and ability to fine tune java virtual machine and its garbage collection process so as to be able to reduce latency in the application and thereby improve application performance as well. Its in memory cache is something that also helps the process of reducing latency. Review collected by and hosted on G2.com.

What do you dislike about Azul Platform Prime (Zing)?

The one area where there could be improvement is when the java virtual machine is first started, there is inherent latency and delay to bring the system up and running and this is something zine should be able to improve upon to make this experience even better. Review collected by and hosted on G2.com.

Recommendations to others considering Azul Platform Prime (Zing):

test zulu for the Java VM involved and the application. Review collected by and hosted on G2.com.

What problems is Azul Platform Prime (Zing) solving and how is that benefiting you?

The main business problem that was being solved was to reduce the latency in application performance that requires considerable effort in fine tuning java virtual machine - zulu helped a lot in this regard to minimize the fine tuning effort. Review collected by and hosted on G2.com.

Show More

Validated ReviewerSource: Seller invite

 ![Verified User in Information Technology and Services](/assets/icons/anonymous-avatar-purple-4ae1032bdb50ee5682003170c8184aee790d25958bd397abbd384ba52c596a7b.svg "Verified User in Information Technology and Services")
CI

Verified User in Information Technology and Services

Enterprise (\> 1000 emp.)

12/4/2019

"Zing "cool beans""

5/5

What do you like best about Azul Platform Prime (Zing)?

Zing helps in efficient GC.This would help in the efficient memory management. Review collected by and hosted on G2.com.

What do you dislike about Azul Platform Prime (Zing)?

little cache overhead. Cache is occupied. Review collected by and hosted on G2.com.

What problems is Azul Platform Prime (Zing) solving and how is that benefiting you?

memory management. Review collected by and hosted on G2.com.

Show More

Validated ReviewerSource: Seller invite

KM

Khola M.

Secondary Teacher

Mid-Market (51-1000 emp.)

2/23/2019

"A major advancement in industry"

4.5/5

What do you like best about Azul Platform Prime (Zing)?

It is a great and compatible and compliant service with the Java SE specification. It breaks and opens all the Java scale barriers and makes a multitude improvement. It has an overhead, fine grained visibility tool that helps you to find problems and accelerate resolution. Review collected by and hosted on G2.com.

What do you dislike about Azul Platform Prime (Zing)?

Till now I have not found any issues with this product. It is a good software. Review collected by and hosted on G2.com.

Recommendations to others considering Azul Platform Prime (Zing):

It is a must try. It is latest which makes it easier to use. Further more, being quick and uncomplicated, it saves your time too. Review collected by and hosted on G2.com.

What problems is Azul Platform Prime (Zing) solving and how is that benefiting you?

A great software ahead of Java that helps you solve your issues in an easy way. it is very easy to use as the tool in it are easy to understand. Thus saves your time. Review collected by and hosted on G2.com.

Show More

Validated ReviewerIncentivizedSource: G2 invite

CN

Chris N.

Small-Business (50 or fewer emp.)

9/27/2018

"Zing JVM (review by open-source license holder)"

4.5/5

What do you like best about Azul Platform Prime (Zing)?

Azul made a very sensible design decision by tightly integrating the memory management of the Zing JVM with the operating system. This allows the JVM to better leverage OS-level memory management features which can be seen in the low latency performance of Zing's C4 garbage collector.

I've found the setup tools which accompany Zing very useful in suggesting which OS properties to tune in order to get the best JVM performance. Zing's online documentation is very detailed and easy to navigate.

Zing's GC performance is impressive and I found GC pauses were measurably lower in the applications I have run on this VM. Review collected by and hosted on G2.com.

What do you dislike about Azul Platform Prime (Zing)?

I've found nothing to dislike about Zing. The VM gives predictable and low latency. The only price you pay for this is that you must use a Linux kernel that is supported by the Zing memory management subsystem which may not be the latest non-stock kernel. If you are running Zing in production this is unlikely to be an issue. Review collected by and hosted on G2.com.

What problems is Azul Platform Prime (Zing) solving and how is that benefiting you?

I'm reviewing Zing as an open-source license holder but I work in the financial services / market data industry where having predictable and low latency is essential as unpredictable or long GC pauses could break SLAs. Review collected by and hosted on G2.com.

Show More

Current UserValidated ReviewerIncentivizedSource: Seller invite

 ![Verified User in Financial Services](/assets/icons/anonymous-avatar-purple-4ae1032bdb50ee5682003170c8184aee790d25958bd397abbd384ba52c596a7b.svg "Verified User in Financial Services")
AF

Verified User in Financial Services

Enterprise (\> 1000 emp.)

2/20/2019

"Good for specific cases"

3/5

What do you like best about Azul Platform Prime (Zing)?

The Zing runtime allows us to run smooth, hiccup free Java applications without the need for ongoing tuning of the garbage collection algorithm. Review collected by and hosted on G2.com.

What do you dislike about Azul Platform Prime (Zing)?

There is some additional overhead required, and it can be difficult to resize applications or add entirely new ones without having to completely restart the memory manager. Review collected by and hosted on G2.com.

Recommendations to others considering Azul Platform Prime (Zing):

It's a specialized product, but if you need what it offers then you should consider it. Review collected by and hosted on G2.com.

What problems is Azul Platform Prime (Zing) solving and how is that benefiting you?

Our goal was to run time-sensitive client-server applications in Java. With the Sun/Oracle Java runtime we needed to allow lengthy start-up times and expect frequent garbage collection pauses during times when the application was busy. While Zing didn't remove the need for garbage collection, it did spread it out over time so that our application did not become unresponsive when we needed it the most. Review collected by and hosted on G2.com.

Show More

Validated ReviewerIncentivizedSource: Seller invite

 ![Sheetal M.](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Sheetal M.")
SM

Sheetal M.

Technical Lead

Small-Business (50 or fewer emp.)

2/22/2019

"Zing is good alternative for Oracle JVM"

3.5/5

What do you like best about Azul Platform Prime (Zing)?

Zing usages minimum RAM or server. I used it in my ubuntu server. The performance is better than Oracle JVM. Resource management is also good of Zing so CPU utilization is low than other. Review collected by and hosted on G2.com.

What do you dislike about Azul Platform Prime (Zing)?

In zing there should be a GUI panel where we can see JVM status and monitor server status. Review collected by and hosted on G2.com.

Recommendations to others considering Azul Platform Prime (Zing):

I would like to recommend for Java Hosting Server to use zing. It is easy to setup and usage minimum resource. Review collected by and hosted on G2.com.

What problems is Azul Platform Prime (Zing) solving and how is that benefiting you?

Zing usages low resources so the overall cost of server reduced. Review collected by and hosted on G2.com.

Show More

Validated ReviewerIncentivizedSource: G2 invite

 ![Verified User in Hospital & Health Care](/assets/icons/anonymous-avatar-purple-4ae1032bdb50ee5682003170c8184aee790d25958bd397abbd384ba52c596a7b.svg "Verified User in Hospital & Health Care")
UH

Verified User in Hospital & Health Care

Small-Business (50 or fewer emp.)

2/14/2019

"Tested zing as a way to improve performance of Apache Solr"

3/5

What do you like best about Azul Platform Prime (Zing)?

Zing is basically a drop-in replacement for the oracle JVM. No code changes required, and the configuration is simplified. Review collected by and hosted on G2.com.

What do you dislike about Azul Platform Prime (Zing)?

The licensing was a bit difficult to get working correctly in a containerized environment. Review collected by and hosted on G2.com.

Recommendations to others considering Azul Platform Prime (Zing):

I would evaluate Zing before purchases. In circumstances where full garbage collection (stop-the-world) events are a problem, Zing will most certainly alleviate this issue. I would also lean heavily on their support team, which was very responsive in our experience. Review collected by and hosted on G2.com.

What problems is Azul Platform Prime (Zing) solving and how is that benefiting you?

We tested zing out as a way to improve performance of Apache Solr. We did not realize an appreciable difference in Solr, but we may revisit this issue in the future. Review collected by and hosted on G2.com.

Show More

Validated ReviewerIncentivizedSource: Seller invite

 ![Verified User in Computer Software](/assets/icons/anonymous-avatar-purple-4ae1032bdb50ee5682003170c8184aee790d25958bd397abbd384ba52c596a7b.svg "Verified User in Computer Software")
AC

Verified User in Computer Software

Enterprise (\> 1000 emp.)

2/6/2019

"Running hundreds of Cassandra nodes on Zing"

4.5/5

What do you like best about Azul Platform Prime (Zing)?

Zing is a great JVM. Minimise GC and maximise JVM heap.

Technical support is great! One of the best in the market both in terms of quality and response time. We also had a dedicated Azul engineer to assist us with the setup and during major incidents involving Zing. Review collected by and hosted on G2.com.

What do you dislike about Azul Platform Prime (Zing)?

I don't think there is something to dislike. I would try to improve the Zing Vision monitoring tool. Review collected by and hosted on G2.com.

What problems is Azul Platform Prime (Zing) solving and how is that benefiting you?

Zing helped us reduce the latency for high percentiles by allowing us to operate Cassandra with a higher heap size (higher than the recommended value) and a low GC impact. Review collected by and hosted on G2.com.

Show More

2/8/2019
Validated ReviewerIncentivizedSource: Seller invite

## Questions about Azul Platform Prime (Zing)? Ask real users or explore answers from the community

Get practical answers, real workflows, and honest pros and cons from the G2 community or share your insights.

[
Ask about Azul Platform Prime (Zing)
](https://www.g2.com/products/azul-platform-prime-zing/discussions/new)

GU

Guest User

What is Azul Platform Prime used for?

0 Upvotes

0

[
Join the conversation
](https://www.g2.com/discussions/what-is-azul-platform-prime-used-for)

[
View all Discussions
](https://www.g2.com/products/azul-platform-prime-zing/discuss)

##### Pricing

Pricing details for this product isn’t currently available. Visit the vendor’s website to learn more.

[
View More Pricing Information
](https://www.g2.com/products/azul-platform-prime-zing/pricing)

Azul Platform Prime (Zing) Comparisons

 ![Product Avatar Image](https://images.g2crowd.com/uploads/product/image/small_square/small_square_ab9254ced6bd0a749eeed26ade2054a6/azul-platform-core-zulu.png "Product Avatar Image")

Azul Platform Core (Zulu)

4.9/5(58)

[
Compare Now
](https://www.g2.com/compare/azul-platform-core-zulu-vs-azul-platform-prime-zing)

 ![Product Avatar Image](https://images.g2crowd.com/uploads/product/image/small_square/small_square_8eecbd20c17e56638eb03cb2ac0fd697/faronics-deep-freeze.jpg "Product Avatar Image")

Faronics

4.3/5(25)

[
Compare Now
](https://www.g2.com/compare/azul-platform-prime-zing-vs-faronics-deep-freeze)

 ![Product Avatar Image](https://images.g2crowd.com/uploads/product/image/small_square/small_square_3a7a925cc43d97814fa81ec2d6c06f45/amazon-corretto.jpeg "Product Avatar Image")

Amazon Corretto

4.5/5(130)

[
Compare Now
](https://www.g2.com/compare/amazon-corretto-vs-azul-platform-prime-zing)

##### Categories on G2

[Java Development Kit (JDK) Distributions](https://www.g2.com/categories/java-development-kit-jdk-distributions)

##### Explore More

[Which agency management software best handles client policies and commission management for independent insurance operations?](https://www.g2.com/discussions/which-agency-management-software-best-handles-client-policies-and-commission-management-for-independent-insurance-operations)[What is the most cost-effective mobile app optimization software?](https://www.g2.com/discussions/what-is-the-most-cost-effective-mobile-app-optimization-software)[Slack vs ClickUp vs Confluence: which one actually works as the single hub a team lives in rather than just another app everyone has open?](https://www.g2.com/discussions/slack-vs-clickup-vs-confluence-which-one-actually-works-as-the-single-hub-a-team-lives-in-rather-than-just-another-app-everyone-has-open%20)

[Top-rated AR software for tech companies](https://www.g2.com/discussions/looking-for-top-rated-ar-software-for-tech-companies)[Where to find the best board software](https://www.g2.com/discussions/where-to-find-the-best-board-software)[Top-rated estimating platforms for large construction firms](https://www.g2.com/discussions/which-estimating-platforms-are-top-rated-for-large-construction-firms)

[Show MoreShow Less](javascript:void(0);)