Wording in compilerOracle.cpp usage() fixed

This commit is contained in:
Kirill Shirokov 2026-03-26 21:40:20 -07:00
parent 83cde8dc0a
commit c5c5d2c4fb

View File

@ -727,8 +727,7 @@ static void usage() {
tty->print_cr(" C2 = 8");
tty->cr();
tty->print_cr("Note: Excluding specific compilation levels may disrupt normal state transitions");
tty->print_cr("between compile levels, as the VM will not automatically work around the excluded");
tty->print_cr("levels.");
tty->print_cr("between the levels, as the VM will not automatically work around the excluded ones.");
tty->cr();
};