hotspot/src/share/vm/compiler/compilerOracle.hpp
changeset 12981 b557c10f5444
parent 8921 14bfe81f2a9d
child 24658 e41df2fc6e87
--- a/hotspot/src/share/vm/compiler/compilerOracle.hpp	Wed Jul 05 18:00:52 2017 +0200
+++ b/hotspot/src/share/vm/compiler/compilerOracle.hpp	Thu Mar 29 18:55:32 2012 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1998, 2012, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -36,6 +36,10 @@
   static bool _quiet;
 
  public:
+
+  // True if the command file has been specified or is implicit
+  static bool has_command_file();
+
   // Reads from file and adds to lists
   static void parse_from_file();