Notes generated: Fri Jan 17 05:18:11 CET 2025
None.
Issue | Description |
---|---|
JDK-8273914 |
Indy String Concat Changes Order of Operations String concatenation has been changed to evaluate each argument and eagerly convert it to a string, in left-to-right order. This fixes a bug in the invokedynamic-based string concatentation strategies introduced in JEP 280. For example, the following now prints
|
Issue | Description |
---|---|
JDK-8335912 |
New jar command option to not overwrite existing files The Example Usages:
or
Either of these commands will extract the |
Priority | Bug | Summary |
---|---|---|
P5 | JDK-8335912 | Add an operation mode to the jar command when extracting to not overwriting existing files |
Priority | Bug | Summary |
---|---|---|
P4 | JDK-8268364 | jmethod clearing should be done during unloading |
Priority | Bug | Summary |
---|---|---|
P4 | JDK-8343474 | [updates] Customize README.md to specifics of update project |
Priority | Bug | Summary |
---|---|---|
P4 | JDK-8345509 | Bump update version of OpenJDK: 11.0.27 |
Priority | Bug | Summary |
---|---|---|
P4 | JDK-8273914 | Indy string concat changes order of operations |