Details
-
Enhancement
-
Status: Open
-
P4
-
Resolution: Unresolved
-
16
-
None
-
generic
-
generic
Description
A DESCRIPTION OF THE PROBLEM :
String.isEmpty() is faster, easier to read, and generates less bytecode. It makes sense to replace all occurrences within JDK codebase with the isEmpty() method.
While the change will affect a lot of components (~150 occurrences in the latest codebase). Change is very easy to review.
String.isEmpty() is faster, easier to read, and generates less bytecode. It makes sense to replace all occurrences within JDK codebase with the isEmpty() method.
While the change will affect a lot of components (~150 occurrences in the latest codebase). Change is very easy to review.
Attachments
Issue Links
- links to
-
Review openjdk/jdk/29