Re: [OpenJDK 2D-Dev] RFR: 8252758: Lanai: Optimize index calculation while copying glyphs

2021-05-06 Thread Pankaj Bansal
On Wed, 5 May 2021 13:50:47 GMT, Jayathirth D V  wrote:

> Loop optimization while copying glyph content.
> J2DDemo, SwingSet2 and Font2DTest are green.

Marked as reviewed by pbansal (Reviewer).

-

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


Re: [OpenJDK 2D-Dev] RFR: 8252758: Lanai: Optimize index calculation while copying glyphs

2021-05-06 Thread Ajit Ghaisas
On Wed, 5 May 2021 13:50:47 GMT, Jayathirth D V  wrote:

> Loop optimization while copying glyph content.
> J2DDemo, SwingSet2 and Font2DTest are green.

Marked as reviewed by aghaisas (Committer).

-

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


[OpenJDK 2D-Dev] RFR: 8252758: Lanai: Optimize index calculation while copying glyphs

2021-05-05 Thread Jayathirth D V
Loop optimization while copying glyph content.
J2DDemo, SwingSet2 and Font2DTest are green.

-

Commit messages:
 - 8252758: Lanai: Optimize index calculation while copying glyphs

Changes: https://git.openjdk.java.net/jdk/pull/3883/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=3883&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8252758
  Stats: 15 lines in 1 file changed: 0 ins; 0 del; 15 mod
  Patch: https://git.openjdk.java.net/jdk/pull/3883.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/3883/head:pull/3883

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