ADDITIONAL SYSTEM INFORMATION :
Tested in Linux, but assumed true for all OSs.
A DESCRIPTION OF THE PROBLEM :
Attempting to start the Java 24 JVM using the -Xfuture argument fails
REGRESSION : Last worked in version 23.0.1
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
java -Xfuture <my_class>
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
This is not really a bug report, but a request to update the release notes for Java 24. It is fairly obvious that you have removed support for -Xfuture as a JVM argument (as previous versions mentioned). For the sake of completeness, would you please update the release notes for Java 24 to mention this as a change made in Java 24? https://jdk.java.net/24/release-notes
Thank you!
ACTUAL -
Unrecognized option: -Xfuture
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
---------- BEGIN SOURCE ----------
Unnecessary
---------- END SOURCE ----------
FREQUENCY : always
Tested in Linux, but assumed true for all OSs.
A DESCRIPTION OF THE PROBLEM :
Attempting to start the Java 24 JVM using the -Xfuture argument fails
REGRESSION : Last worked in version 23.0.1
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
java -Xfuture <my_class>
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
This is not really a bug report, but a request to update the release notes for Java 24. It is fairly obvious that you have removed support for -Xfuture as a JVM argument (as previous versions mentioned). For the sake of completeness, would you please update the release notes for Java 24 to mention this as a change made in Java 24? https://jdk.java.net/24/release-notes
Thank you!
ACTUAL -
Unrecognized option: -Xfuture
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
---------- BEGIN SOURCE ----------
Unnecessary
---------- END SOURCE ----------
FREQUENCY : always
- relates to
-
JDK-8224524 Deprecate the -Xfuture option
-
- Closed
-