Review Request: JDK-8175193: jlink and `requires static`

Mandy Chung mandy.chung at oracle.com
Fri Feb 24 00:34:58 UTC 2017


> On Feb 23, 2017, at 4:32 PM, Remi Forax <forax at univ-mlv.fr> wrote:
> 
> Hi Mandy,
> I prefer that semantics.
> 
> In the code, you can remove the ".stream()”.

Good catch.  I will remove it before I push.

Mandy

> regards,
> Rémi
> 
> ----- Mail original -----
>> De: "Mandy Chung" <mandy.chung at oracle.com>
>> À: "jigsaw-dev" <jigsaw-dev at openjdk.java.net>
>> Envoyé: Vendredi 24 Février 2017 00:47:35
>> Objet: Review Request: JDK-8175193: jlink and `requires static`
> 
>> This patch fixes jlink to link modules that has `requires static M`.
>> jlink does not modify module-info.class. Hence, at runtime if
>> module M is on the module path and added in the resolved graph.
>> `requires static` dependency will be satisfied.
>> 
>> Webrev:
>> http://cr.openjdk.java.net/~mchung/jdk9/webrevs/8175193/webrev.00/index.html
>> 
>> Mandy



More information about the jigsaw-dev mailing list