Skip to content

Instantly share code, notes, and snippets.

@gsmet
Created February 25, 2019 14:09
Show Gist options
  • Save gsmet/97f15ed3624c64be5970539a550862e7 to your computer and use it in GitHub Desktop.
Save gsmet/97f15ed3624c64be5970539a550862e7 to your computer and use it in GitHub Desktop.
mv.invokeVirtualMethod(ofMethod(PrintStream.class, "println", void.class, String.class),
mv.readStaticField(FieldDescriptor.of(System.class, "out", PrintStream.class)),
mv.invokeStaticMethod(ofMethod(System.class, "getProperty", String.class, String.class), mv.load(JAVAX_NET_SSL_TRUST_STORE)));
mv.invokeVirtualMethod(ofMethod(PrintStream.class, "println", void.class, String.class),
mv.readStaticField(FieldDescriptor.of(System.class, "out", PrintStream.class)),
mv.invokeStaticMethod(ofMethod(System.class, "getProperty", String.class, String.class), mv.load(JAVA_LIBRARY_PATH)));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment