8026398: Can't load jdk.Exported, ClassNotFoundException

2013-10-14 Thread Alan Bateman
This is an update to the BuildMetaIndex tool, the tool used in the build to generate the meta-index file. The problem is that the tool assumes that there are at least two levels of package in the name of each type. This causes a problem for jdk.Exported, the annotation that was added as

Re: 8026398: Can't load jdk.Exported, ClassNotFoundException

2013-10-14 Thread Chris Hegarty
The changes look right to me, and prudent given where we are with jdk8. It suspect that this would have gone unnoticed forever, if you were not to add this type. -Chris. On 14/10/2013 14:39, Alan Bateman wrote: This is an update to the BuildMetaIndex tool, the tool used in the build to

Re: 8026398: Can't load jdk.Exported, ClassNotFoundException

2013-10-14 Thread Mandy Chung
On 10/14/2013 6:39 AM, Alan Bateman wrote: This is an update to the BuildMetaIndex tool, the tool used in the build to generate the meta-index file. The problem is that the tool assumes that there are at least two levels of package in the name of each type. This causes a problem for