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

mh.jmh-core.1.37.source-code.jmh-security-minimal.policy Maven / Gradle / Ivy

Go to download

The jmh is a Java harness for building, running, and analysing nano/micro/macro benchmarks written in Java and other languages targeting the JVM.

The newest version!
grant {
    permission java.lang.RuntimePermission "modifyThread";
    permission java.lang.RuntimePermission "setSecurityManager";
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy