-
Enhancement
-
Resolution: Fixed
-
P4
-
23
-
b20
The `-XX:[+-]RegisterFinalizersAtInit` was deprecated in JDK 22 under [0] and becomes obsolete in JDK 23.
This bug is the reminder to remove the code in JDK23.
See https://github.com/openjdk/jdk/compare/master...DanHeidinga:jdk:JDK-8320335-removal for current patch of the removal.
[0] https://bugs.openjdk.org/browse/JDK-8320335
This bug is the reminder to remove the code in JDK23.
See https://github.com/openjdk/jdk/compare/master...DanHeidinga:jdk:JDK-8320335-removal for current patch of the removal.
[0] https://bugs.openjdk.org/browse/JDK-8320335
- relates to
-
JDK-8320335 Deprecate `RegisterFinalizersAtInit` option and code
- Resolved