Close Menu

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    What's Hot

    Cyber teams on alert as React2Shell exploitation spreads

    Interview: Paul Neville, director of digital, data and technology, The Pensions Regulator

    Edinburgh Airport grounds flights due to IT issue affecting air traffic control provider

    Facebook X (Twitter) Instagram
    • Artificial Intelligence
    • Business Technology
    • Cryptocurrency
    • Gadgets
    • Gaming
    • Health
    • Software and Apps
    • Technology
    Facebook X (Twitter) Instagram Pinterest Vimeo
    Tech AI Verse
    • Home
    • Artificial Intelligence

      Apple’s AI chief abruptly steps down

      December 3, 2025

      The issue that’s scrambling both parties: From the Politics Desk

      December 3, 2025

      More of Silicon Valley is building on free Chinese AI

      December 1, 2025

      From Steve Bannon to Elizabeth Warren, backlash erupts over push to block states from regulating AI

      November 23, 2025

      Insurance companies are trying to avoid big payouts by making AI safer

      November 19, 2025
    • Business

      Public GitLab repositories exposed more than 17,000 secrets

      November 29, 2025

      ASUS warns of new critical auth bypass flaw in AiCloud routers

      November 28, 2025

      Windows 11 gets new Cloud Rebuild, Point-in-Time Restore tools

      November 18, 2025

      Government faces questions about why US AWS outage disrupted UK tax office and banking firms

      October 23, 2025

      Amazon’s AWS outage knocked services like Alexa, Snapchat, Fortnite, Venmo and more offline

      October 21, 2025
    • Crypto

      Terra Luna Classic (LUNC) Soars 100% After Viral T-Shirt Moment in Dubai

      December 6, 2025

      Yi He to Women: “No One Goes Easy on You in Business”

      December 6, 2025

      Maryland Man’s Fraud Conviction Highlights North Korea’s Rising Crypto Threat

      December 6, 2025

      Is Elon Musk’s SpaceX Really Selling Its Bitcoin, Or It’s Just FUD?

      December 6, 2025

      What Does the Market Structure Bill ‘CLARITY Act’ Need to Pass in 2026?

      December 6, 2025
    • Technology

      Cyber teams on alert as React2Shell exploitation spreads

      December 6, 2025

      Interview: Paul Neville, director of digital, data and technology, The Pensions Regulator

      December 6, 2025

      Edinburgh Airport grounds flights due to IT issue affecting air traffic control provider

      December 6, 2025

      Cloudflare fixes second outage in a month

      December 6, 2025

      AWS CEO Garman pitches ‘billions of agents’ as enterprise AI future

      December 6, 2025
    • Others
      • Gadgets
      • Gaming
      • Health
      • Software and Apps
    Check BMI
    Tech AI Verse
    You are at:Home»Technology»VMware and Oracle licensing: Time to consider alternatives
    Technology

    VMware and Oracle licensing: Time to consider alternatives

    TechAiVerseBy TechAiVerseMay 28, 2025No Comments6 Mins Read2 Views
    Facebook Twitter Pinterest Telegram LinkedIn Tumblr Email Reddit
    VMware and Oracle licensing: Time to consider alternatives
    Share
    Facebook Twitter LinkedIn Pinterest WhatsApp Email

    VMware and Oracle licensing: Time to consider alternatives

    With so much Java code running enterprise IT, we consider the benefits of adapting existing systems to make them more cloud-native

    By

    • Cliff Saran,
      Managing Editor

    Published: 28 May 2025 12:45

    Changes to Java and VMware software licensing that have been rolled out over the past few years have a material impact on the total cost of running existing Java-based enterprise systems. IT decision-makers are having to weigh up the extra costs with the additional cost and potential disruption arising from reengineering enterprise Java applications to take advantage of cloud-native architectures. 

    It’s widely acknowledged that IT departments face difficulties modernising enterprise applications that have been running core business functions for years. Java was one of the main languages for developing enterprise applications, as its runtime environment, called the Java Runtime Environment (JRE) enabled code to run on any Java-supported hardware. The code was optimised when the software was run using just-in-time compilation, which has enabled Java applications to take advantage of the latest hardware developments.

    But older applications that were architected well before the era of cloud-native computing do not always work efficiently when re-hosted on a cloud platform. Some Java applications can be migrated relatively easily and are able to make the most of cloud-based IT infrastructure, while some, which have been engineered more as tightly bound, vertically integrated systems, may not run particularly efficiently in the cloud.

    As Scott Sellers, president and CEO of Azul Systems, points out, the speed required by enterprises to continue to innovate to stay on top is always going to be difficult in an environment where there are a lot of existing applications and legacy IT.

    According to Sellers, at any one time, there are 60 billion active Java virtual machines (JVMs), of which 38 billion are in the cloud. “Java is quite prevalent, running all sorts of different workloads,” he said.

    Much of the cloud-hosted Java applications will be running in proprietary virtualisation platforms provided by public cloud providers; others may use popular platforms like VMware or OpenShift, and there will be some that need to run directly on the base hardware.

    “Where speed is everything and businesses don’t want any extra layers of software, we see high-performance applications that are not virtualised today,” said Sellers. “But the majority of applications are using some form of virtualisation.”

    A double whammy

    A few years ago, Oracle simplified licensing of Java. Given the prevalence of Java hosted on VMware vSphere, licensing used to be priced based on the number of physical cores of the server hardware.

    Oracle now sells the Java SE Universal Subscription based on the number of employees. While this simplifies licensing, it can amount to a Java licensing price hike. Companies like Azul Systems have seen an opportunity to migrate organisations using Oracle Java (Oracle JDK) to their own alternative, based on the open source OpenJDK version of Java. For instance, the Azul Systems version is called Azul Platform Core.

    Now, with Broadcom’s acquisition of VMware and its own subscription strategy, organisations using VMware to host their Java applications have to purchase both an Oracle Java SE Universal subscription and a VMware Cloud Foundry (VCF) subscription from Broadcom.

    While it does bundle several previously separately licensed products, as Computer Weekly has previously reported, many VMware users will find that their costs increase as they switch over from the core vSphere VMware virtualisation platform to a full VCF subscription. 

    Lift and shift, and efficient virtualisation

    But as Sellers notes, the flexibility of the Java platform means IT decision-makers can lift and shift Java applications from one virtualisation platform, such as VMware, to another, like Red Hat OpenShift, relatively easily. This is an option IT decision-makers can assess when evaluating the total cost of ownership of their enterprise Java applications.

    But there are also opportunities to move beyond server virtualisation to containerisation. Here, the Java application needs to be engineered in a way that it can be segmented into small manageable blocks of code that can then be converted to microservices.

    Such applications are deemed cloud-native and tend to use cloud-based resources more efficiently than larger, more monolithic Java applications.

    The Java platform also offers the potential to improve how virtualised or containerised Java applications run. According to Sellers, there is a lot more information in a running Java virtual machine that is currently not presented to optimise virtualisation or container management.

    “There is a tremendous amount of information in the Java virtual machine itself, which can make deployments in containers much more efficient by providing additional information to the Kubernetes management infrastructure,” he said.

    As an example, Sellers said that with Java workloads, this information could help Kubernetes make decisions a little bit smarter, such as for auto-scaling. “In today’s environment, Kubernetes orchestration layers are really still looking from the outside in,” he added. “They use fairly coarse grain metrics such as processor utilisation and memory consumption, but there’s a lot more information inside a JVM that could enable the Kubernetes orchestration engine to be smarter.”

    There are also efficiency tweaks that can be made to improve Java’s efficiency when run on cloud-based IT infrastructure. As an example, among the technical features Azul Systems provides to improve how JVMs run in a cloud environment is its Cloud Native compiler.

    “Every time that a job application starts, it’s doing the same thing on every node: it’s starting up; it’s doing the compilation; it’s warming up, and eventually gets up to full speed,” said Sellers.

    He added that much of these tasks are redundant since a JVM replicated across multiple nodes will be doing the same thing. “You’re basically doing very similar work, you’re just scaling them out to be able to handle your aggregate throughput,” said Sellers.

    As part of Azul Systems’ Prime Platform, the Cloud Native compiler provides a shared compiler service, which runs as a Kubernetes managed environment.

    Given Java’s footprint in the cloud and the fact that IT leaders are experiencing rising costs of enterprise Java systems hosted on VMware, there’s a compelling business case to move away from the Oracle JDK Java implementation to an OpenJDK-based alternative and switch from VMware to an alternative platform for hosting these systems.

    Read more on Software development tools


    • SonicWall and Azul note channel momentum

      By: Simon Quicke


    • As Java turns 30, developers switch to OpenJDK

      By: Cliff Saran


    • Oracle Java licensing explained: Addressing complexity, cost and audits

      By: Cliff Saran


    • Interview: Why Java is the future of cloud applications

      By: Cliff Saran

    Share. Facebook Twitter Pinterest LinkedIn Reddit WhatsApp Telegram Email
    Previous ArticleRemote purchase fraud surges 14%, says banking industry
    Next Article DSIT tells Ofcom to prepare to expand regulatory remit to include datacentres
    TechAiVerse
    • Website

    Jonathan is a tech enthusiast and the mind behind Tech AI Verse. With a passion for artificial intelligence, consumer tech, and emerging innovations, he deliver clear, insightful content to keep readers informed. From cutting-edge gadgets to AI advancements and cryptocurrency trends, Jonathan breaks down complex topics to make technology accessible to all.

    Related Posts

    Cyber teams on alert as React2Shell exploitation spreads

    December 6, 2025

    Interview: Paul Neville, director of digital, data and technology, The Pensions Regulator

    December 6, 2025

    Edinburgh Airport grounds flights due to IT issue affecting air traffic control provider

    December 6, 2025
    Leave A Reply Cancel Reply

    Top Posts

    Ping, You’ve Got Whale: AI detection system alerts ships of whales in their path

    April 22, 2025480 Views

    Lumo vs. Duck AI: Which AI is Better for Your Privacy?

    July 31, 2025163 Views

    6.7 Cummins Lifter Failure: What Years Are Affected (And Possible Fixes)

    April 14, 202586 Views

    Is Libby Compatible With Kobo E-Readers?

    March 31, 202563 Views
    Don't Miss
    Technology December 6, 2025

    Cyber teams on alert as React2Shell exploitation spreads

    Cyber teams on alert as React2Shell exploitation spreads Skórzewiak – stock.adobe.com Exploitation of an RCE…

    Interview: Paul Neville, director of digital, data and technology, The Pensions Regulator

    Edinburgh Airport grounds flights due to IT issue affecting air traffic control provider

    Cloudflare fixes second outage in a month

    Stay In Touch
    • Facebook
    • Twitter
    • Pinterest
    • Instagram
    • YouTube
    • Vimeo

    Subscribe to Updates

    Get the latest creative news from SmartMag about art & design.

    About Us
    About Us

    Welcome to Tech AI Verse, your go-to destination for everything technology! We bring you the latest news, trends, and insights from the ever-evolving world of tech. Our coverage spans across global technology industry updates, artificial intelligence advancements, machine learning ethics, and automation innovations. Stay connected with us as we explore the limitless possibilities of technology!

    Facebook X (Twitter) Pinterest YouTube WhatsApp
    Our Picks

    Cyber teams on alert as React2Shell exploitation spreads

    December 6, 20250 Views

    Interview: Paul Neville, director of digital, data and technology, The Pensions Regulator

    December 6, 20250 Views

    Edinburgh Airport grounds flights due to IT issue affecting air traffic control provider

    December 6, 20250 Views
    Most Popular

    Apple thinks people won’t use MagSafe on iPhone 16e

    March 12, 20250 Views

    Volkswagen’s cheapest EV ever is the first to use Rivian software

    March 12, 20250 Views

    Startup studio Hexa acquires majority stake in Veevart, a vertical SaaS platform for museums

    March 12, 20250 Views
    © 2025 TechAiVerse. Designed by Divya Tech.
    • Home
    • About Us
    • Contact Us
    • Privacy Policy
    • Terms & Conditions

    Type above and press Enter to search. Press Esc to cancel.