Move some indy stuff to javax package?

Charles Oliver Nutter headius at headius.com
Fri Mar 19 08:59:57 PDT 2010


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


More information about the mlvm-dev mailing list