Hi Lance,
Looks good.
best,
Joe
On 3/6/2017 12:34 PM, Lance Andersen wrote:
Hi all,
This RFR is for minor updates to package.html for JDBC. For JDK 10, I will
probably overhaul these files and possibly convert to package-info.java. But
for now just keeping the updates minimal.
Best
Lanc
ping ...
On 3/2/17, 6:56 PM, Xueming Shen wrote:
Hi,
Please help review the change for JDK-8176029
issue: https://bugs.openjdk.java.net/browse/JDK-8176029
webrev: http://cr.openjdk.java.net/~sherman/8176029/webrev
It appears the API doc for \R is correct, instead the implementation
is buggy
> On Mar 6, 2017, at 5:27 PM, Alexandre (Shura) Iline
> wrote:
>
> Hi,
>
> Could you please review the suggested fox for:
> https://bugs.openjdk.java.net/browse/JDK-8159523
>
> There has been a bit of discussion on jigsaw-dev, but it perhaps make sense
> to include core-libs-dev.
>
> There
Hi,
Could you please review the suggested fox for:
https://bugs.openjdk.java.net/browse/JDK-8159523
There has been a bit of discussion on jigsaw-dev, but it perhaps make sense to
include core-libs-dev.
There have been some fixes since the review was published, so we are now at
revision #4:
ht
Hi Brent, thanks for the review!
On 3/6/17 3:21 PM, Brent Christian wrote:
Hi, Naoto
That fix looks fine.
The "Portuguese (Brazil)" fix now happens before the Language ID fix,
but that shouldn't matter, as the "pt_BR" ID won't trigger that code
anyway (doesn't contain '-').
Yes.
One very m
Hi, Naoto
That fix looks fine.
The "Portuguese (Brazil)" fix now happens before the Language ID fix,
but that shouldn't matter, as the "pt_BR" ID won't trigger that code
anyway (doesn't contain '-').
One very mall nit I noticed: one more space on line 97 will realign it
with line 96, which
Hi all,
This RFR is for minor updates to package.html for JDBC. For JDK 10, I will
probably overhaul these files and possibly convert to package-info.java. But
for now just keeping the updates minimal.
Best
Lance
——
ljanders-mac:classes ljanders$ hg diff java/sql/package.html
javax/
I was trying to get an example to work with the new ProcessHandle API. My goal
was to wait on another process (Spotify) to terminate before printing something
to the console:
ProcessHandle handle =
ProcessHandle.allProcesses()
.filter(h -> h.info().commandLine().map(cmd ->
cmd
On 03/03/17 19:43, Martin Buchholz wrote:
Changes except for ThreadPoolExecutor.java submitted.
ThreadPoolExecutor doc change is deferred to jdk10.
We have a new change, to SubmissionPublisher, which should probably make
jdk9 because SubmissionPublisher is new to jdk9.
https://bugs.openjdk.ja
On 3/6/17 3:49 PM, Alan Bateman wrote:
Looks okay, I hope there aren't too many more of these.
-Alan
* @compile -XDignore.symbol.file UTCAliasTest.java
+ * @run main UTCAliasTest
*/
I noticed that -XDignore.symbol.file are still used in "9" test, thought
they might be bulk changed with JD
10 matches
Mail list logo