All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy