-
Bug
-
Resolution: Fixed
-
P3
-
9
-
None
-
b44
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8085577 | emb-9 | Attila Szegedi | P3 | Resolved | Fixed | team |
JDK-8087012 | 8u65 | Attila Szegedi | P3 | Resolved | Fixed | b01 |
JDK-8067878 | 8u60 | Attila Szegedi | P3 | Resolved | Fixed | b01 |
JDK-8138525 | emb-8u65 | Unassigned | P3 | Resolved | Fixed | b01 |
JDK-8076926 | emb-8u60 | Attila Szegedi | P3 | Resolved | Fixed | team |
This very simple program throws an assertion in code generator about trying to load an uninitialized slot:
(function (p) {
var a, b;
a = p ? ((b = 0), b) : 0;
return a;
})(true);
(function (p) {
var a, b;
a = p ? ((b = 0), b) : 0;
return a;
})(true);
- backported by
-
JDK-8067878 Local variable type calculation mismatch
-
- Resolved
-
-
JDK-8076926 Local variable type calculation mismatch
-
- Resolved
-
-
JDK-8085577 Local variable type calculation mismatch
-
- Resolved
-
-
JDK-8087012 Local variable type calculation mismatch
-
- Resolved
-
-
JDK-8138525 Local variable type calculation mismatch
-
- Resolved
-
- duplicates
-
JDK-8067763 ASCII-doctor breaks down with VerifyError in JDK9
-
- Closed
-
(1 duplicates)