47703
|
1 |
#
|
|
2 |
# Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
|
|
3 |
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
4 |
#
|
|
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
|
|
7 |
# published by the Free Software Foundation. Oracle designates this
|
|
8 |
# particular file as subject to the "Classpath" exception as provided
|
|
9 |
# by Oracle in the LICENSE file that accompanied this code.
|
|
10 |
#
|
|
11 |
# This code is distributed in the hope that it will be useful, but WITHOUT
|
|
12 |
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
13 |
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
14 |
# version 2 for more details (a copy is included in the LICENSE file that
|
|
15 |
# accompanied this code).
|
|
16 |
#
|
|
17 |
# You should have received a copy of the GNU General Public License version
|
|
18 |
# 2 along with this work; if not, write to the Free Software Foundation,
|
|
19 |
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
20 |
#
|
|
21 |
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
|
22 |
# or visit www.oracle.com if you need additional information or have any
|
|
23 |
# questions.
|
|
24 |
#
|
|
25 |
# ##########################################################
|
|
26 |
# ### THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. ###
|
|
27 |
# ##########################################################
|
|
28 |
#
|
|
29 |
module name jdk.attach
|
|
30 |
header exports com/sun/tools/attach/spi,com/sun/tools/attach requires name\u0020;jdk.internal.jvmstat\u0020;flags\u0020;0,name\u0020;java.base\u0020;flags\u0020;8000 uses com/sun/tools/attach/spi/AttachProvider provides interface\u0020;com/sun/tools/attach/spi/AttachProvider\u0020;impls\u0020;sun/tools/attach/AttachProviderImpl flags 8000
|
|
31 |
|
|
32 |
class name com/sun/tools/attach/AgentInitializationException
|
|
33 |
header extends java/lang/Exception flags 21
|
|
34 |
method name <init> descriptor ()V flags 1
|
|
35 |
method name <init> descriptor (Ljava/lang/String;)V flags 1
|
|
36 |
method name <init> descriptor (Ljava/lang/String;I)V flags 1
|
|
37 |
method name returnValue descriptor ()I flags 1
|
|
38 |
|
|
39 |
class name com/sun/tools/attach/AgentLoadException
|
|
40 |
header extends java/lang/Exception flags 21
|
|
41 |
method name <init> descriptor ()V flags 1
|
|
42 |
method name <init> descriptor (Ljava/lang/String;)V flags 1
|
|
43 |
|
|
44 |
class name com/sun/tools/attach/AttachNotSupportedException
|
|
45 |
header extends java/lang/Exception flags 21
|
|
46 |
method name <init> descriptor ()V flags 1
|
|
47 |
method name <init> descriptor (Ljava/lang/String;)V flags 1
|
|
48 |
|
|
49 |
class name com/sun/tools/attach/AttachOperationFailedException
|
|
50 |
header extends java/io/IOException flags 21
|
|
51 |
method name <init> descriptor (Ljava/lang/String;)V flags 1
|
|
52 |
|
|
53 |
class name com/sun/tools/attach/AttachPermission
|
|
54 |
header extends java/security/BasicPermission flags 31
|
|
55 |
innerclass innerClass java/lang/invoke/MethodHandles$Lookup outerClass java/lang/invoke/MethodHandles innerClassName Lookup flags 19
|
|
56 |
method name <init> descriptor (Ljava/lang/String;)V flags 1
|
|
57 |
method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;)V flags 1
|
|
58 |
|
|
59 |
class name com/sun/tools/attach/VirtualMachine
|
|
60 |
header extends java/lang/Object flags 421
|
|
61 |
innerclass innerClass java/lang/invoke/MethodHandles$Lookup outerClass java/lang/invoke/MethodHandles innerClassName Lookup flags 19
|
|
62 |
method name <init> descriptor (Lcom/sun/tools/attach/spi/AttachProvider;Ljava/lang/String;)V flags 4
|
|
63 |
method name list descriptor ()Ljava/util/List; flags 9 signature ()Ljava/util/List<Lcom/sun/tools/attach/VirtualMachineDescriptor;>;
|
|
64 |
method name attach descriptor (Ljava/lang/String;)Lcom/sun/tools/attach/VirtualMachine; thrownTypes com/sun/tools/attach/AttachNotSupportedException,java/io/IOException flags 9
|
|
65 |
method name attach descriptor (Lcom/sun/tools/attach/VirtualMachineDescriptor;)Lcom/sun/tools/attach/VirtualMachine; thrownTypes com/sun/tools/attach/AttachNotSupportedException,java/io/IOException flags 9
|
|
66 |
method name detach descriptor ()V thrownTypes java/io/IOException flags 401
|
|
67 |
method name provider descriptor ()Lcom/sun/tools/attach/spi/AttachProvider; flags 11
|
|
68 |
method name id descriptor ()Ljava/lang/String; flags 11
|
|
69 |
method name loadAgentLibrary descriptor (Ljava/lang/String;Ljava/lang/String;)V thrownTypes com/sun/tools/attach/AgentLoadException,com/sun/tools/attach/AgentInitializationException,java/io/IOException flags 401
|
|
70 |
method name loadAgentLibrary descriptor (Ljava/lang/String;)V thrownTypes com/sun/tools/attach/AgentLoadException,com/sun/tools/attach/AgentInitializationException,java/io/IOException flags 1
|
|
71 |
method name loadAgentPath descriptor (Ljava/lang/String;Ljava/lang/String;)V thrownTypes com/sun/tools/attach/AgentLoadException,com/sun/tools/attach/AgentInitializationException,java/io/IOException flags 401
|
|
72 |
method name loadAgentPath descriptor (Ljava/lang/String;)V thrownTypes com/sun/tools/attach/AgentLoadException,com/sun/tools/attach/AgentInitializationException,java/io/IOException flags 1
|
|
73 |
method name loadAgent descriptor (Ljava/lang/String;Ljava/lang/String;)V thrownTypes com/sun/tools/attach/AgentLoadException,com/sun/tools/attach/AgentInitializationException,java/io/IOException flags 401
|
|
74 |
method name loadAgent descriptor (Ljava/lang/String;)V thrownTypes com/sun/tools/attach/AgentLoadException,com/sun/tools/attach/AgentInitializationException,java/io/IOException flags 1
|
|
75 |
method name getSystemProperties descriptor ()Ljava/util/Properties; thrownTypes java/io/IOException flags 401
|
|
76 |
method name getAgentProperties descriptor ()Ljava/util/Properties; thrownTypes java/io/IOException flags 401
|
|
77 |
method name startManagementAgent descriptor (Ljava/util/Properties;)V thrownTypes java/io/IOException flags 401
|
|
78 |
method name startLocalManagementAgent descriptor ()Ljava/lang/String; thrownTypes java/io/IOException flags 401
|
|
79 |
method name hashCode descriptor ()I flags 1
|
|
80 |
method name equals descriptor (Ljava/lang/Object;)Z flags 1
|
|
81 |
method name toString descriptor ()Ljava/lang/String; flags 1
|
|
82 |
|
|
83 |
class name com/sun/tools/attach/VirtualMachineDescriptor
|
|
84 |
header extends java/lang/Object flags 21
|
|
85 |
innerclass innerClass java/lang/invoke/MethodHandles$Lookup outerClass java/lang/invoke/MethodHandles innerClassName Lookup flags 19
|
|
86 |
method name <init> descriptor (Lcom/sun/tools/attach/spi/AttachProvider;Ljava/lang/String;Ljava/lang/String;)V flags 1
|
|
87 |
method name <init> descriptor (Lcom/sun/tools/attach/spi/AttachProvider;Ljava/lang/String;)V flags 1
|
|
88 |
method name provider descriptor ()Lcom/sun/tools/attach/spi/AttachProvider; flags 1
|
|
89 |
method name id descriptor ()Ljava/lang/String; flags 1
|
|
90 |
method name displayName descriptor ()Ljava/lang/String; flags 1
|
|
91 |
method name hashCode descriptor ()I flags 1
|
|
92 |
method name equals descriptor (Ljava/lang/Object;)Z flags 1
|
|
93 |
method name toString descriptor ()Ljava/lang/String; flags 1
|
|
94 |
|
|
95 |
class name com/sun/tools/attach/spi/AttachProvider
|
|
96 |
header extends java/lang/Object flags 421
|
|
97 |
method name <init> descriptor ()V flags 4
|
|
98 |
method name name descriptor ()Ljava/lang/String; flags 401
|
|
99 |
method name type descriptor ()Ljava/lang/String; flags 401
|
|
100 |
method name attachVirtualMachine descriptor (Ljava/lang/String;)Lcom/sun/tools/attach/VirtualMachine; thrownTypes com/sun/tools/attach/AttachNotSupportedException,java/io/IOException flags 401
|
|
101 |
method name attachVirtualMachine descriptor (Lcom/sun/tools/attach/VirtualMachineDescriptor;)Lcom/sun/tools/attach/VirtualMachine; thrownTypes com/sun/tools/attach/AttachNotSupportedException,java/io/IOException flags 1
|
|
102 |
method name listVirtualMachines descriptor ()Ljava/util/List; flags 401 signature ()Ljava/util/List<Lcom/sun/tools/attach/VirtualMachineDescriptor;>;
|
|
103 |
method name providers descriptor ()Ljava/util/List; flags 9 signature ()Ljava/util/List<Lcom/sun/tools/attach/spi/AttachProvider;>;
|
|
104 |
|