src/share/vm/runtime/thread.hpp

changeset 2511
bf8517f4e4d0
parent 2508
b92c45f2bc75
child 2868
2e038ad0c1d0
     1.1 --- a/src/share/vm/runtime/thread.hpp	Wed Feb 02 18:38:40 2011 -0500
     1.2 +++ b/src/share/vm/runtime/thread.hpp	Wed Feb 02 14:38:01 2011 -0500
     1.3 @@ -1680,16 +1680,6 @@
     1.4    return cur_sp > low_addr ? cur_sp - low_addr : 0;
     1.5  }
     1.6  
     1.7 -// A JavaThread for low memory detection support
     1.8 -class LowMemoryDetectorThread : public JavaThread {
     1.9 -  friend class VMStructs;
    1.10 -public:
    1.11 -  LowMemoryDetectorThread(ThreadFunction entry_point) : JavaThread(entry_point) {};
    1.12 -
    1.13 -  // Hide this thread from external view.
    1.14 -  bool is_hidden_from_external_view() const      { return true; }
    1.15 -};
    1.16 -
    1.17  // A thread used for Compilation.
    1.18  class CompilerThread : public JavaThread {
    1.19    friend class VMStructs;

mercurial