hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/Thread.java
changeset 8110 c992c8d52344
parent 5547 f4b087cbb361
child 25335 2557b9b45520
equal deleted inserted replaced
8109:26c288ddbec3 8110:c992c8d52344
     1 /*
     1 /*
     2  * Copyright (c) 2000, 2009, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
   109   public boolean   isCompilerThread()          { return false; }
   109   public boolean   isCompilerThread()          { return false; }
   110   public boolean   isHiddenFromExternalView()  { return false; }
   110   public boolean   isHiddenFromExternalView()  { return false; }
   111   public boolean   isJvmtiAgentThread()        { return false; }
   111   public boolean   isJvmtiAgentThread()        { return false; }
   112   public boolean   isWatcherThread()           { return false; }
   112   public boolean   isWatcherThread()           { return false; }
   113   public boolean   isConcurrentMarkSweepThread() { return false; }
   113   public boolean   isConcurrentMarkSweepThread() { return false; }
   114   public boolean   isLowMemoryDetectorThread() { return false; }
   114   public boolean   isServiceThread()           { return false; }
   115 
   115 
   116   /** Memory operations */
   116   /** Memory operations */
   117   public void oopsDo(AddressVisitor oopVisitor) {
   117   public void oopsDo(AddressVisitor oopVisitor) {
   118     // FIXME: Empty for now; will later traverse JNI handles and
   118     // FIXME: Empty for now; will later traverse JNI handles and
   119     // pending exception
   119     // pending exception