8217735: awt_image_GifImageDecoder_parseImage() "interlace" param has the wrong type
Reviewed-by: psadhukhan, jdv
Contributed-by: andrew_m_leonard@uk.ibm.com
--- a/src/java.desktop/share/native/libawt/awt/image/gif/gifdecoder.c Wed Mar 27 12:27:56 2019 +0530
+++ b/src/java.desktop/share/native/libawt/awt/image/gif/gifdecoder.c Thu Mar 28 13:47:10 2019 +0530
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1995, 2014, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1995, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@@ -117,7 +117,7 @@
jobject this,
jint relx, jint rely,
jint width, jint height,
- jint interlace,
+ jboolean interlace,
jint initCodeSize,
jbyteArray blockh,
jbyteArray raslineh,