jdk/src/share/classes/sun/dyn/package-info.java
changeset 5722 4ada807383c8
parent 2707 5a17df307cbc
child 5725 16c1792b2ee6
equal deleted inserted replaced
5371:ff9031a745d9 5722:4ada807383c8
    23  * have any questions.
    23  * have any questions.
    24  */
    24  */
    25 
    25 
    26 /**
    26 /**
    27  * Implementation details for JSR 292 RI, package java.dyn.
    27  * Implementation details for JSR 292 RI, package java.dyn.
    28  * This particular version is specific to Hotspot.
       
    29  * There is also a backport version of this sub-package which uses reflection,
       
    30  * and can therefore run (slowly) on older versions of Java.
       
    31  * Other JVM vendors may create their own versions of this sub-package.
       
    32  * @author jrose
    28  * @author jrose
    33  */
    29  */
    34 
    30 
    35 package sun.dyn;
    31 package sun.dyn;