It occurred to me today that if we had more of java.dyn in a javax package, we'd be able to ship a backported jar that doesn't require rewriting everything on load. As it stands right now, everything I write that touches java.dyn has to be duplicated and usually reflectively loaded, since those classes won't be present on Java 5/6 JVMs.
So, has this idea been discussed before? - Charlie _______________________________________________ mlvm-dev mailing list [email protected] http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev
