> On Feb 14, 2017, at 4:28 AM, Roman Grigoriadi <roman.grigori...@oracle.com> > wrote: > > On 02/14/2017 01:05 PM, Alan Bateman wrote: >> Is the webrev missing the update to java.base's module-info.java? I assume >> we can drop the exporting of sun.reflect.misc to java.xml.ws. > Thanks Alan, Mandy's patch for jaxws own MethodUtil is integrated, so > sun.reflect.misc export should now be removed.
After you update module-info.java, you can run jdeps —-check java.base,java.xml that will report any unused qualified exports. You can double check if there is any qualified export remaining to java.xml.ws or other relevant modules. Mandy