JVM performance tuning
Within a Java-based system, a lot of responsibility is put on the Java Virtual Machine (JVM) to make sure the application runs smoothly and reliably. JVM performance tuning issues are therefore of paramount concern to any Java developer. Application Performance Monitoring systems, interception, triage and collection each play an important role. In this section find news, research and tutorials on how to better understand JVM performance tuning, and get tips and advice for diagnosing and fixing JVM performance tuning more effectively. The JVM must be carefully monitored and attended to for optimum performance.
New & Notable
JVM performance tuning News
-
May 22, 2019
22
May'19
How to force Maven JDK 1.8 support through the POM file
Maven and Eclipse have always had a rocky relationship, and a common pain point between the two is how to force Maven JDK 1.8 support in new Eclipse projects. Without jumping through a few ...
-
March 22, 2019
22
Mar'19
Oracle's Java 12 adds developer productivity features
The latest version of the Java Platform, Standard Edition, delivers new features to make developers more productive with the Java programming language.
-
December 01, 2018
01
Dec'18
What is a lambda expression and from where did the term 'lambda' elute?
What is a 'lambda function' and more importantly, where did the term 'lambda expression' come from? Here we look at the basics of lambda functions in Java and computer science.
-
October 04, 2017
04
Oct'17
Java SE 9 approaches Atari-like performance at JavaOne 2017
As things get better, they often get slower, making better things worse. Far too often, that’s how things work in the tech sector, which is why I’m glad to see the architects of Java SE 9 bucking ...
JVM performance tuning Get Started
Bring yourself up to speed with our introductory content
-
How to install the JDK on Windows and set up JAVA_HOME
You have options when it comes to JDK installations on Windows and Linux. Here are some helpful tips to ensure a proper install and why JAVA_HOME can be helpful. Continue Reading
-
Java Development Kit (JDK)
The Java Development Kit (JDK) provides the foundation upon which all applications that are targeted toward the Java platform are built. Continue Reading
-
What thought leaders were saying about Java SE 9 in 2017
Understandably, Java SE 9 was a popular topic of discussion in 2017, but so were DevOps and cloud native, according to this list of the 10 most popular podcasts of 2017. Continue Reading
Evaluate JVM performance tuning Vendors & Products
Weigh the pros and cons of technologies, products and projects you are considering.
-
New CDNs bring edge JavaScript to the app performance world
With content distribution networks loaded with edge JavaScript, Cloudfare promises to improve application performance and reducing resource consumption. Continue Reading
-
Exploring a software architect's favorite Oracle JavaFX tools
At JavaOne 2015, Java enthusiast Rob Terpilowski discusses why he's still a fan of Oracle JavaFX tools. Continue Reading
-
Transitioning to Java 8
At JavaOne, the vice president of Java development at Oracle opened up about Java 8 trends and expectations. Continue Reading
Manage JVM performance tuning
Learn to apply best practices and optimize your operations.
-
Java platform: Invigorating robustness and simplicity
Java platform architects reminisce about the design of Java and how the platform is being pushed forward. Continue Reading
-
Tips on leveraging Lambda expressions
Discussion at JavaOne 2014 turned to leveraging capabilities from Lambda expressions. Continue Reading
-
Overcoming barriers to Java application performance
Developers and architects at JavaOne 2014 discussed how to improve Java application performance. Continue Reading
Problem Solve JVM performance tuning Issues
We’ve gathered up expert advice and tips from professionals like you so that the answers you need are always available.
-
Stop with the unsafe internal Java API calls, or the JDK will stop it for you
Soon, any code that uses Java internal APIs will not compile, and shortly after that, code that uses classes in sun.misc will not even run. Continue Reading