Close Menu

    Subscribe to Updates

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

    What's Hot

    AI models may be accidentally (and secretly) learning each other’s bad behaviors

    vivo X Fold 5 launches in Malaysia for RM6999

    Microsoft finally fixes the worst thing about Excel’s pivot tables

    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

      AI models may be accidentally (and secretly) learning each other’s bad behaviors

      July 30, 2025

      Another Chinese AI model is turning heads

      July 15, 2025

      AI chatbot Grok issues apology for antisemitic posts

      July 13, 2025

      Apple sued by shareholders for allegedly overstating AI progress

      June 22, 2025

      How far will AI go to defend its own survival?

      June 2, 2025
    • Business

      Cloudflare open-sources Orange Meets with End-to-End encryption

      June 29, 2025

      Google links massive cloud outage to API management issue

      June 13, 2025

      The EU challenges Google and Cloudflare with its very own DNS resolver that can filter dangerous traffic

      June 11, 2025

      These two Ivanti bugs are allowing hackers to target cloud instances

      May 21, 2025

      How cloud and AI transform and improve customer experiences

      May 10, 2025
    • Crypto

      A Once-Rumored Trump Target Is Now Betting Big on Bitcoin

      July 29, 2025

      XLM Downturn Looms: MACD Crossover and Negative Sentiment Raise Red Flags

      July 29, 2025

      Ten Years of Ethereum: How a Blockchain Dream Grew Up

      July 29, 2025

      Bitcoin Is Becoming the Credit Default Swap on a Collapsing Fiat System | US Crypto News

      July 29, 2025

      HTX Introduces Custom Invitation Code Feature with Referral Campaign Offering 1 BTC Grand Prize

      July 29, 2025
    • Technology

      Microsoft finally fixes the worst thing about Excel’s pivot tables

      July 30, 2025

      Logitech’s newest MX Master mouse is on sale for $40 off right now

      July 30, 2025

      Adobe adds one of its most-requested updates to Photoshop

      July 30, 2025

      This AOC 1440p OLED gaming monitor is super cheap today: $485

      July 30, 2025

      Sharethrough, Contentful and Yahoo are among this year’s Digiday Technology Awards finalists

      July 30, 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 Read0 Views
    Facebook Twitter Pinterest Telegram LinkedIn Tumblr Email Reddit
    VMware and Oracle licensing: Time to consider alternatives
    Share
    Facebook Twitter LinkedIn Pinterest WhatsApp Email

    BMI Calculator – Check your Body Mass Index for free!

    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

    BMI Calculator – Check your Body Mass Index for free!

    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

    Microsoft finally fixes the worst thing about Excel’s pivot tables

    July 30, 2025

    Logitech’s newest MX Master mouse is on sale for $40 off right now

    July 30, 2025

    Adobe adds one of its most-requested updates to Photoshop

    July 30, 2025
    Leave A Reply Cancel Reply

    Top Posts

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

    April 14, 202532 Views

    New Akira ransomware decryptor cracks encryptions keys using GPUs

    March 16, 202529 Views

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

    April 22, 202528 Views

    OpenAI details ChatGPT-o3, o4-mini, o4-mini-high usage limits

    April 19, 202522 Views
    Don't Miss
    Artificial Intelligence July 30, 2025

    AI models may be accidentally (and secretly) learning each other’s bad behaviors

    AI models may be accidentally (and secretly) learning each other’s bad behaviorsArtificial intelligence models can…

    vivo X Fold 5 launches in Malaysia for RM6999

    Microsoft finally fixes the worst thing about Excel’s pivot tables

    Logitech’s newest MX Master mouse is on sale for $40 off right now

    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

    AI models may be accidentally (and secretly) learning each other’s bad behaviors

    July 30, 20252 Views

    vivo X Fold 5 launches in Malaysia for RM6999

    July 30, 20252 Views

    Microsoft finally fixes the worst thing about Excel’s pivot tables

    July 30, 20252 Views
    Most Popular

    Xiaomi 15 Ultra Officially Launched in China, Malaysia launch to follow after global event

    March 12, 20250 Views

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

    March 12, 20250 Views

    French Apex Legends voice cast refuses contracts over “unacceptable” AI clause

    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.