+1
Kumar
On 5/1/2017 1:55 PM, Sean Mullan wrote:
Looks good to me.
--Sean
On 5/1/17 4:19 PM, Brad R. Wetmore wrote:
Kumar (+ anyone else),
Simple review for fixing two errors when building javadocs with -private
(non-default option).
Also, the 'name' attribute is no longer supported in HT
Looks good to me.
--Sean
On 5/1/17 4:19 PM, Brad R. Wetmore wrote:
Kumar (+ anyone else),
Simple review for fixing two errors when building javadocs with -private
(non-default option).
Also, the 'name' attribute is no longer supported in HTML5. So
doing a trivial name->id rename to HTML5 cl
Kumar (+ anyone else),
Simple review for fixing two errors when building javadocs with -private
(non-default option).
Also, the 'name' attribute is no longer supported in HTML5. So
doing a trivial name->id rename to HTML5 cleanup the XML DSig docs.
https://bugs.openjdk.java.net/browse
> On May 1, 2017, at 12:47 PM, Brent Christian
> wrote:
>
>
>> One refactor you can consider by separating
>> them in several @run actions. The timeout will apply to each action
>> but that does not help shorten the test execution time.
>
> I had the same thought, and concluded that without
Looks like this test execs a new VM for 66 times to exhaust the combination of
with and without security manager, with a valid or malformed policy, client &
custom loader in unnamed, named, automatic module. I think we could take out
the automatic module case as named module would verify it. O