We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d965f3 commit 84bc476Copy full SHA for 84bc476
src/hotspot/share/compiler/compilerOracle.cpp
@@ -637,6 +637,10 @@ static void usage() {
637
tty->print_cr("and 'compileonly'. There is no priority of commands. Applying (a subset of) these");
638
tty->print_cr("commands to the same method results in undefined behavior.");
639
tty->cr();
640
+ tty->print_cr("The 'exclude' command excludes methods from top-level compilations as well as");
641
+ tty->print_cr("from inlining, whereas the 'compileonly' command only excludes methods from");
642
+ tty->print_cr("top-level compilations (i.e. they can still be inlined into other compilation units).");
643
+ tty->cr();
644
};
645
646
static int skip_whitespace(char* &line) {
0 commit comments