mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-14 18:43:27 +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 {
|
||||
|
||||
/**
|
||||
* Replacement for static code.
|
||||
*/
|
||||
@Replace( "java/lang/invoke/MethodHandles.<clinit>()V" )
|
||||
private static void init() {
|
||||
// nothing
|
||||
}
|
||||
|
||||
/**
|
||||
* Replacement for static lookup().
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user