This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
|
Azul Systems, Inc. (also known as Azul) is a company that develops and distributes runtimes (JDK, JRE, JVM) for executing Java-based applications. The company was founded in March 2002. Azul Systems has headquarters in Sunnyvale, California.[1]
Company type | Private |
---|---|
Industry | Computer Software |
Founded | 2002 |
Headquarters | , United States |
Key people | Scott Sellers, CEO, President, and Co-Founder Gil Tene, CTO, Co-Founder Leonid Leniashin, VP of Engineering |
Website | www |
History
editAzul Systems was founded by Scott Sellers (now President & CEO), Gil Tene (CTO), and Shyam Pillalamarri. Initially founded as a hardware appliance company, Azul's Java Compute Appliances (JCAs) were designed to massively scale up the usable computing resources available to Java applications. The first compute appliances, offered in April 2005, were the Vega 1-based models.[2][3]
With the introduction of Azul Platform Prime in 2010,[4] the company transitioned to producing software-only products. It retired its hardware appliance Vega product lines in 2013. Stephen DeWitt previously held the position of CEO.[5]
On April 1, 2020, Azul announced that it had closed a strategic growth equity investment led by London-based Vitruvian Partners and New York-based Lead Edge Capital.[6] In the agreement, Azul shareholders were expected to receive a total of approximately $340 million in consideration. Based on public filings,[7] Azul had raised more than $200M in financing to date.
Products
editAzul Platform Prime (formerly Zing)
editAzul produced Platform Prime, a Java virtual machine (JVM) and runtime platform for Java applications.
Platform Prime is compliant with the associated Java SE version standards. It is based on the same HotSpot JVM and JDK code base used by the Oracle and OpenJDK JDKs, with enhancements relating to garbage collection, JIT compilation, and Warmup behaviors, all aimed at producing improved application execution metrics and performance indicators.
Key feature areas in Platform Prime include:
- C4 (Continuously Concurrent Compacting Collector):[8] A garbage collector reported to maintain concurrent, disruption-free application execution across wide ranges of heap sizes and allocation rates [from sub-GB to multi-TB, from MBs/sec to tens of GB/sec]
- Falcon:[9] An LLVM-based JIT compiler that delivers dynamically and heavily optimized application code at runtime
- ReadyNow:[10][11] A feature aimed at improving application startup and warmup behaviors, reducing the amount of slowness experienced by Java applications as they get started or restarted
Formerly known as Zing, it first became available on October 19, 2010.[4] The company was formerly known for its Vega Java Compute Appliances, specialized hardware designed to use compute resources available to Java applications. Zing utilized and improved on the software technology initially developed for the Vega hardware.[12]
The product has been regularly updated and refreshed since then.[13]
Platform Prime is available for Linux, and requires x86-based hardware powered by Intel or AMD processors.[14]
Azul Platform Core (formerly Zulu and Zulu Embedded JVM)
editAzul distributes and supports Zulu and Zulu Enterprise, a certified binary build of OpenJDK. The initial release in September 2013 supported Java 7 ran on Windows 2008 R2 and 2012 on the Windows Azure Cloud.[15] On January 21, 2014, Azul announced Zulu support for multiple Linux versions, Java 6, as well as Zulu Enterprise, which has subscription support options.[16] Support for Java 8 was added in April 2014 and Mac OS X support was added in June 2014.[17] In September 2014, Zulu was extended to support Docker.[18] Zulu Embedded, which allows developers to customize the build footprint, was released in March, 2015.[19]
Azul produces the jHiccup open-source performance measurement tool for Java applications. It is designed to measure the stalls or "hiccups" caused by an application's underlying Java platform.[20]
Azul Intelligence Cloud
editIn December 2021, Azul launched Intelligence Cloud,[21] a family of products that apply cloud resources to analyze and optimize Java fleets and provide actionable intelligence. The first product, Cloud Native Compiler,[22] uses a cloud-centric approach that decouples just-in-time (JIT) compilation from the Java virtual machine (JVM); it is compatible with all Java applications and retains the full advantages of JIT compilation.
References
edit- ^ "Company Locations". Azul Systems.
- ^ Azul Systems at Purdue University Purdue University's S3Lab use of Vega 3 hardware platform for transactional memory abstraction research
- ^ Azul Systems Vega 3 announcement, 2008
- ^ a b Azul Zing: moving its JVM from silicon to software, ZDNet
- ^ DeWitt, Stephen (2003). "Commission of Corporations, State of California, Notice of Transaction Pursuant to Corporations Code 25102(f)" (PDF). San Francisco: California Department of Corporations.[permanent dead link]
- ^ "Azul Systems receives growth equity investment". spglobal.com. Retrieved January 7, 2022.
- ^ California Department of Business Oversight Database
- ^ Tene, Gil; Iyengar, Balaji; Wolf, Michael (2011). "C4: the continuously concurrent compacting collector" (PDF). ISMM '11: Proceedings of the international symposium on Memory management. doi:10.1145/1993478. ISBN 9781450302630.
- ^ Falcon: An optimizing Java JIT, The 11th meeting of LLVM developers and users Keynote
- ^ Azul ReadyNow! Blasts Heat On Java "Warm-Up" Problem, Dr. Dobbs
- ^ New ReadyNow From Azul Systems Solves The Java Warmup Problem, App Developer Magazine
- ^ Ryan Slobojan (December 30, 2010). "Azul Puts the Zing in Java". Retrieved March 15, 2018.
- ^ Release Notes of Azul Zulu Prime Stream and Stable Builds of OpenJDK
- ^ Azul Zulu Prime Builds of OpenJDK System Requirements
- ^ Microsoft, Azul to put open-source Java on Azure cloud, InfoWorld, July 24, 2013 Archived October 21, 2013, at the Wayback Machine
- ^ Azul Systems press releases Azul Systems® Launches Zulu™ Enterprise, a Commercialized, Fully-Supported Version of OpenJDK™ and Azul Systems® Extends Zulu™ to Support Java 6 and Major Linux Distributions
- ^ Azul Systems press releases Azul Systems Extends Zulu® Runtime for Java to Support Java 8 and Azul Systems Extends Zulu® Runtime for Java to Support Mac OS X
- ^ Run anywhere again: Java hooks up with Docker, InfoWorld
- ^ Java-based platforms certified for IoT, Electronics Weekly
- ^ Azul Releases Open-Source jHiccup Tool to Provide Response Time Analysis of the Java Runtime
- ^ Hainzinger, Brittany. "Intelligence cloud lands from Azul". App Developer Magazine. Retrieved January 13, 2022.
- ^ Krill, Paul (December 15, 2021). "Azul brings Java compilation to the cloud". InfoWorld. Retrieved January 13, 2022.
External links
edit- Azul Systems official website
- Priming Java for Speed – Azul CTO Gil Tene's presentation from QCon SF 2014 (video)
- Understanding Java Garbage Collection - Azul CTO Gil Tene's presentation from SpringOne 2GX 2013 (video)
- C4 white paper - White paper from the ACM conference describing the C4 (Continuously Concurrent Compacting Collector) garbage collection algorithm. Authors: Gil Tene, Balaji Iyengar and Michael Wolf, all of Azul Systems
- Enabling Java in Latency-Sensitive Environments - Video of Azul CTO Gil Tene's presentation from QCon New York 2013