Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8045358 | 8u25 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
JDK-8038556 | 8u20 | Goetz Lindenmaier | P4 | Resolved | Fixed | b08 |
JDK-8053466 | emb-8u26 | Goetz Lindenmaier | P4 | Resolved | Fixed | b17 |
The cppInterpreter generates a NullPointerException with "" as message. Jck test
api/java_util/Objects/index.html#RequireNonNullMessageSupplier expects NULL. This is also what the template interpreter uses.
Fix: change "" to NULL.
api/java_util/Objects/index.html#RequireNonNullMessageSupplier expects NULL. This is also what the template interpreter uses.
Fix: change "" to NULL.
- backported by
-
JDK-8038556 cppInterpreter: fix message of NPE
-
- Resolved
-
-
JDK-8045358 cppInterpreter: fix message of NPE
-
- Resolved
-
-
JDK-8053466 cppInterpreter: fix message of NPE
-
- Resolved
-