changes to org.openjdk.jigsaw.Library
Jonathan Gibbons
jonathan.gibbons at oracle.com
Mon Apr 26 10:17:14 PDT 2010
Mark,
Are there notes anywhere on the changes to org.openjdk.jigsaw.Library ?
There used to be a method called listClasses; that no longer seems to
exist, and the replacement seems to be listLocalClasses. However, this
method seems to have different semantics -- it returns null, where the
old method did not, and some of the javac regression tests are now
having trouble locating java.lang, so it would seem the behavior is
different as well.
-- Jon
More information about the jigsaw-dev
mailing list