src/share/vm/compiler/compilerOracle.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File warning2 Cdiff src/share/vm/compiler/compilerOracle.cpp

src/share/vm/compiler/compilerOracle.cpp

Print this page
rev 3821 : [mq]: unused

*** 235,251 **** "option", "quiet", "help" }; - static const char * command_name(OracleCommand command) { - if (command < OracleFirstCommand || command >= OracleCommandCount) { - return "unknown command"; - } - return command_names[command]; - } - class MethodMatcher; static MethodMatcher* lists[OracleCommandCount] = { 0, }; static bool check_predicate(OracleCommand command, methodHandle method) { --- 235,244 ----
src/share/vm/compiler/compilerOracle.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File