Debugging JVM Performance Issues at Okta

Debugging JVM Performance Issues at Okta

This post describes some JVM performance issues we experienced at Okta and how we solved them.

We might face the same issue you described above.
We have an Application Performance Monitoring tool that collects data about our application and application server (Tomcat).
We experience long RedefineClasses pause-events in the same way and we are trying to figure out what can be the reason for this.
Can you tell us more information about your case?

  • What kind of Java Agent do you have?
  • What instrumentation did you disable and how?