Details
-
Bug
-
Resolution: Fixed
-
P2
-
8
-
None
-
b117
-
Verified
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8028934 | port-stage-ppc-aix | Xueming Shen | P2 | Resolved | Fixed | master |
Description
The change for JDK-6559590, which updated the spec/implementation to always return empty resulting array for empty input triggers regression in various places. It appears jdk implementation has dependency on the "old" behavior -- return a 1-length array only includes an empty string itself.
Attachments
Issue Links
- backported by
-
JDK-8028934 Fix for String.split() empty input sequence/JDK-6559590 triggers regression.
- Resolved