jdk/src/share/classes/sun/dyn/package-info.java
changeset 5722 4ada807383c8
parent 2707 5a17df307cbc
child 5725 16c1792b2ee6
--- a/jdk/src/share/classes/sun/dyn/package-info.java	Wed Jul 05 17:11:12 2017 +0200
+++ b/jdk/src/share/classes/sun/dyn/package-info.java	Fri Apr 30 23:48:23 2010 -0700
@@ -25,10 +25,6 @@
 
 /**
  * Implementation details for JSR 292 RI, package java.dyn.
- * This particular version is specific to Hotspot.
- * There is also a backport version of this sub-package which uses reflection,
- * and can therefore run (slowly) on older versions of Java.
- * Other JVM vendors may create their own versions of this sub-package.
  * @author jrose
  */