Hello,
My question relates to failures of the Regression tests (jdk/test) on
OpenJDK8 and how to identify whether a failure is expected or not.
Running java/awt and javax/swing tests against OpenJDK8 on various
platforms I got some failures. Trying to find any explanations for these
failures I lo
This seems to be a question that is not specific to the client tests
even if the examples are. And I have no idea about these testresults files
So I think that you should instead raise this question on
[email protected] ..
-phil.
On 10/3/16, 1:18 AM, Vitaly Provodin wrote:
Hell
A trivial change, code-wise:
--- a/src/java.desktop/share/classes/javax/imageio/plugins/tiff/TIFFField.java
+++ b/src/java.desktop/share/classes/javax/imageio/plugins/tiff/TIFFField.java
@@ -261,7 +261,7 @@
* @see TIFFDirectory
* @see TIFFTag
*/
-public class TIFFField implements Cloneab
Ok to the two you are making final.
> Question is whether TIFFDirectory might be made final as well.
com.sun.imageio.plugins.tiff.TIFFIFD extends TIFFDirectory so that
is more than a case of marking it final.
Therefore it at least depends on whether you think that internal subclass
really needs
Good point. I think TIFFIFD needs to be a subclass therefore lets leave
TIFFDirectory as is.
Thanks,
Brian
On Oct 3, 2016, at 12:44 PM, Phil Race wrote:
> > Question is whether TIFFDirectory might be made final as well.
>
> com.sun.imageio.plugins.tiff.TIFFIFD extends TIFFDirectory so that
Hi Alexandr,
I looked at the testcase 8162350 closely and found your explanation
below not quite precise...
When you repaint a letter with an slightly expanded dirty rect, you've
got it as [40-1, 0-1, 80+2, 60+2] = [39, -1, 82, 62]. Let's count only "x".
As Jim noted, the code to draw is:
/
Hi Jim,
Thank you for the details! This gives a clue.
Anton.
On 10/2/2016 10:10 PM, Jim Graham wrote:
After looking into the code in RepaintManager and re-reading
Alexander's message again I can see how it describes what is going on
more clearly.
Fixing the rounding errors doesn't necessari
Hi Anton,
Yes, the numbers you are describing are consistent with performing that
standard boilerplate using an origin/translate that is not exactly at an
integer pixel location.
My comments about our mechanisms not allowing for scale-aware
allocations can be dealt with in a couple of ways:
Philip,
Anyway, thanks for the advise.
Thanks,
Vitaly
> On 03 Oct 2016, at 22:35, Philip Race wrote:
>
> This seems to be a question that is not specific to the client tests
> even if the examples are. And I have no idea about these testresults files
>
> So I think that you should instead rai