jdk.internal.vm.VMSupport Maven / Gradle / Ivy
The newest version!
package jdk.internal.vm;
import java.util.Properties;
public class VMSupport {
public static synchronized Properties getAgentProperties() {
// compilation stub
return null;
}
}