mirror of
https://github.com/corda/corda.git
synced 2025-01-07 13:38:47 +00:00
fix Class.getPackage for system classes in OpenJDK build
This commit is contained in:
parent
3af278b5e6
commit
2642a167e2
@ -3521,9 +3521,9 @@ extern "C" JNIEXPORT jint JNICALL
|
||||
EXPORT(JVM_ClassLoaderDepth)(Thread*) { abort(); }
|
||||
|
||||
extern "C" JNIEXPORT jstring JNICALL
|
||||
EXPORT(JVM_GetSystemPackage)(Thread*, jstring)
|
||||
EXPORT(JVM_GetSystemPackage)(Thread*, jstring s)
|
||||
{
|
||||
return 0;
|
||||
return s;
|
||||
}
|
||||
|
||||
uint64_t
|
||||
|
Loading…
Reference in New Issue
Block a user