mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-25 15:37:52 +01:00
implement Class.getClassLoader()
This commit is contained in:
parent
6fc9feca70
commit
b15cc8b7ae
@ -159,6 +159,12 @@ class ReplacementForClass {
|
|||||||
"return" )
|
"return" )
|
||||||
private static native int getIntFromMemory( int pos );
|
private static native int getIntFromMemory( int pos );
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Replacement of the Java methods
|
||||||
|
*/
|
||||||
|
ClassLoader getClassLoader() {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Replacement of the native Java methods
|
* Replacement of the native Java methods
|
||||||
@ -195,7 +201,7 @@ class ReplacementForClass {
|
|||||||
/**
|
/**
|
||||||
* Replacement of the native Java methods.
|
* Replacement of the native Java methods.
|
||||||
*/
|
*/
|
||||||
public boolean desiredAssertionStatus() {
|
boolean desiredAssertionStatus() {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user