On Wed, 22 Apr 2026 11:59:23 GMT, Jaikiran Pai <[email protected]> wrote:
>> 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? Somewhat is that BytecodeVerificationLocal's "doc" is "Enable the Java bytecode verifier for local classes". I assume it means the boot loader rather than "local classes". ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/30877#discussion_r3123766393
