JDK-8019936 : [macosx] closed/java/awt/Graphics2D/LargeRectangleScaling/bug4768686.java fails on retina display
  • Type: Bug
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: 7u6,8,9,10,19,21
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • OS: os_x
  • Submitted: 2013-07-04
  • Updated: 2023-10-09
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdUnresolved
Related Reports
Duplicate :  
Relates :  
Description
closed/java/awt/Graphics2D/LargeRectangleScaling/bug4768686.java
fails on a display with retina emulator but pass on regular screen. 
It fails with 7u6b31 as well on such a device so it seems to have nothing with retina-related changes. 

OS X 10.8.4, macmini4,1 QuartzDebug on a device with resulting resolution 960x540

There's at one moment a dimension 1000 in the test which is always bigger than frames here but smaller than a screen dimensions unless with retina emulator.
Comments
Fails on all platforms + HiDPI
15-11-2019

fails on OS X 10.10 + retina
01-06-2016

With 960x540 resolution and 8b96 and 7u40b31, failure with report: STDOUT: i=0, passed=false, (0.0,0.0,191.0,127.0) STDERR: java.lang.Error: Test failed due to wrong rectangle rendering at bug4768686.destroy(bug4768686.java:121) at com.sun.javatest.regtest.AppletWrapper$AppletRunnable.run(AppletWrapper.java:175) at java.lang.Thread.run(Thread.java:724) with 7u6b31 report is STDOUT: i=0, passed=false, (28.0,28.0,191.0,191.0) STDERR: java.lang.Error: Test failed due to wrong rectangle rendering at bug4768686.destroy(bug4768686.java:121)
04-07-2013