druid/core
Xavier Léauté 496dfa3b15
fix JVMMonitor initialization with JDK11 (#8397)
JVMMonitor requires access to jdk.internal.perf.Perf to enable GC
counters, which requires additional JVM arguments with JDK11.

This change adds a fallback in case GC counters cannot be initialized,
and logs a warning message explaining how GC counters can be enabled.
2019-08-25 08:26:58 -04:00
..
src fix JVMMonitor initialization with JDK11 (#8397) 2019-08-25 08:26:58 -04:00
pom.xml Do not assume system classloader is URLClassLoader in Java 9+ (#8392) 2019-08-24 20:47:54 -04:00