On Tue, 17 Sep 2024 06:28:54 GMT, Jaikiran Pai <j...@openjdk.org> wrote:
> Can I please get a review of this change which proposes to deprecate several > outdated and undocumented java launcher options? This addresses > https://bugs.openjdk.org/browse/JDK-8286851. > > Specifically, the non-standard launcher options `-verbosegc`, `-noclassgc`, > `-verify`, `-verifyremote`, `-ss`, `-ms` and `-mx` will be deprecated for > removal. With this change, a deprecation warning will be printed, if any of > these options are used. > > No new tests have been added for this change. Existing tests in tier1, tier2 > and tier3 continue to pass. > > I'll create a CSR shortly for this change. This pull request has now been integrated. Changeset: 67198992 Author: Jaikiran Pai <j...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/67198992ce92da1ee615a73937f22fdaba28fba1 Stats: 7 lines in 1 file changed: 6 ins; 1 del; 0 mod 8286851: Deprecate for removal several of the undocumented java launcher options Reviewed-by: dholmes ------------- PR: https://git.openjdk.org/jdk/pull/21031