hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/soql/sa.js
changeset 40892 330a02d935ad
parent 37129 af29e306e50b
child 46729 c62d2e8b2728
equal deleted inserted replaced
40891:8010999ff6d0 40892:330a02d935ad
   835 
   835 
   836 // Java Threads
   836 // Java Threads
   837 vmType2Class["JavaThread"] = sapkg.runtime.JavaThread;
   837 vmType2Class["JavaThread"] = sapkg.runtime.JavaThread;
   838 vmType2Class["CompilerThread"] = sapkg.runtime.CompilerThread;
   838 vmType2Class["CompilerThread"] = sapkg.runtime.CompilerThread;
   839 vmType2Class["CodeCacheSweeperThread"] = sapkg.runtime.CodeCacheSweeperThread;
   839 vmType2Class["CodeCacheSweeperThread"] = sapkg.runtime.CodeCacheSweeperThread;
   840 vmType2Class["ReferencePendingListLockerThread"] = sapkg.runtime.JavaThread;
       
   841 vmType2Class["DebuggerThread"] = sapkg.runtime.DebuggerThread;
   840 vmType2Class["DebuggerThread"] = sapkg.runtime.DebuggerThread;
   842 
   841 
   843 // gc
   842 // gc
   844 vmType2Class["GenCollectedHeap"] = sapkg.memory.GenCollectedHeap;
   843 vmType2Class["GenCollectedHeap"] = sapkg.memory.GenCollectedHeap;
   845 vmType2Class["DefNewGeneration"] = sapkg.memory.DefNewGeneration;
   844 vmType2Class["DefNewGeneration"] = sapkg.memory.DefNewGeneration;