-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b48
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8085587 | emb-9 | Attila Szegedi | P4 | Resolved | Fixed | team |
JDK-8087021 | 8u65 | Attila Szegedi | P4 | Resolved | Fixed | b01 |
JDK-8069346 | 8u60 | Attila Szegedi | P4 | Resolved | Fixed | b01 |
JDK-8138474 | emb-8u65 | Unassigned | P4 | Resolved | Fixed | b01 |
JDK-8076935 | emb-8u60 | Attila Szegedi | P4 | Resolved | Fixed | team |
ArrayData.push(boolean strict, {int|long|double} item) methods are not being used anymore. The way they're written, they recurse infinitely, in fact, so it's good they aren't being used. (This was a severe FindBugs warning originally saying there's infinite recursion, turns out its curable by just removing the code as it ain't used.)
- backported by
-
JDK-8069346 Dead typed push methods in ArrayData
-
- Resolved
-
-
JDK-8076935 Dead typed push methods in ArrayData
-
- Resolved
-
-
JDK-8085587 Dead typed push methods in ArrayData
-
- Resolved
-
-
JDK-8087021 Dead typed push methods in ArrayData
-
- Resolved
-
-
JDK-8138474 Dead typed push methods in ArrayData
-
- Resolved
-