-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 16
-
Component/s: tools
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
-