mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-25 07:27:52 +01:00
replace static constructor für MethodHandles.
This commit is contained in:
parent
e04520e9c5
commit
8c359d4c65
@ -27,6 +27,14 @@ import de.inetsoftware.jwebassembly.api.annotation.Replace;
|
|||||||
*/
|
*/
|
||||||
public class ReplacementForMethodHandles {
|
public class ReplacementForMethodHandles {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Replacement for static code.
|
||||||
|
*/
|
||||||
|
@Replace( "java/lang/invoke/MethodHandles.<clinit>()V" )
|
||||||
|
private static void init() {
|
||||||
|
// nothing
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Replacement for static lookup().
|
* Replacement for static lookup().
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user