Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (101)
JavaBeans (21)
JDBC (121)
JDK (426)
JSP (20)
Logging (108)
Mail (58)
Messaging (8)
Network (84)
PDF (97)
Report (7)
Scripting (84)
Security (32)
Server (121)
Servlet (26)
SOAP (24)
Testing (54)
Web (15)
XML (309)
Collections:
Other Resources:
JDK 11 jdk.hotspot.agent.jmod - Hotspot Agent Module
JDK 11 jdk.hotspot.agent.jmod is the JMOD file for JDK 11 Hotspot Agent module.
JDK 11 Hotspot Agent module compiled class files are stored in \fyicenter\jdk-11.0.1\jmods\jdk.hotspot.agent.jmod.
JDK 11 Hotspot Agent module compiled class files are also linked and stored in the \fyicenter\jdk-11.0.1\lib\modules JImage file.
JDK 11 Hotspot Agent module source code files are stored in \fyicenter\jdk-11.0.1\lib\src.zip\jdk.hotspot.agent.
You can click and view the content of each source code file in the list below.
✍: FYIcenter
⏎ sun/jvm/hotspot/debugger/win32/coff/DebugVC50SymbolTypes.java
/* * Copyright (c) 2001, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * */ package sun.jvm.hotspot.debugger.win32.coff; /** <P> Enumerates the types of symbols returned by the {@link sun.jvm.hotspot.debugger.win32.coff.DebugVC50SymbolIterator}. (Some of the descriptions are taken directly from Microsoft's documentation and are copyrighted by Microsoft.) </P> <P> NOTE that these types are specified as integers rather than short integers; this is to make comparisons and switches simpler because of Java's automatic sign extension. </P> */ public interface DebugVC50SymbolTypes { /** Compile flags symbol */ public static final int S_COMPILE = 0x0001; /** Start search */ public static final int S_SSEARCH = 0x0005; /** End block, procedure, with, or thunk */ public static final int S_END = 0x0006; /** Reserve symbol space */ public static final int S_SKIP = 0x0007; /** Reserved for CodeView internal use */ public static final int S_CVRESERVE = 0x0008; /** Specify name of object file */ public static final int S_OBJNAME = 0x0009; /** Specify end of arguments in function symbols */ public static final int S_ENDARG = 0x000a; /** Microfocus COBOL user-defined type */ public static final int S_COBOLUDT = 0x000b; /** Many register symbol */ public static final int S_MANYREG = 0x000c; /** Function return description */ public static final int S_RETURN = 0x000d; /** Description of this pointer at entry */ public static final int S_ENTRYTHIS = 0x000e; /** Register variable */ public static final int S_REGISTER = 0x1001; /** Constant symbol */ public static final int S_CONSTANT = 0x1002; /** User-defined type */ public static final int S_UDT = 0x1003; /** Microfocus COBOL User-defined type (#2) */ public static final int S_COBOLUDT2 = 0x1004; /** Many register symbol (#2) */ public static final int S_MANYREG2 = 0x1005; /** BP relative 16:32 */ public static final int S_BPREL32 = 0x1006; /** Local data 16:32 */ public static final int S_LDATA32 = 0x1007; /** Global data 16:32 */ public static final int S_GDATA32 = 0x1008; /** Public symbol 16:32 */ public static final int S_PUB32 = 0x1009; /** Local procedure start 16:32 */ public static final int S_LPROC32 = 0x100a; /** Global procedure start 16:32 */ public static final int S_GPROC32 = 0x100b; /** Thunk start 16:32 */ public static final int S_THUNK32 = 0x0206; /** Block start 16:32 */ public static final int S_BLOCK32 = 0x0207; /** With start 16:32 */ public static final int S_WITH32 = 0x0208; /** Label 16:32 */ public static final int S_LABEL32 = 0x0209; /** Change execution model 16:32 */ public static final int S_CEXMODEL32 = 0x020a; /** Virtual function table path descriptor 16:32 */ public static final int S_VFTTABLE32 = 0x100c; /** 16:32 offset relative to arbitrary register */ public static final int S_REGREL32 = 0x100d; /** Local Thread Storage data */ public static final int S_LTHREAD32 = 0x100e; /** Global Thread Storage data */ public static final int S_GTHREAD32 = 0x100f; /** Local procedure start MIPS */ public static final int S_LPROCMIPS = 0x1010; /** Global procedure start MIPS */ public static final int S_GPROCMIPS = 0x1011; /** Reference to a procedure */ public static final int S_PROCREF = 0x0400; /** Reference to data */ public static final int S_DATAREF = 0x0401; /** Page align symbols */ public static final int S_ALIGN = 0x0402; }
⏎ sun/jvm/hotspot/debugger/win32/coff/DebugVC50SymbolTypes.java
Or download all of them as a single archive file:
File name: jdk.hotspot.agent-11.0.1-src.zip File size: 1243786 bytes Release date: 2018-11-04 Download
⇒ JDK 11 jdk.httpserver.jmod - HTTP Server Module
2020-02-29, 145095👍, 0💬
Popular Posts:
The JMX technology provides the tools for building distributed, Web-based, modular and dynamic solut...
How to perform XML Schema validation with sax\Writer.java provided in the Apache Xerces package? You...
Old version of xml-apis.jar. JAR File Size and Download Location: File name: xmlParserAPIs.jar File ...
JDK 11 java.xml.crypto.jmod is the JMOD file for JDK 11 XML (eXtensible Markup Language) Crypto modu...
What is the dom\GetElementsByTagName .javaprovided in the Apache Xerces package? I have Apache Xerce...