Re: RFR: 8271225: Add floorDivExact() method to java.lang.[Strict]Math [v3]

2021-08-30 Thread Joe Darcy
On Thu, 5 Aug 2021 18:57:42 GMT, Brian Burkhalter  wrote:

>> Add methods `floorDivExact(int,int)` and `floorDivExact(long,long)` to 
>> `java.lang.Math` and `java.lang.StrictMath`.
>
> Brian Burkhalter has updated the pull request with a new target base due to a 
> merge or a rebase. The pull request now contains five commits:
> 
>  - 8271225: Verbiage update after 8271599
>  - Merge
>  - 8271225: Revert drive-by verbiage updates
>  - 8271225: Some verbiage updates
>  - 8271225: Add floorDivExact() method to java.lang.[Strict]Math

Marked as reviewed by darcy (Reviewer).

-

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


Re: RFR: 8271225: Add floorDivExact() method to java.lang.[Strict]Math [v3]

2021-08-19 Thread Brian Burkhalter
On Thu, 5 Aug 2021 18:57:42 GMT, Brian Burkhalter  wrote:

>> Add methods `floorDivExact(int,int)` and `floorDivExact(long,long)` to 
>> `java.lang.Math` and `java.lang.StrictMath`.
>
> Brian Burkhalter has updated the pull request with a new target base due to a 
> merge or a rebase. The pull request now contains five commits:
> 
>  - 8271225: Verbiage update after 8271599
>  - Merge
>  - 8271225: Revert drive-by verbiage updates
>  - 8271225: Some verbiage updates
>  - 8271225: Add floorDivExact() method to java.lang.[Strict]Math

The CSR for this PR has been approved.

-

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


Re: RFR: 8271225: Add floorDivExact() method to java.lang.[Strict]Math [v3]

2021-08-05 Thread Brian Burkhalter
On Thu, 5 Aug 2021 18:57:42 GMT, Brian Burkhalter  wrote:

>> Add methods `floorDivExact(int,int)` and `floorDivExact(long,long)` to 
>> `java.lang.Math` and `java.lang.StrictMath`.
>
> Brian Burkhalter has updated the pull request with a new target base due to a 
> merge or a rebase. The pull request now contains five commits:
> 
>  - 8271225: Verbiage update after 8271599
>  - Merge
>  - 8271225: Revert drive-by verbiage updates
>  - 8271225: Some verbiage updates
>  - 8271225: Add floorDivExact() method to java.lang.[Strict]Math

CSR updated to match this PR.

-

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


Re: RFR: 8271225: Add floorDivExact() method to java.lang.[Strict]Math [v3]

2021-08-05 Thread Brian Burkhalter
> Add methods `floorDivExact(int,int)` and `floorDivExact(long,long)` to 
> `java.lang.Math` and `java.lang.StrictMath`.

Brian Burkhalter has updated the pull request with a new target base due to a 
merge or a rebase. The pull request now contains five commits:

 - 8271225: Verbiage update after 8271599
 - Merge
 - 8271225: Revert drive-by verbiage updates
 - 8271225: Some verbiage updates
 - 8271225: Add floorDivExact() method to java.lang.[Strict]Math

-

Changes: https://git.openjdk.java.net/jdk/pull/4941/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk=4941=02
  Stats: 205 lines in 3 files changed: 202 ins; 0 del; 3 mod
  Patch: https://git.openjdk.java.net/jdk/pull/4941.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/4941/head:pull/4941

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