Re: RFR: 8263450: Simplify LambdaForm.useCount

2021-03-16 Thread Claes Redestad
On Mon, 15 Mar 2021 15:29:47 GMT, Roger Riggs  wrote:

>> Simplify useCount and avoid calling lastUseIndex for a small startup win.
>
> Marked as reviewed by rriggs (Reviewer).

Thanks, Roger!

-

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


Re: RFR: 8263450: Simplify LambdaForm.useCount

2021-03-15 Thread Roger Riggs
On Thu, 11 Mar 2021 14:50:46 GMT, Claes Redestad  wrote:

> Simplify useCount and avoid calling lastUseIndex for a small startup win.

Marked as reviewed by rriggs (Reviewer).

-

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


RFR: 8263450: Simplify LambdaForm.useCount

2021-03-11 Thread Claes Redestad
Simplify useCount and avoid calling lastUseIndex for a small startup win.

-

Commit messages:
 - Simplify LambdaForm.useCount

Changes: https://git.openjdk.java.net/jdk/pull/2940/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk=2940=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8263450
  Stats: 16 lines in 1 file changed: 4 ins; 6 del; 6 mod
  Patch: https://git.openjdk.java.net/jdk/pull/2940.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/2940/head:pull/2940

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