We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 33602fc + a794a39 commit e38fde9Copy full SHA for e38fde9
jdk/src/share/native/com/sun/java/util/jar/pack/jni.cpp
@@ -22,6 +22,13 @@
22
* or visit www.oracle.com if you need additional information or have any
23
* questions.
24
*/
25
+
26
+/*
27
+ * ===========================================================================
28
+ * (c) Copyright IBM Corp. 2024, 2024 All Rights Reserved
29
30
+ */
31
32
#include <sys/types.h>
33
34
#include <stdio.h>
@@ -292,7 +299,7 @@ Java_com_sun_java_util_jar_pack_NativeUnpack_getUnusedInput(JNIEnv *env, jobject
292
299
293
300
if (uPtr->aborting()) {
294
301
THROW_IOE(uPtr->get_abort_message());
295
- return false;
302
+ return null;
296
303
}
297
304
298
305
// We have fetched all the files.
0 commit comments