On Thu, 4 Mar 2021 12:16:29 GMT, Сергей Цыпанов
wrote:
> When we do
>
> byte b1 = (byte) (value & 0xFF);
>
> we keep from int only 1 lower byte and exactly the same can be achieved with
> plain cast. See the test below:
>
> public class Main {
> public static void main(String[] args) throw
On Thu, 3 Jun 2021 10:12:03 GMT, Patrick Concannon
wrote:
>> Hi,
>>
>> Could someone please review my code for updating the code in the `java.net`
>> and `java.nio` packages to make use of the switch expressions?
>>
>> Kind regards,
>> Patrick
>
> Patrick Concannon has updated the pull reques
On Wed, 2 Jun 2021 17:22:01 GMT, Mahendra Chhipa
wrote:
> …ency on sun.net.www.MessageHeader and
This pull request has now been integrated.
Changeset: 338dae4d
Author:Mahendra Chhipa
Committer: Mark Sheppard
URL:
https://git.openjdk.java.net/jdk/commit/338dae4d36e848b1e1169c5b1bb2
On Thu, 3 Jun 2021 05:51:59 GMT, Alan Bateman wrote:
>> Patrick Concannon has updated the pull request with a new target base due to
>> a merge or a rebase. The incremental webrev excludes the unrelated changes
>> brought in by the merge/rebase. The pull request contains six additional
>> comm
> Hi,
>
> Could someone please review my code for updating the code in the `java.net`
> and `java.nio` packages to make use of the switch expressions?
>
> Kind regards,
> Patrick
Patrick Concannon has updated the pull request with a new target base due to a
merge or a rebase. The incremental w
On Thu, 3 Jun 2021 09:07:57 GMT, Mahendra Chhipa
wrote:
>> …ency on sun.net.www.MessageHeader and
>
> Mahendra Chhipa has updated the pull request incrementally with one
> additional commit since the last revision:
>
> Implemented tge review comments.
The proposed changes look reasonable to
> …ency on sun.net.www.MessageHeader and
Mahendra Chhipa has updated the pull request incrementally with one additional
commit since the last revision:
Implemented tge review comments.
-
Changes:
- all: https://git.openjdk.java.net/jdk/pull/4317/files
- new: https://git.openj
On Wed, 2 Jun 2021 15:54:26 GMT, Daniel Fuchs wrote:
> Please find below a fix that will make
> `java/net/DatagramSocket/DatagramSocketMulticasting.java` more resilient to
> the rare case where addresses bound to a network interfaces are updated while
> the test is running.
>
> Instead of usi