Review of platform modules & class analyzer change
Mandy Chung
mandy.chung at oracle.com
Thu Jun 3 10:43:12 PDT 2010
On 06/03/10 09:40, Alan Bateman wrote:
> mark.reinhold at oracle.com wrote:
>>> Date: Tue, 18 May 2010 22:37:05 -0700
>>> From: mandy.chung at oracle.com
>>>
>>
>>
>>> http://cr.openjdk.java.net/~mchung/jigsaw/platform-modules
>>>
>>
>> The module-definition changes look good.
>>
>> I haven't reviewed the class-analyzer changes in detail; Alan, could you
>> please take a closer look?
>>
>>
> Mandy - I went through the module changes when you sent this out
> originally and they also look good to me.
>
> I've now gone through the class analyzer changes.
Thanks for the review.
> One small concern is that the names of the aggregator modules has
> slipped into Platform.java so it's yet another place that needs to
> maintained if/when we make changes. The usage of the Platform methods
> (such as in ClassAnalyzer when printing the module lists for example)
> also means there are other places that know about the aggregation.
> Otherwise the changes are fine. At some point it would be good to do a
> clean-up pass over the class analyzer as it has grown and has been
> modified many times. Low priority compared to other tasks of course.
Yeah... I have tried to keep the class analyzer to be less tightly
coupled with the module names and the jdk specific. Definitely the
class analyzer needs a clean-up pass to make it generic.
Mandy
More information about the jigsaw-dev
mailing list