Skip to content

Commit eee3249

Browse files
author
Alexey Semenyuk
committedMay 2, 2020
8244220: Compiler error in jpackage with VS2019
Reviewed-by: herrick, almatvee, prr
1 parent f0f7070 commit eee3249

File tree

1 file changed

+4
-0
lines changed
  • src/jdk.incubator.jpackage/windows/native/libjpackage

1 file changed

+4
-0
lines changed
 

‎src/jdk.incubator.jpackage/windows/native/libjpackage/JniUtils.h

+4
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ struct JniObjWithEnv {
4848
return ! operator == (other);
4949
}
5050

51+
explicit operator bool() const {
52+
return env && obj;
53+
}
54+
5155
JNIEnv *env;
5256
jobject obj;
5357

0 commit comments

Comments
 (0)
Please sign in to comment.