RFR: JDK-8310502 : Optimization for j.l.Long.fastUUID() [v22]
Roger Riggs
rriggs at openjdk.org
Mon Jun 26 14:43:13 UTC 2023
On Sun, 25 Jun 2023 17:37:27 GMT, Glavo <duke at openjdk.org> wrote:
> To be honest, I have never seen anyone actually use the `-XX:-CompactStrings`. Perhaps at some point in the future, we can investigate its usage and consider deprecate it to reduce the maintenance cost of JDK?
The implementation should do its best whether or not CompactStrings is true or false. (Until the time it is deprecated and remove). Throwing an internal error is not an option.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/14578#issuecomment-1607631421
More information about the core-libs-dev
mailing list