Re: RFR: JDK-8061729 : Update java/net tests to eliminate dependency on sun.net.www.MessageHeader and some other internal APIs [v6]

2022-02-16 Thread Daniel Fuchs
On Wed, 16 Feb 2022 13:55:43 GMT, Mahendra Chhipa  wrote:

>> There are some regression tests depending on sun.net.www.MessageHeader, the 
>> internal API dependency should be removed. Some of other internal API 
>> dependancies are removed in following issues :
>> JDK-8273142
>> JDK-8268464
>> JDK-8268133
>
> Mahendra Chhipa has updated the pull request incrementally with one 
> additional commit since the last revision:
> 
>   Implemented review comments :
>   1. Use of Locale.ROOT
>   2. Rewritten get(InputStream is) method as per comments.
>   3. Corrected java doc comments.
>   4. Removed use of is.available() method.

Marked as reviewed by dfuchs (Reviewer).

-

PR: https://git.openjdk.java.net/jdk/pull/5937


Re: RFR: JDK-8061729 : Update java/net tests to eliminate dependency on sun.net.www.MessageHeader and some other internal APIs [v6]

2022-02-16 Thread Mahendra Chhipa
On Wed, 16 Feb 2022 13:55:43 GMT, Mahendra Chhipa  wrote:

>> There are some regression tests depending on sun.net.www.MessageHeader, the 
>> internal API dependency should be removed. Some of other internal API 
>> dependancies are removed in following issues :
>> JDK-8273142
>> JDK-8268464
>> JDK-8268133
>
> Mahendra Chhipa has updated the pull request incrementally with one 
> additional commit since the last revision:
> 
>   Implemented review comments :
>   1. Use of Locale.ROOT
>   2. Rewritten get(InputStream is) method as per comments.
>   3. Corrected java doc comments.
>   4. Removed use of is.available() method.

Mach5 results 
https://mach5.us.oracle.com/mdash/jobs/mahendrachhipa-jdk-20220216-1342-29188746

-

PR: https://git.openjdk.java.net/jdk/pull/5937


Re: RFR: JDK-8061729 : Update java/net tests to eliminate dependency on sun.net.www.MessageHeader and some other internal APIs [v6]

2022-02-16 Thread Mahendra Chhipa
> There are some regression tests depending on sun.net.www.MessageHeader, the 
> internal API dependency should be removed. Some of other internal API 
> dependancies are removed in following issues :
> JDK-8273142
> JDK-8268464
> JDK-8268133

Mahendra Chhipa has updated the pull request incrementally with one additional 
commit since the last revision:

  Implemented review comments :
  1. Use of Locale.ROOT
  2. Rewritten get(InputStream is) method as per comments.
  3. Corrected java doc comments.
  4. Removed use of is.available() method.

-

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/5937/files
  - new: https://git.openjdk.java.net/jdk/pull/5937/files/70a37be9..6820c0cd

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk=5937=05
 - incr: https://webrevs.openjdk.java.net/?repo=jdk=5937=04-05

  Stats: 112 lines in 1 file changed: 19 ins; 15 del; 78 mod
  Patch: https://git.openjdk.java.net/jdk/pull/5937.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/5937/head:pull/5937

PR: https://git.openjdk.java.net/jdk/pull/5937