Can I turn off embedding the tested classes?

Smith, Bill (Tridium) bsmith at tridium.com
Wed Oct 21 19:14:27 UTC 2015


I have a java security provider that I'm trying to benchmark. When I compile
my benchmark classes, it also embeds the security provider classes in the
jar. The problem is that when these classes are referenced, they fail to
load because they are not signed with an Oracle security provider code
signing cert. Is there a way to compile jmh so that it references the
classes from the classpath vs having them embedded in the same jar?

TIA,
Bill



More information about the jmh-dev mailing list