This file contains hidden or 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 lol; | |
import java.nio.ByteBuffer; | |
import java.util.concurrent.TimeUnit; | |
import org.openjdk.jmh.annotations.*; | |
/** | |
* Created by grinder on 29.04.17. | |
*/ |
This file contains hidden or 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
class @ExceptionOne : @java.lang.RuntimeException | |
def @ExceptionOne::init_class.java.lang.String : (class @ExceptionOne, class @java.lang.String) => unit { | |
%src.2(%src.0: class @ExceptionOne, %src.1: class @java.lang.String): | |
%src.3 = call[(class @java.lang.RuntimeException, class @java.lang.String) => unit] @java.lang.RuntimeException::init_class.java.lang.String(%src.0: class @ExceptionOne, %src.1: class @java.lang.String) | |
ret unit | |
} |