mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-10 18:38:27 +00:00
8058739: The test case failed as "ERROR in native method: ReleasePrimitiveArrayCritical: failed bounds check"
Reviewed-by: prr, serb
This commit is contained in:
parent
af478a97f4
commit
fa2dc11080
@ -670,7 +670,7 @@ Java_sun_java2d_windows_GDIRenderer_doFillPoly
|
||||
if (ypoints != NULL) {
|
||||
pPoints = TransformPoly(xpoints, ypoints, transx, transy,
|
||||
tmpPts, &npoints, FALSE, FALSE);
|
||||
env->ReleasePrimitiveArrayCritical(ypointsarray, xpoints, JNI_ABORT);
|
||||
env->ReleasePrimitiveArrayCritical(ypointsarray, ypoints, JNI_ABORT);
|
||||
}
|
||||
env->ReleasePrimitiveArrayCritical(xpointsarray, xpoints, JNI_ABORT);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user