• All
  • Cloud
    • Solutions
    • Virtualization
  • Data
    • Analytics
    • Big Data
    • Customer Data Platform
  • Digital
    • Digital Marketing
    • Social Media Marketing
  • Finance
    • Cost Management
    • Risk & Compliance
  • Human Resources
    • HR Solutions
    • Talent Management
  • IT Infra
    • App Management Solutions
    • Best Practices
    • Datacenter Solutions
    • Infra Solutions
    • Networking
    • Storage
    • Unified Communication
  • Mobility
  • Sales & Marketing
    • Customer Relationship Management
    • Sales Enablement
  • Security
  • Tech
    • Artificial Intelligence
    • Augmented Reality
    • Blockchain
    • Chatbots
    • Internet of Things
    • Machine Learning
    • Virtual Reality
Java Ahead-of-Time Compilation with Oracle GraalVM

Java Ahead-of-Time Compilation with Oracle GraalVM

Oracle
Published by: Research Desk Released: Oct 23, 2020

Java developers are familiar with the HotSpot VM’s JIT (just in time) compiler which converts application bytecode into native machine code at runtime for optimal performance. Some of the drawbacks to this approach are large disk footprint, slow application startup, and significant memory overhead – all of which are problematic for microservices and other containerized workloads.

Did you know? Oracle GraalVM’s high performance optimizing compiler can be used in both JIT and AOT (ahead of time) mode? GraalVM generated “native image” executables are compact, have instant startup, and consume a very small memory footprint since JIT compiler is not required.

Tune in to this 30-minute interactive session with Christian Wimmer, Consulting Researcher and Project Lead for GraalVM, to learn why GraalVM native image is leveraged by popular microservices frameworks like Micronaut, Helidon, Quarkus, and very soon Spring Boot. Join the discussion to review the JIT and AOT compilation techniques and explore their advantages, differences, and applicability.