[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openjdk-openjfx-dev
Subject:    Re: Performance Regression in 21 - CSS
From:       Andy Goryachev <andy.goryachev () oracle ! com>
Date:       2023-10-27 19:31:22
Message-ID: DM5PR1001MB21729160CD5EBB963FF960ABE5DCA () DM5PR1001MB2172 ! namprd10 ! prod ! outlook ! com
[Download RAW message or body]

Please create a ticket, Florian.  Would it be possible to profile the appli=
cation when scrolling?

Thank you
-andy



From: openjfx-dev <openjfx-dev-retn@openjdk.org> on behalf of Florian Kirma=
ier <florian.kirmaier@gmail.com>
Date: Friday, October 27, 2023 at 04:20
To: openjfx-dev@openjdk.java.net <openjfx-dev@openjdk.java.net>
Subject: Performance Regression in 21 - CSS
Hi everyone,

I've noticed that some parts of one of my applications is significantly slo=
wer with 21. It's fast with 20.
The application heavily uses (and reuses) TextFlow with a Cell pattern.
When I scroll, it is smooth with 20, but has big freezes with 21.

I've tried all the commits that happened in between, and pin-pointed it dow=
n to the following:
ticket: https://bugs.openjdk.org/browse/JDK-8304959
PR: https://github.com/openjdk/jfx/pull/1070
commit: https://github.com/openjdk/jfx21u/commit/3fa02ee96a6dadbc20cacbf399=
a2d65df708eee1


According to the description and the discussion in the PR - this wasn't sup=
posed to change any performance.
Is this regression known?
Otherwise, I should create a ticket for it.

Greetings Florian

[Attachment #3 (text/html)]

<html xmlns:o="urn:schemas-microsoft-com:office:office" \
xmlns:w="urn:schemas-microsoft-com:office:word" \
xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" \
xmlns="http://www.w3.org/TR/REC-html40"> <head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
	{font-family:"Cambria Math";
	panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
	{font-family:"Iosevka Fixed SS16";
	panose-1:2 0 5 9 3 0 0 0 0 4;}
@font-face
	{font-family:"Times New Roman \(Body CS\)";
	panose-1:2 11 6 4 2 2 2 2 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0in;
	font-size:10.0pt;
	font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
	{mso-style-priority:99;
	color:blue;
	text-decoration:underline;}
span.EmailStyle18
	{mso-style-type:personal-reply;
	font-family:"Iosevka Fixed SS16";
	color:windowtext;}
.MsoChpDefault
	{mso-style-type:export-only;
	font-size:10.0pt;
	mso-ligatures:none;}
@page WordSection1
	{size:8.5in 11.0in;
	margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
	{page:WordSection1;}
--></style>
</head>
<body lang="EN-US" link="blue" vlink="purple" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Iosevka Fixed \
SS16&quot;">Please create a ticket, Florian.&nbsp; Would it be possible to profile \
the application when scrolling?<o:p></o:p></span></p> <p class="MsoNormal"><span \
style="font-size:11.0pt;font-family:&quot;Iosevka Fixed \
SS16&quot;"><o:p>&nbsp;</o:p></span></p> <p class="MsoNormal"><span \
style="font-size:11.0pt;font-family:&quot;Iosevka Fixed SS16&quot;">Thank \
you<o:p></o:p></span></p> <p class="MsoNormal"><span \
style="font-size:11.0pt;font-family:&quot;Iosevka Fixed \
SS16&quot;">-andy<o:p></o:p></span></p> <p class="MsoNormal"><span \
style="font-size:11.0pt;font-family:&quot;Iosevka Fixed \
SS16&quot;"><o:p>&nbsp;</o:p></span></p> <p class="MsoNormal"><span \
style="font-size:11.0pt;font-family:&quot;Iosevka Fixed \
SS16&quot;"><o:p>&nbsp;</o:p></span></p> <p class="MsoNormal"><span \
style="font-size:11.0pt;font-family:&quot;Iosevka Fixed \
SS16&quot;"><o:p>&nbsp;</o:p></span></p> <div \
id="mail-editor-reference-message-container"> <div>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal" style="margin-bottom:12.0pt"><b><span \
style="font-size:12.0pt;color:black">From: </span></b><span \
style="font-size:12.0pt;color:black">openjfx-dev &lt;openjfx-dev-retn@openjdk.org&gt; \
on behalf of Florian Kirmaier &lt;florian.kirmaier@gmail.com&gt;<br> <b>Date: \
</b>Friday, October 27, 2023 at 04:20<br> <b>To: </b>openjfx-dev@openjdk.java.net \
&lt;openjfx-dev@openjdk.java.net&gt;<br> <b>Subject: </b>Performance Regression in 21 \
- CSS<o:p></o:p></span></p> </div>
<div>
<p class="MsoNormal"><span style="font-size:11.0pt">Hi everyone,<br>
<br>
I've noticed that some parts of one of my applications is significantly slower with \
21. It's fast with 20.<br> The application heavily uses (and reuses) TextFlow with a \
Cell pattern.<br> When I scroll, it is smooth with 20, but has big freezes with \
21.<br> <br>
I've tried all the commits that happened in between, and pin-pointed it down to the \
following:<br> ticket:&nbsp;<a href="https://bugs.openjdk.org/browse/JDK-8304959" \
target="_blank">https://bugs.openjdk.org/browse/JDK-8304959</a><br> PR:&nbsp;<a \
href="https://github.com/openjdk/jfx/pull/1070" \
target="_blank">https://github.com/openjdk/jfx/pull/1070</a><br> commit:&nbsp;<a \
href="https://github.com/openjdk/jfx21u/commit/3fa02ee96a6dadbc20cacbf399a2d65df708eee1" \
target="_blank">https://github.com/openjdk/jfx21u/commit/3fa02ee96a6dadbc20cacbf399a2d65df708eee1</a><br>
 <br>
<br>
According to the description and the discussion in the PR - this wasn't supposed to \
change any performance.<br> Is this regression known?<br>
Otherwise, I should create a ticket for it.<br>
<br>
Greetings Florian<o:p></o:p></span></p>
</div>
</div>
</div>
</div>
</body>
</html>



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic