-
Bug
-
Resolution: Fixed
-
P3
-
9
-
None
-
b140
-
generic
-
generic
As part of fix for JDK-8162461 we removed RELEASE_ARRAYS() call in imageioJPEG.c for setjmp case.
But RELEASE_ARRAYS should be there in setjmp as we can reach setjmp from any point during write as it is a non-local jump.
But RELEASE_ARRAYS should be there in setjmp as we can reach setjmp from any point during write as it is a non-local jump.