RFR: 8217383: Obsolete UseImplicitStableValues
Claes Redestad
claes.redestad at oracle.com
Mon Feb 11 17:22:02 UTC 2019
Hi,
the diagnostic flag UseImplicitStableValues has no effect since
String.value was made explicitly @Stable in JDK 9. This patch obsoletes
the flag and removes the special-casing of String.value.
Bug: https://bugs.openjdk.java.net/browse/JDK-8217383
Webrev: http://cr.openjdk.java.net/~redestad/8217383/open.00/
Testing: tier1-3, verified no regressions in a few String
microbenchmarks
CSR filed and approved.
Thanks!
/Claes
More information about the hotspot-compiler-dev
mailing list