A new webrev at
http://cr.openjdk.java.net/~weijun/8130302/webrev.01/
The options for keytool have
-provider [-providerArg ]add a provider by name
-providerclass [-providerArg ] add a provider by classname
(omit some words because line is too long)
for jarsigner
[-provider
Changeset: 123aa9950982
Author:alanb
Date: 2016-02-19 08:30 +
URL: http://hg.openjdk.java.net/jigsaw/jake/jdk/rev/123aa9950982
Update exclude list
! test/ProblemList.jake.txt
On 19/02/2016 08:22, Wang Weijun wrote:
A new webrev at
http://cr.openjdk.java.net/~weijun/8130302/webrev.01/
The options for keytool have
-provider [-providerArg ]add a provider by name
-providerclass [-providerArg ] add a provider by classname
(omit some words because lin
Changeset: 1be3a2af203f
Author:alanb
Date: 2016-02-19 09:07 +
URL: http://hg.openjdk.java.net/jigsaw/jake/jdk/rev/1be3a2af203f
sun/security/ssl/StatusStapling/* needs to be updated to work with modules
Contributed-by: tiantian...@oracle.com
! test/ProblemList.jake.txt
- test/su
> On Feb 19, 2016, at 4:42 PM, Alan Bateman wrote:
>
> On 19/02/2016 08:22, Wang Weijun wrote:
>> A new webrev at
>>
>>http://cr.openjdk.java.net/~weijun/8130302/webrev.01/
>>
>> The options for keytool have
>>
>> -provider [-providerArg ]add a provider by name
>> -providerclas
On 19/02/2016 09:07, Wang Weijun wrote:
:
I don't want the line to be too long. Is the preferred terminal width still 80
now? I noticed the java help output still fits with 80 chars but javac is
already not.
It could fit on a second line, the java launcher usage output does this.
I see jarsig
> On Feb 19, 2016, at 5:36 PM, Alan Bateman wrote:
>
>
> On 19/02/2016 09:07, Wang Weijun wrote:
>> :
>> I don't want the line to be too long. Is the preferred terminal width still
>> 80 now? I noticed the java help output still fits with 80 chars but javac is
>> already not.
> It could fit o
Vote: yes
- Original Message -
From: christian.tornqv...@oracle.com
To: jigsaw-dev@openjdk.java.net
Sent: Wednesday, February 3, 2016 3:04:17 PM GMT -05:00 US/Canada Eastern
Subject: CFV: New Jigsaw Committer: Igor Ignatyev
I hereby nominate Igor Ignatyev to Jigsaw Committer.
Igor is
Updated at the same URL
http://cr.openjdk.java.net/~weijun/8130302/webrev.01
The help looks like this now:
-provider add security provider by name (e.g. SunPKCS11)
[-providerArg ] configure argument for -provider
-providerclass add security provider by fully-qualified c
On 19/02/2016 10:47, Wang Weijun wrote:
Updated at the same URL
http://cr.openjdk.java.net/~weijun/8130302/webrev.01
The help looks like this now:
-provider add security provider by name (e.g. SunPKCS11)
[-providerArg ] configure argument for -provider
-providerclas
> On Feb 19, 2016, at 6:58 PM, Alan Bateman wrote:
>
> One other thing is whether we should add a section to JEP 261 on these tool
> updates. I had originally assumed that the updates to these tools would
> follow the module system into JDK 9 but you've turned up early :-)
When and which repo
Changeset: 947386030f5a
Author:erikj
Date: 2016-02-19 12:21 +0100
URL: http://hg.openjdk.java.net/jigsaw/jake/rev/947386030f5a
Fix jprt config
! make/jprt.properties
On 19/02/2016 11:17, Wang Weijun wrote:
:
When and which repo should this change go into? Certainly this is all about
jake but there are a lot of other changes, esp, the option list.
Good question. Ideally jdk9/dev as we are trying to minimize the changes
in the jake forest. If you do that
Changeset: c75f491603c0
Author:sundar
Date: 2016-02-19 18:59 +0530
URL: http://hg.openjdk.java.net/jigsaw/jake/jdk/rev/c75f491603c0
8148391: JLink needs an option to dump current command line options
! src/jdk.jlink/share/classes/jdk/tools/jlink/internal/JlinkTask.java
! src/jdk.jl
jigsaw/jake has been sync'ed up to jdk-9+106 and the EA build [1] has
been refreshed.
-Alan.
[1] https://jdk9.java.net/jigsaw/
Vote: yes
thanks,
Karen
> On Feb 3, 2016, at 3:03 PM, Christian Tornqvist
> wrote:
>
> I hereby nominate Igor Ignatyev to Jigsaw Committer.
>
>
>
> Igor is already a Reviewer for the JDK 9 project, and has made the following
> contributions to the jigsaw/jake forest:
>
>
>
> http://hg.op
Changeset: 6c9673d50a04
Author:alanb
Date: 2016-02-19 16:25 +
URL: http://hg.openjdk.java.net/jigsaw/jake/jdk/rev/6c9673d50a04
Improve -Xpatch implementation
Fix CodeSource URLs for modular JAR files
! src/java.base/share/classes/java/lang/module/InstalledModuleFinder.java
! sr
Changeset: 558702aea623
Author:alanb
Date: 2016-02-19 16:14 +
URL: http://hg.openjdk.java.net/jigsaw/jake/hotspot/rev/558702aea623
Improve -Xpatch implementation
! test/runtime/modules/XpatchCDS.java
Changeset: ad6821d810e3
Author:alanb
Date: 2016-02-19 17:25 +
URL: http://hg.openjdk.java.net/jigsaw/jake/jdk/rev/ad6821d810e3
Update jar tool to handle URLs to modular JARs
! src/jdk.jartool/share/classes/sun/tools/jar/Main.java
> On Feb 19, 2016, at 2:47 AM, Wang Weijun wrote:
>
> Updated at the same URL
>
> http://cr.openjdk.java.net/~weijun/8130302/webrev.01
>
> The help looks like this now:
>
> -provider add security provider by name (e.g. SunPKCS11)
> [-providerArg ] configure argument for -pro
Changeset: e73cc88f52e6
Author:jjg
Date: 2016-02-19 16:39 -0800
URL: http://hg.openjdk.java.net/jigsaw/jake/langtools/rev/e73cc88f52e6
update problem list
! test/ProblemList.jake.txt
Changeset: 03020ca5f4ce
Author:jjg
Date: 2016-02-19 16:47 -0800
URL: http://hg.openjdk.java.net/jigsaw/jake/langtools/rev/03020ca5f4ce
update problem list
! test/ProblemList.jake.txt
Changeset: a2035933e3a2
Author:jjg
Date: 2016-02-19 17:41 -0800
URL: http://hg.openjdk.java.net/jigsaw/jake/langtools/rev/a2035933e3a2
fix test and update problem list
! test/ProblemList.jake.txt
! test/tools/javac/Paths/Diagnostics.sh
Changeset: 2cd6834696ec
Author:jjg
Date: 2016-02-19 18:07 -0800
URL: http://hg.openjdk.java.net/jigsaw/jake/langtools/rev/2cd6834696ec
fix test and update problem list
! src/java.compiler/share/classes/javax/tools/StandardLocation.java
! test/ProblemList.jake.txt
! test/tools/javac
Changeset: f2d3110f3fe7
Author:jjg
Date: 2016-02-19 18:39 -0800
URL: http://hg.openjdk.java.net/jigsaw/jake/langtools/rev/f2d3110f3fe7
fix test and update problem list
! test/ProblemList.jake.txt
! test/tools/javac/api/TestSearchPaths.java
Changeset: 6f0f4866caa3
Author:jjg
Date: 2016-02-19 18:56 -0800
URL: http://hg.openjdk.java.net/jigsaw/jake/langtools/rev/6f0f4866caa3
fix test and update problem list
! test/ProblemList.jake.txt
! test/tools/javac/options/xprefer/XPreferTest.java
26 matches
Mail list logo