mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8264827: Large mapped buffer/segment crash the VM when calling isLoaded
Reviewed-by: alanb, mcimadamore
This commit is contained in:
parent
e604320bbd
commit
3c9858ddfb
5 changed files with 36 additions and 13 deletions
|
@ -32,7 +32,7 @@
|
|||
|
||||
JNIEXPORT jboolean JNICALL
|
||||
Java_java_nio_MappedMemoryUtils_isLoaded0(JNIEnv *env, jobject obj, jlong address,
|
||||
jlong len, jint numPages)
|
||||
jlong len, jlong numPages)
|
||||
{
|
||||
jboolean loaded = JNI_FALSE;
|
||||
/* Information not available?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue