-
Bug
-
Resolution: Fixed
-
P2
-
None
-
None
-
b47
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8085585 | emb-9 | Attila Szegedi | P2 | Resolved | Fixed | team |
JDK-8087018 | 8u65 | Attila Szegedi | P2 | Resolved | Fixed | b01 |
JDK-8069042 | 8u60 | Attila Szegedi | P2 | Resolved | Fixed | b01 |
JDK-8071884 | 8u51 | Attila Szegedi | P2 | Resolved | Fixed | b01 |
JDK-8071873 | 8u45 | Attila Szegedi | P2 | Resolved | Fixed | b06 |
JDK-8071383 | 8u40 | Attila Szegedi | P2 | Closed | Fixed | b23 |
JDK-8138470 | emb-8u65 | Unassigned | P2 | Resolved | Fixed | b01 |
JDK-8076932 | emb-8u60 | Attila Szegedi | P2 | Resolved | Fixed | team |
JDK-8072545 | emb-8u47 | Attila Szegedi | P2 | Resolved | Fixed | team |
This causes the case of invoking null in JS to throw java.lang.NullPointerException. It is expected to throw a JavaScript specific TypeError instead. Examples of such invocations are
null();
or
var x = null;
...
x();
- backported by
-
JDK-8069042 REGRESSION: test/script/external/test262/test/suite/ch11/11.2/11.2.3/S11.2.3_A3_T5.js fails with tip
- Resolved
-
JDK-8071873 REGRESSION: test/script/external/test262/test/suite/ch11/11.2/11.2.3/S11.2.3_A3_T5.js fails with tip
- Resolved
-
JDK-8071884 REGRESSION: test/script/external/test262/test/suite/ch11/11.2/11.2.3/S11.2.3_A3_T5.js fails with tip
- Resolved
-
JDK-8072545 REGRESSION: test/script/external/test262/test/suite/ch11/11.2/11.2.3/S11.2.3_A3_T5.js fails with tip
- Resolved
-
JDK-8076932 REGRESSION: test/script/external/test262/test/suite/ch11/11.2/11.2.3/S11.2.3_A3_T5.js fails with tip
- Resolved
-
JDK-8085585 REGRESSION: test/script/external/test262/test/suite/ch11/11.2/11.2.3/S11.2.3_A3_T5.js fails with tip
- Resolved
-
JDK-8087018 REGRESSION: test/script/external/test262/test/suite/ch11/11.2/11.2.3/S11.2.3_A3_T5.js fails with tip
- Resolved
-
JDK-8138470 REGRESSION: test/script/external/test262/test/suite/ch11/11.2/11.2.3/S11.2.3_A3_T5.js fails with tip
- Resolved
-
JDK-8071383 REGRESSION: test/script/external/test262/test/suite/ch11/11.2/11.2.3/S11.2.3_A3_T5.js fails with tip
- Closed
- relates to
-
JDK-8068889 Calling a @FunctionalInterface from JS leaks internal objects
- Resolved