View gist:76f0d0f12f70be7bd74003c177f1907b
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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()); | |
} | |
} |
View gist:f552cbf77970e6ffd54a8a9d2708d746
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (false) { | |
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()); | |
} | |
} | |
} |
View demo.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package io.manycore; | |
public class Main { | |
public static void main(String[] args) throws ClassNotFoundException { | |
boolean flag = false; | |
if (System.getenv("PROD").equals("1")); | |
flag = true; | |
if (flag) { | |
for (int methodToCallCount=0; methodToCallCount <= 7; methodToCallCount++) { |
View test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lklk |