Skip to content

Commit

Permalink
Merge pull request #4165 from pdbain-ibm/vmi
Browse files Browse the repository at this point in the history
Release VM Access at end of JVM_ArrayCopy
  • Loading branch information
gacholio committed Jan 3, 2019
2 parents 2f2d9a6 + d357979 commit c5c6361
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions runtime/j9vm/j7vmi.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2002, 2018 IBM Corp. and others
* Copyright (c) 2002, 2019 IBM Corp. and others
*
* This program and the accompanying materials are made available under
* the terms of the Eclipse Public License 2.0 which accompanies this
Expand Down Expand Up @@ -245,8 +245,7 @@ JVM_ArrayCopy(JNIEnv *env, jclass ignored, jobject src, jint src_pos, jobject ds
vmFuncs->setCurrentException(currentThread, J9VMCONSTANTPOOL_JAVALANGARRAYSTOREEXCEPTION, NULL);
}
}

return;
vmFuncs->internalExitVMToJNI(currentThread);
}


Expand Down

0 comments on commit c5c6361

Please sign in to comment.