src/share/vm/services/attachListener.hpp

changeset 9313
fd0ca2c1433b
parent 5412
2e8f19c2feef
child 9448
73d689add964
     1.1 --- a/src/share/vm/services/attachListener.hpp	Fri Aug 28 09:57:54 2015 +0200
     1.2 +++ b/src/share/vm/services/attachListener.hpp	Tue Dec 31 08:58:08 2013 -0500
     1.3 @@ -94,6 +94,9 @@
     1.4    // dequeue the next operation
     1.5    static AttachOperation* dequeue();
     1.6  #endif // !INCLUDE_SERVICES
     1.7 +
     1.8 + private:
     1.9 +  static bool has_init_error(TRAPS);
    1.10  };
    1.11  
    1.12  #if INCLUDE_SERVICES

mercurial