hotspot/src/share/vm/runtime/thread.hpp
changeset 8110 c992c8d52344
parent 8107 78e5bd944384
child 9437 9981851b4b8c
--- a/hotspot/src/share/vm/runtime/thread.hpp	Wed Feb 02 18:38:40 2011 -0500
+++ b/hotspot/src/share/vm/runtime/thread.hpp	Wed Feb 02 14:38:01 2011 -0500
@@ -1680,16 +1680,6 @@
   return cur_sp > low_addr ? cur_sp - low_addr : 0;
 }
 
-// A JavaThread for low memory detection support
-class LowMemoryDetectorThread : public JavaThread {
-  friend class VMStructs;
-public:
-  LowMemoryDetectorThread(ThreadFunction entry_point) : JavaThread(entry_point) {};
-
-  // Hide this thread from external view.
-  bool is_hidden_from_external_view() const      { return true; }
-};
-
 // A thread used for Compilation.
 class CompilerThread : public JavaThread {
   friend class VMStructs;