RFR for JDK-8136365
Jean-Francois Denise
jean-francois.denise at oracle.com
Mon Oct 5 14:27:02 UTC 2015
You are right, I have made the changes. Thanks.
JF
On 5 Oct 2015, at 15:40, Jim Laskey (Oracle) <james.laskey at oracle.com> wrote:
> Was thinking the same.
>
>> On Oct 5, 2015, at 10:38 AM, Sundararajan Athijegannathan <sundararajan.athijegannathan at oracle.com> wrote:
>>
>> * Shouldn't the archive.close() be in a finally (as IOException could be thrown?)
>>
>> Other than that, +1
>>
>> -Sundar
>>
>> On 10/5/2015 6:12 PM, Jean-Francois Denise wrote:
>>> Hi,
>>> asking for a review of the fix for https://bugs.openjdk.java.net/browse/JDK-8136365.
>>>
>>> webrev: http://cr.openjdk.java.net/~jfdenise/8136365/
>>>
>>> When jimage recreate occurs, the META-INF content is filtered-out from the Package<->Module map. This map that is iterated to create resources, so META-INF resources are lost.
>>> The fix is to check if an archive named “META-INF” exists, if this is the case iterate its entry and create associated resources.
>>>
>>> Thanks.
>>> JF
>>>
>>
>
More information about the jdk9-dev
mailing list