1 #
   2 # Copyright (c) 2015, 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 class name java/lang/instrument/ClassDefinition
  30 header extends java/lang/Object flags 31 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
  31 method name <init> descriptor (Ljava/lang/Class;[B)V flags 1 signature (Ljava/lang/Class<*>;[B)V
  32 method name getDefinitionClass descriptor ()Ljava/lang/Class; flags 1 signature ()Ljava/lang/Class<*>;
  33 method name getDefinitionClassFile descriptor ()[B flags 1
  34 
  35 class name java/lang/instrument/ClassFileTransformer
  36 header extends java/lang/Object flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
  37 method name transform descriptor (Ljava/lang/ClassLoader;Ljava/lang/String;Ljava/lang/Class;Ljava/security/ProtectionDomain;[B)[B thrownTypes java/lang/instrument/IllegalClassFormatException flags 401 signature (Ljava/lang/ClassLoader;Ljava/lang/String;Ljava/lang/Class<*>;Ljava/security/ProtectionDomain;[B)[B
  38 
  39 class name java/lang/instrument/IllegalClassFormatException
  40 header extends java/lang/Exception flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
  41 method name <init> descriptor ()V flags 1
  42 method name <init> descriptor (Ljava/lang/String;)V flags 1
  43 
  44 class name java/lang/instrument/Instrumentation
  45 header extends java/lang/Object flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
  46 method name addTransformer descriptor (Ljava/lang/instrument/ClassFileTransformer;Z)V flags 401
  47 method name addTransformer descriptor (Ljava/lang/instrument/ClassFileTransformer;)V flags 401
  48 method name removeTransformer descriptor (Ljava/lang/instrument/ClassFileTransformer;)Z flags 401
  49 method name isRetransformClassesSupported descriptor ()Z flags 401
  50 method name retransformClasses descriptor ([Ljava/lang/Class;)V thrownTypes java/lang/instrument/UnmodifiableClassException flags 481 signature ([Ljava/lang/Class<*>;)V
  51 method name isRedefineClassesSupported descriptor ()Z flags 401
  52 method name redefineClasses descriptor ([Ljava/lang/instrument/ClassDefinition;)V thrownTypes java/lang/ClassNotFoundException,java/lang/instrument/UnmodifiableClassException flags 481
  53 method name isModifiableClass descriptor (Ljava/lang/Class;)Z flags 401 signature (Ljava/lang/Class<*>;)Z
  54 method name getAllLoadedClasses descriptor ()[Ljava/lang/Class; flags 401
  55 method name getInitiatedClasses descriptor (Ljava/lang/ClassLoader;)[Ljava/lang/Class; flags 401
  56 method name getObjectSize descriptor (Ljava/lang/Object;)J flags 401
  57 method name appendToBootstrapClassLoaderSearch descriptor (Ljava/util/jar/JarFile;)V flags 401
  58 method name appendToSystemClassLoaderSearch descriptor (Ljava/util/jar/JarFile;)V flags 401
  59 method name isNativeMethodPrefixSupported descriptor ()Z flags 401
  60 method name setNativeMethodPrefix descriptor (Ljava/lang/instrument/ClassFileTransformer;Ljava/lang/String;)V flags 401
  61 
  62 class name java/lang/instrument/UnmodifiableClassException
  63 header extends java/lang/Exception flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
  64 method name <init> descriptor ()V flags 1
  65 method name <init> descriptor (Ljava/lang/String;)V flags 1
  66