jdk/src/java.base/share/classes/sun/reflect/MagicAccessorImpl.java
changeset 33674 566777f73c32
parent 25859 3317bb8137f4
equal deleted inserted replaced
33673:ab8e6d8e3ab9 33674:566777f73c32
    30     marker class in the hierarchy. All subclasses of this class are
    30     marker class in the hierarchy. All subclasses of this class are
    31     "magically" granted access by the VM to otherwise inaccessible
    31     "magically" granted access by the VM to otherwise inaccessible
    32     fields and methods of other classes. It is used to hold the code
    32     fields and methods of other classes. It is used to hold the code
    33     for dynamically-generated FieldAccessorImpl and MethodAccessorImpl
    33     for dynamically-generated FieldAccessorImpl and MethodAccessorImpl
    34     subclasses. (Use of the word "unsafe" was avoided in this class's
    34     subclasses. (Use of the word "unsafe" was avoided in this class's
    35     name to avoid confusion with {@link sun.misc.Unsafe}.) </P>
    35     name to avoid confusion with {@link jdk.internal.misc.Unsafe}.) </P>
    36 
    36 
    37     <P> The bug fix for 4486457 also necessitated disabling
    37     <P> The bug fix for 4486457 also necessitated disabling
    38     verification for this class and all subclasses, as opposed to just
    38     verification for this class and all subclasses, as opposed to just
    39     SerializationConstructorAccessorImpl and subclasses, to avoid
    39     SerializationConstructorAccessorImpl and subclasses, to avoid
    40     having to indicate to the VM which of these dynamically-generated
    40     having to indicate to the VM which of these dynamically-generated