7a77a63845
Adding historical data and code support for --release 9. Reviewed-by: jjg, mcimadamore
105 lines
7.4 KiB
Plaintext
105 lines
7.4 KiB
Plaintext
#
|
|
# Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
|
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
#
|
|
# This code is free software; you can redistribute it and/or modify it
|
|
# under the terms of the GNU General Public License version 2 only, as
|
|
# published by the Free Software Foundation. Oracle designates this
|
|
# particular file as subject to the "Classpath" exception as provided
|
|
# by Oracle in the LICENSE file that accompanied this code.
|
|
#
|
|
# This code is distributed in the hope that it will be useful, but WITHOUT
|
|
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
# version 2 for more details (a copy is included in the LICENSE file that
|
|
# accompanied this code).
|
|
#
|
|
# You should have received a copy of the GNU General Public License version
|
|
# 2 along with this work; if not, write to the Free Software Foundation,
|
|
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
#
|
|
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
|
# or visit www.oracle.com if you need additional information or have any
|
|
# questions.
|
|
#
|
|
# ##########################################################
|
|
# ### THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. ###
|
|
# ##########################################################
|
|
#
|
|
module name jdk.attach
|
|
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
|
|
|
|
class name com/sun/tools/attach/AgentInitializationException
|
|
header extends java/lang/Exception flags 21
|
|
method name <init> descriptor ()V flags 1
|
|
method name <init> descriptor (Ljava/lang/String;)V flags 1
|
|
method name <init> descriptor (Ljava/lang/String;I)V flags 1
|
|
method name returnValue descriptor ()I flags 1
|
|
|
|
class name com/sun/tools/attach/AgentLoadException
|
|
header extends java/lang/Exception flags 21
|
|
method name <init> descriptor ()V flags 1
|
|
method name <init> descriptor (Ljava/lang/String;)V flags 1
|
|
|
|
class name com/sun/tools/attach/AttachNotSupportedException
|
|
header extends java/lang/Exception flags 21
|
|
method name <init> descriptor ()V flags 1
|
|
method name <init> descriptor (Ljava/lang/String;)V flags 1
|
|
|
|
class name com/sun/tools/attach/AttachOperationFailedException
|
|
header extends java/io/IOException flags 21
|
|
method name <init> descriptor (Ljava/lang/String;)V flags 1
|
|
|
|
class name com/sun/tools/attach/AttachPermission
|
|
header extends java/security/BasicPermission flags 31
|
|
innerclass innerClass java/lang/invoke/MethodHandles$Lookup outerClass java/lang/invoke/MethodHandles innerClassName Lookup flags 19
|
|
method name <init> descriptor (Ljava/lang/String;)V flags 1
|
|
method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;)V flags 1
|
|
|
|
class name com/sun/tools/attach/VirtualMachine
|
|
header extends java/lang/Object flags 421
|
|
innerclass innerClass java/lang/invoke/MethodHandles$Lookup outerClass java/lang/invoke/MethodHandles innerClassName Lookup flags 19
|
|
method name <init> descriptor (Lcom/sun/tools/attach/spi/AttachProvider;Ljava/lang/String;)V flags 4
|
|
method name list descriptor ()Ljava/util/List; flags 9 signature ()Ljava/util/List<Lcom/sun/tools/attach/VirtualMachineDescriptor;>;
|
|
method name attach descriptor (Ljava/lang/String;)Lcom/sun/tools/attach/VirtualMachine; thrownTypes com/sun/tools/attach/AttachNotSupportedException,java/io/IOException flags 9
|
|
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
|
|
method name detach descriptor ()V thrownTypes java/io/IOException flags 401
|
|
method name provider descriptor ()Lcom/sun/tools/attach/spi/AttachProvider; flags 11
|
|
method name id descriptor ()Ljava/lang/String; flags 11
|
|
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
|
|
method name loadAgentLibrary descriptor (Ljava/lang/String;)V thrownTypes com/sun/tools/attach/AgentLoadException,com/sun/tools/attach/AgentInitializationException,java/io/IOException flags 1
|
|
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
|
|
method name loadAgentPath descriptor (Ljava/lang/String;)V thrownTypes com/sun/tools/attach/AgentLoadException,com/sun/tools/attach/AgentInitializationException,java/io/IOException flags 1
|
|
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
|
|
method name loadAgent descriptor (Ljava/lang/String;)V thrownTypes com/sun/tools/attach/AgentLoadException,com/sun/tools/attach/AgentInitializationException,java/io/IOException flags 1
|
|
method name getSystemProperties descriptor ()Ljava/util/Properties; thrownTypes java/io/IOException flags 401
|
|
method name getAgentProperties descriptor ()Ljava/util/Properties; thrownTypes java/io/IOException flags 401
|
|
method name startManagementAgent descriptor (Ljava/util/Properties;)V thrownTypes java/io/IOException flags 401
|
|
method name startLocalManagementAgent descriptor ()Ljava/lang/String; thrownTypes java/io/IOException flags 401
|
|
method name hashCode descriptor ()I flags 1
|
|
method name equals descriptor (Ljava/lang/Object;)Z flags 1
|
|
method name toString descriptor ()Ljava/lang/String; flags 1
|
|
|
|
class name com/sun/tools/attach/VirtualMachineDescriptor
|
|
header extends java/lang/Object flags 21
|
|
innerclass innerClass java/lang/invoke/MethodHandles$Lookup outerClass java/lang/invoke/MethodHandles innerClassName Lookup flags 19
|
|
method name <init> descriptor (Lcom/sun/tools/attach/spi/AttachProvider;Ljava/lang/String;Ljava/lang/String;)V flags 1
|
|
method name <init> descriptor (Lcom/sun/tools/attach/spi/AttachProvider;Ljava/lang/String;)V flags 1
|
|
method name provider descriptor ()Lcom/sun/tools/attach/spi/AttachProvider; flags 1
|
|
method name id descriptor ()Ljava/lang/String; flags 1
|
|
method name displayName descriptor ()Ljava/lang/String; flags 1
|
|
method name hashCode descriptor ()I flags 1
|
|
method name equals descriptor (Ljava/lang/Object;)Z flags 1
|
|
method name toString descriptor ()Ljava/lang/String; flags 1
|
|
|
|
class name com/sun/tools/attach/spi/AttachProvider
|
|
header extends java/lang/Object flags 421
|
|
method name <init> descriptor ()V flags 4
|
|
method name name descriptor ()Ljava/lang/String; flags 401
|
|
method name type descriptor ()Ljava/lang/String; flags 401
|
|
method name attachVirtualMachine descriptor (Ljava/lang/String;)Lcom/sun/tools/attach/VirtualMachine; thrownTypes com/sun/tools/attach/AttachNotSupportedException,java/io/IOException flags 401
|
|
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
|
|
method name listVirtualMachines descriptor ()Ljava/util/List; flags 401 signature ()Ljava/util/List<Lcom/sun/tools/attach/VirtualMachineDescriptor;>;
|
|
method name providers descriptor ()Ljava/util/List; flags 9 signature ()Ljava/util/List<Lcom/sun/tools/attach/spi/AttachProvider;>;
|
|
|