-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 9
-
Component/s: client-libs
-
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.