--- old/src/share/vm/gc_implementation/shared/concurrentGCThread.hpp 2014-11-07 17:32:38.132000000 -0500 +++ new/src/share/vm/gc_implementation/shared/concurrentGCThread.hpp 2014-11-07 17:32:38.055000000 -0500 @@ -93,6 +93,9 @@ public: static SurrogateLockerThread* make(TRAPS); + // Terminate VM with error message that SLT needed but not yet created. + static void report_missing_slt(); + SurrogateLockerThread(); bool is_hidden_from_external_view() const { return true; }