-
Bug
-
Resolution: Fixed
-
P4
-
16
The Jshell test jdk/jshell/ImportTest.java uses "new double(...)"
that has been deprecated for removal.
It can be replaced by Double.valueof(...).
that has been deprecated for removal.
It can be replaced by Double.valueof(...).
- relates to
-
JDK-8252181 [JEP 390] Define & apply annotation jdk.internal.ValueBased
- Resolved