src/share/vm/runtime/globals.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/runtime/globals.hpp	Tue Sep 22 16:26:54 2015
--- new/src/share/vm/runtime/globals.hpp	Tue Sep 22 16:26:54 2015

*** 3552,3561 **** --- 3552,3564 ---- "List of methods (pkg/class.name) to restrict compilation to") \ \ product(ccstr, CompileCommandFile, NULL, \ "Read compiler commands from this file [.hotspot_compiler]") \ \ + product(ccstr, CompilerDirectivesFile, NULL, \ + "Read compiler directives from this file") \ + \ product(ccstrlist, CompileCommand, "", \ "Prepend to .hotspot_compiler; e.g. log,java/lang/String.<init>") \ \ develop(bool, ReplayCompiles, false, \ "Enable replay of compilations from ReplayDataFile") \
*** 4105,4115 **** --- 4108,4124 ---- "that are annotated with the @HotSpotIntrinsicCandidate " \ "annotation, and that " \ "(3) no orphan methods exist for class C (i.e., methods for " \ "which the VM declares an intrinsic but that are not declared "\ "in the loaded class C. " \ ! "Check (3) is available only in debug builds.") \ + \ + product(bool, CompileCommandCompatibility, false, \ + "Enable backwards compatibility for compile commands.") \ + \ + product(bool, PrintCompilerDirectives, false, \ + "Print compiler directives on installation.") /* * Macros for factoring of globals */

src/share/vm/runtime/globals.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File