-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b01
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8220276 | 11.0.4 | Ramanand Patil | P4 | Resolved | Fixed | b01 |
JDK-8219732 | 11.0.3-oracle | Ramanand Patil | P4 | Resolved | Fixed | b09 |
JDK-8219909 | 11.0.3 | Ramanand Patil | P4 | Resolved | Fixed | b02 |
JDK-8220026 | openjdk8u212 | Ramanand Patil | P4 | Resolved | Fixed | b01 |
JDK-8219845 | 8u222 | Ramanand Patil | P4 | Resolved | Fixed | master |
JDK-8219765 | 8u212 | Ramanand Patil | P4 | Resolved | Fixed | b06 |
JDK-8219743 | 8u211 | Ramanand Patil | P4 | Resolved | Fixed | b08 |
JDK-8224393 | emb-8u221 | Ramanand Patil | P4 | Resolved | Fixed | master |
JDK-8221049 | emb-8u211 | Ramanand Patil | P4 | Resolved | Fixed | b08 |
Methods that define Java identifiers:
isJavaIdentifierStart(int), isJavaIdentifierStart(char), isJavaIdentifierPart(int), and isJavaIdentifierPart(char).
These methods need to be implemented in such a way that they can be tested only against the character information from version 10.0 of the Unicode Standard.
- backported by
-
JDK-8219732 Change isJavaIdentifierStart and isJavaIdentifierPart to handle new code points
- Resolved
-
JDK-8219743 Change isJavaIdentifierStart and isJavaIdentifierPart to handle new code points
- Resolved
-
JDK-8219765 Change isJavaIdentifierStart and isJavaIdentifierPart to handle new code points
- Resolved
-
JDK-8219845 Change isJavaIdentifierStart and isJavaIdentifierPart to handle new code points
- Resolved
-
JDK-8219909 Change isJavaIdentifierStart and isJavaIdentifierPart to handle new code points
- Resolved
-
JDK-8220026 Change isJavaIdentifierStart and isJavaIdentifierPart to handle new code points
- Resolved
-
JDK-8220276 Change isJavaIdentifierStart and isJavaIdentifierPart to handle new code points
- Resolved
-
JDK-8221049 Change isJavaIdentifierStart and isJavaIdentifierPart to handle new code points
- Resolved
-
JDK-8224393 Change isJavaIdentifierStart and isJavaIdentifierPart to handle new code points
- Resolved
- relates to
-
JDK-8216546 Support new Japanese era in java.lang.Character for Java SE 11
- Resolved
-
JDK-8217938 Support new Japanese era in java.lang.Character for Java SE 12
- Closed