Skip to content

Instantly share code, notes, and snippets.

@ntoper
Created March 9, 2021 17:50
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save ntoper/76f0d0f12f70be7bd74003c177f1907b to your computer and use it in GitHub Desktop.
for (int methodToCallCount=0; methodToCallCount <= 7; methodToCallCount++) {
for (int classCount = 0; classCount <= 15; classCount++) {
Class thisClass = Class.forName("io.manycore.reflection.Meng" + classCount);
capture(thisClass.toString());
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment