src/share/vm/gc_implementation/shared/concurrentGCThread.hpp

changeset 7360
4e4ebe50c8e3
parent 6906
581e70386ec9
child 7535
7ae4e26cb1e0
     1.1 --- a/src/share/vm/gc_implementation/shared/concurrentGCThread.hpp	Mon Nov 17 16:36:09 2014 +0000
     1.2 +++ b/src/share/vm/gc_implementation/shared/concurrentGCThread.hpp	Tue Nov 11 13:39:00 2014 -0500
     1.3 @@ -93,6 +93,9 @@
     1.4   public:
     1.5    static SurrogateLockerThread* make(TRAPS);
     1.6  
     1.7 +  // Terminate VM with error message that SLT needed but not yet created.
     1.8 +  static void report_missing_slt();
     1.9 +
    1.10    SurrogateLockerThread();
    1.11  
    1.12    bool is_hidden_from_external_view() const     { return true; }

mercurial