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

src/share/vm/compiler/compilerOracle.hpp

Print this page
rev 7383 : 8027829: CompileCommand does not accept all JLS-conformant class/method names
Summary: Fix parsing and updated comments
Reviewed-by:

*** 32,41 **** --- 32,42 ---- // for some methods class CompilerOracle : AllStatic { private: static bool _quiet; + static void print_tip(); public: // True if the command file has been specified or is implicit static bool has_command_file();
src/share/vm/compiler/compilerOracle.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File