hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/soql/sa.js
changeset 37129 af29e306e50b
parent 35217 ce4b5303a813
child 40892 330a02d935ad
equal deleted inserted replaced
37128:ea9e0371b8e6 37129:af29e306e50b
     1 /*
     1 /*
     2  * Copyright (c) 2004, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2004, 2016, 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.
   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["SurrogateLockerThread"] = sapkg.runtime.JavaThread;
   840 vmType2Class["ReferencePendingListLockerThread"] = sapkg.runtime.JavaThread;
   841 vmType2Class["DebuggerThread"] = sapkg.runtime.DebuggerThread;
   841 vmType2Class["DebuggerThread"] = sapkg.runtime.DebuggerThread;
   842 
   842 
   843 // gc
   843 // gc
   844 vmType2Class["GenCollectedHeap"] = sapkg.memory.GenCollectedHeap;
   844 vmType2Class["GenCollectedHeap"] = sapkg.memory.GenCollectedHeap;
   845 vmType2Class["DefNewGeneration"] = sapkg.memory.DefNewGeneration;
   845 vmType2Class["DefNewGeneration"] = sapkg.memory.DefNewGeneration;