Review Request JDK-8182032: Make java.compiler upgradeable
Remi Forax
forax at univ-mlv.fr
Tue Jun 13 09:11:45 UTC 2017
My concern is that by example javac and javap need to be aligned and by making a module upgradeable you can not make only some packages upgradeable.
So it seems logical that if java.compiler is upgradeable the other modules of langtools are upgradable too.
Rémi
On June 13, 2017 10:26:18 AM GMT+02:00, Alan Bateman <Alan.Bateman at oracle.com> wrote:
>On 13/06/2017 08:42, Remi Forax wrote:
>> Hi Mandy,
>> why only java.compiler is upgradable and not all modules defined in
>langtools ?
>>
>java.compiler needs to be upgradeable because JSR 199 and JSR 269 are
>standalone technologies.
>
>The other modules in the langtools repository are JDK-specific. They
>aren't meant to be upgraded via the upgrade module path. If someone is
>forking the code to create their own version of jdk.compiler (for
>example) then they can re-package or load it into a child layer.
>
>-Alan
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.
More information about the jigsaw-dev
mailing list