src/share/vm/compiler/compilerOracle.hpp

changeset 3853
1e76463170b3
parent 2708
1d1603768966
child 6876
710a3c8b516e
child 7143
14b356bbca27
     1.1 --- a/src/share/vm/compiler/compilerOracle.hpp	Fri Jan 20 16:56:31 2012 -0800
     1.2 +++ b/src/share/vm/compiler/compilerOracle.hpp	Thu Mar 29 18:55:32 2012 -0400
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1998, 2012, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -36,6 +36,10 @@
    1.11    static bool _quiet;
    1.12  
    1.13   public:
    1.14 +
    1.15 +  // True if the command file has been specified or is implicit
    1.16 +  static bool has_command_file();
    1.17 +
    1.18    // Reads from file and adds to lists
    1.19    static void parse_from_file();
    1.20  

mercurial