On Wed, 22 Apr 2026 11:53:33 GMT, David Holmes <[email protected]> wrote:
>> Jaikiran Pai has updated the pull request incrementally with one additional >> commit since the last revision: >> >> remove mention of -Xverify:none from the java launcher help text > > src/java.base/share/classes/sun/launcher/resources/launcher.properties line > 199: > >> 197: \ The actual size may be rounded up to a multiple >> of the\n\ >> 198: \ system page size as required by the operating >> system.\n\ >> 199: \ -Xverify sets the mode of the bytecode verifier\n\ > > Are the remaining modes explained anywhere? Hello David, yesterday I went looking for those options in the `java` man page and JVM technical documentation at: https://docs.oracle.com/en/java/javase/26/docs/specs/man/java.html https://docs.oracle.com/en/java/javase/26/vm/java-virtual-machine-technology-overview.html But it isn't listed in either of those. Are there any other places you suggest looking at? ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/30877#discussion_r3123749579
