<AWT Dev> [9] Review Request: 8047336 Read flavormap.properties as resource

Alan Bateman Alan.Bateman at oracle.com
Wed Jul 2 09:52:27 UTC 2014


On 01/07/2014 09:35, Petr Pchelko wrote:
> Hello,
>
> The changes in the public API have been approved, so let me continue 
> the review process.
>
> For your convenience:
> The bug: https://bugs.openjdk.java.net/browse/JDK-8047336
> The fix: http://cr.openjdk.java.net/~pchelko/9/8047336/webrev.00/ 
> <http://cr.openjdk.java.net/%7Epchelko/9/8047336/webrev.00/>
>
> Until now we've been discussing an abstract question of moving the 
> properties to a different location and agreed that it's possible.
> Now it's time for an official code review. Could someone please make one?
>
> Also some feedback from the build team is still required. Could 
> someone from the build team review this fix please?
> (The question is that I've made a separate explicit rule for 
> flavormap.properties file. If I add it to COPY_PATTERNS than the 
> solaris version get's copied on Mac. Is that a bug in the build 
> system? Is my current solution good enough?)
>
I think this looks okay. I see Anthony's mail asking about the warning 
message and whether it should the print stack trace. I just wonder if it 
might be saner to just throw InternalError here. It throws InternalError 
if flavormap.properties is missing and it might be consistent to do the 
same when the file is corrupt or can't be parsed as a properties file.

-Alan.



More information about the build-dev mailing list