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
1 DATA 86,32,B7,35,52,87,35,56 | |
2 DATA 86,0F,B7,35,57,86,3F,B7 | |
3 DATA FF,23,10,8E,00,00,10,BF | |
4 DATA 35,53,10,8E,07,08,10,BF | |
5 DATA 35,58,8E,11,FF,86,AA,A7 | |
6 DATA 82,8C,05,FF,26,F9,10,BE | |
7 DATA 01,12,1F,20,86,8C,0F,03 | |
8 DATA 86,20,B7,04,10,8E,11,DF | |
9 DATA 1F,12,86,04,10,E6,C6,86 | |
10 DATA 69,C4,3F,5C,A7,20,31,A8 |
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
This project has moved to https://github.com/alblue/com.bandlem.jmh.microopts |
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 foo; | |
import java.lang.reflect.Method; | |
public class Main { | |
public static boolean TEST_REFLECTION = false; | |
public static void main(String[] args) throws Exception { | |
System.out.println("Instantiating Target"); | |
Target target = new Target(); |
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 foo; | |
public class X { | |
public static final Runnable y = new Y(); | |
public static final Runnable z = new Z(); | |
static class Y implements Runnable { | |
@Override | |
public void run() { |
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
jekyll |